Complete commands list
Print
Modified on: Tue, 6 Aug, 2019 at 11:51 AM
Tip: All commands that do not return a data string will return "tenFour", with the exception of the fire the shutters command. It is advised to wait for the TriggerBox to print "tenFour" before issuing another command.
General Commands:
Command | Description |
---|
S | Fire the shutters. If box is in Sequencer Mode, it will move to the next available stage. |
F1 / F0 | Assert or de-assert the focus outputs, according to the current focus enable settings. |
bxxxx | Set bulb time (how long the shutter control line is asserted in milliseconds) |
B | Print "BulbTime:[xxxx] |
d8 23 456 99 32 1 | Set the current sequencer stage delay values. (also prints "updating stage delay tables") |
D | Print the current sequencer stage delay array "Delays:[12 23 34 45 56 67 ]" |
f111000 | Set the current focus enable array. |
s000111 | Set the current shutter enable array. |
V | Print "FocusArray:[EN EN EN DIS DIS DIS ]" |
G | Print "ShutterArray:[DIS DIS DIS EN EN EN ]" |
*calling_ESPER_triggerBox | Puts box into "find me mode" - it will print TriggerBox:[box_id] every 100mS until a '^' char is sent. This is used by the TriggerBoxController GUI to enumerate boxes on startup. |
E | Prints freeMemory():[815 ] - the number of bytes of free memory in box's RAM. |
O | Writes the box's current settings to EEPROM, so that settings will be recalled the next time the box is powered up. |
R | Box will read the settings from its EEPROM into RAM. This also happens on box startup. |
nExample Name | Set the box's internal name. |
N | Print "BoxName:[Example Name] |
l1 / l0 | Turn front mode light on or off |
L | Print "Light:[EN/DIS]" |
m0 / m2 | Set mode to simple mode or sequencer mode |
M | Print Mode:[ 0 ] |
z123 | Set input delay to 123 millis |
x897 | Set link delay to 897 millis |
Z | Print "InDelayMils:[0 ]" |
X | Print "LinkDelayMils:[0 ]" |
i34 | Set box id to 34. This is used by the TriggerBoxController GUI to enumerate boxes on startup. |
I | Print "BoxID:[34] |
k1 / k0 | Enable or disable the link output. |
K | Print "chainEnable:[EN/DIS]" |
q | Resets each value of EEPROM back to default - prints each index it resets, to indicate progress. Complete at 1023, takes around ten seconds. |
Q | Print each value of each EEPROM address. |
p | Prints "Version x.x" referring to firmware |
Sequencer Specific Commands:
Command | Description |
---|
Y | Move to next enabled sequencer stage, or wrap round to zero stage if at final activated stage. |
j3 | Moves the sequencer to its 4th stage (zero start index) |
J | Print "STG_NDX:[3]" |
P | Activate the next available sequencer stage. Prints "ERR:tooManyActiveStages" if eight stages are active. |
U | Deletes current stage. Subsequent stages, if present, move to fill the gap. Prints "ERR:notEnoughStages" if only one stage is active. |
W | Print "NM_ACTV_STG:[1]" (number of active sequence stages) |
w | Print the sequencer in easy to read format. |
T
| Reset the sequencer to default. |
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.