USA57 Revision
1.2
52
Command:
J Output
Control
Type:
I/O Command
Syntax: J
n
Range:
n = 0: No outputs ON (Binary 00)
1: Output 1 ON and output 2 OFF (Binary 01)
2: Output 1 OFF and output 2 ON (Binary 10)
3: Output 1 ON and output 2 ON (Binary 11)
Initial Value:
0
Description:
Turn the system outputs ON or OFF. Enter as a 2 bit binary value.
Example:
/1
J
3R<CR>
“/”
Is the start character. Lets Accuriss know that a command string will follow.
“1”
Is the device address, (this is preset at the factory).
“J3”
Turns both driver outputs ON
“R”
Instructs Accuriss to run the command(s) that are in the communication buffer.
“<CR>” Tells Accuriss that the command string is complete and causes the command to
be executed since an R is included in the command string.