Bat.CheckStatus
This command checks the status of the last action-sub-command
(i.e. sub-command that did not start with "Check...").
Depending on the result it sets (or clears, if Invert
is true ) a condition bit.
Properties
- Command code: 0x4610
- Command timeout: 100 ms
- Possible status codes: General status codes
Parameters (request frame)
Name | Type/Size | Description | |
---|---|---|---|
CondBitNdx | Integer (8 bits) | Has to be a value between 0 and 15, that identifies the condition bit that shall be updated. | |
Length of StatusCodes | Integer (8 bits) |
Number of elements in the StatusCodes array |
|
StatusCodes | Array | - | |
StatusCode | Integer (8 bits) | - | |
Invert | Boolean (8 bits) | if True, the status code must not one of the codes in StatusCode. |
Returned values (response frame)
None