- ELSE (C macro)
-
- - ENDEXRAIL (C macro)
- ENDIF (C macro)
@@ -231,8 +229,6 @@
- ENDTASK (C macro)
- ESTOP (C macro)
-
- - EXRAIL (C macro)
- EXTT_TURNTABLE (C macro)
diff --git a/index.html b/index.html
index 1d1b2b4..68e3ad1 100644
--- a/index.html
+++ b/index.html
@@ -116,8 +116,8 @@
- Parameters:
-
@@ -125,12 +125,12 @@
-
-ACTIVATEL(longaddr)
+ACTIVATEL(linearaddr)
Send DCC Accessory Activate packet (gate on then off)
- Parameters:
-
@@ -138,12 +138,12 @@
-
-AFTER(sensor_id, timer...)
+AFTER(vpin, timer...)
Wait for sensor activated, then decativated for given time.
- Parameters:
-
@@ -170,7 +170,7 @@
- Parameters:
-name
+name – c++ variable name that can be used throighout the script
value... – if omitted, a large negative value is created automatically
@@ -181,6 +181,11 @@
-
AMBER(signal_id)
Sets a signal to amber state.
+
+
- Parameters:
@@ -208,12 +213,12 @@
-
-AT(sensor_id)
+AT(vpin)
wait intil a sensor becomes active
- Parameters:
-
@@ -226,8 +231,8 @@
- Parameters:
-
@@ -235,13 +240,13 @@
-
-ATGTE(sensor_id, value)
+ATGTE(vpin, value)
Wait for analog sensor to be greater than given value.
- Parameters:
-
@@ -249,13 +254,13 @@
-
-ATLT(sensor_id, value)
+ATLT(vpin, value)
Wait for analog sensor value to be less than given value.
- Parameters:
-
@@ -263,7 +268,7 @@
-
-ATTIMEOUT(sensor_id, timeout_ms)
+ATTIMEOUT(vpin, timeout_ms)
Wait for sensor active, with timeout. Use IFTIMEOUT to determine whether the AT was satisfied.
See also
@@ -273,8 +278,8 @@
- Parameters:
-
@@ -282,12 +287,12 @@
-
-AUTOMATION(id, description)
-Defies starting point of a sequence that will be shown as an Automation by the throttles. Automations are started by the throttle handing over a loco id to be driven.
+AUTOMATION(sequence_id, description)
+Defines starting point of a sequence that will be shown as an Automation by the throttles. Automations are started by the throttle handing over a loco id to be driven.
- Parameters:
-id – Unique sequence/route/automation id
+sequence_id – Unique sequence id value
description – (Quoted text) will be shown on throttle button
@@ -307,7 +312,7 @@
- Parameters:
-
@@ -335,7 +340,7 @@
-
-CALL(route)
+CALL(sequence_id)
transfer control to another sequence with expectation to return
See also
@@ -345,7 +350,7 @@
- Parameters:
-route – Sequence id, sequence must terminate of RETURN
+sequence_id – SEQUENCE to jump processing to, must terminate or RETURN
@@ -353,12 +358,12 @@
-
-CLEAR_STASH(id)
-Clears loco stash value
+CLEAR_STASH(stash_id)
+Clears loco value stored in stash
- Parameters:
-
@@ -366,20 +371,13 @@
-
-CLEAR_ALL_STASH(id)
-???????????????????????????????????????
-
-- Parameters:
--
-
-
+CLEAR_ALL_STASH
+Clears all stashed loco values.
-
-CLOSE(id)
+CLOSE(turnout_id)
Close turnout by id.
See also
@@ -389,7 +387,7 @@
- Parameters:
-
@@ -405,7 +403,7 @@
vpin – must refer to a servo capable pin
pos1 – SET position of servo
pos2 – RESET position of servo
- profile – Movement profile (????????)
+ profile – Movement profile (Instant, Fast, Medium, Slow, Bounce)
@@ -413,13 +411,13 @@
-
-DCC_SIGNAL(id, add, subaddr)
+DCC_SIGNAL(signal_id, addr, subaddr)
Define a DCC accessory signal with short address.
- Parameters:
-
@@ -428,12 +426,12 @@
-
-DCCX_SIGNAL(id, redAspect, amberAspect, greenAspect)
-DEfine advanced DCC accessory signal with aspects.
+DCCX_SIGNAL(signal_id, redAspect, amberAspect, greenAspect)
+Dfeine advanced DCC accessory signal with aspects.
- Parameters:
|