Code: |
AS + 811 |
Symbolic: |
bccLadMonRestart |
This command will restart the specified ladder monitor with different settings. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
OWNER |
Owner ID |
4 |
U32 |
MONID |
Monitor ID |
8 |
U32 |
RUNGID |
First rung ID |
12 |
U16 |
COUNT |
No. of consecutive rungs |
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 consecutive rungs 2=Owner ID 3=Monitor ID 4=First rung ID |
nackNotFound |
Monitor not found |
|