Code: |
AS + 404 |
Symbolic: |
bccMonStatus |
This command will query current status of a variable monitor on the connected device. Request parameters are the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
OWNER |
Owner ID |
4 |
U32 |
ID |
Monitor ID |
On success, a bccAck is received with the following data:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U8 |
STATUS |
Current monitor status: 0x00 = Monitor not defined 0x01 = Monitor inactive (but defined, waiting for start) 0x02 = Monitor active (data stream active) 0x03 = Monitor expired (timer WD denied) |
1 |
U16 |
FREQ |
Applied (real) data stream frequency [hz] |
On failure, a bccNack is received. Specific errors:
NACK code |
Description |
Extra data |
---|---|---|
nackNotFound |
Monitor not found on device |
|