Code: |
AS + 208 |
Symbolic: |
bccForceOC |
NOTE: this command is not supported in RTE firmware.
This command will force the state of an ouput channel. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U16 |
CH |
Required channel index (see your hardware documentation for valid channel values) |
2 |
U8 |
STATE |
Requeired channel logical state (0=Off/Open, otherwise On/Close) |
On success, a bccAck is received with no data.
On failure, a bccNack is received. Specific errors:
NACK code |
Description |
Extra data |
---|---|---|
nackIllegalArgs |
Illegal arguments |
U16 What illegal 1=Channel index |
nackReadOnly |
Channel is not writable |
|