Code: |
AS + 207 |
Symbolic: |
bccForceIW16 |
NOTE: this command is not supported in RTE firmware.
This command will force the state of multiple 16 bit input word. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U8 |
REP |
No. of consecutive input words (#1) |
1 |
U16 |
INDEX |
Required input word first index (see your hardware documentation for valid index values) |
3 |
U16 |
VAL0 |
Value for input word 0 |
5 |
U16 |
VAL1 |
Value for input 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 input words 2=Iiput word first index |
nackReadOnly |
Input word is not writable |
U16 Index of input word in error |