Code: |
AS + 209 |
Symbolic: |
bccForceOW16 |
NOTE: this command is not supported in RTE firmware.
This command will force the state of multiple 16 bit output word. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U8 |
REP |
No. of consecutive output words (#1) |
1 |
U16 |
INDEX |
Required output word first index (see your hardware documentation for valid index values) |
3 |
U16 |
VAL0 |
Value for output word 0 |
5 |
U16 |
VAL1 |
Value for output word 1 |
7 |
... |
.... |
... |
Note (#1): data size is calulated as 3 + (2 bytes * REP). Max number of REP is 126.
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=No. of output words 2=Output word first index |
nackReadOnly |
Output word is not writable |
U16 Index of output word in error |