GetRtOutputState#
This instantaneous command returns the state of the eight digital outputs of the MVK01 module.
Syntax#
GetRtOutputState(bid)
Arguments#
bid: I/O bank ID, currently 1
Responses#
[2340][t, bid,p1,p2,p3,p4, p5,p6,p7,p8]†
t: timestamp in microseconds;
bid: I/O bank ID, currently 1;
pi: state of output pin i (i = 1, 2, …, 8), 1 for high and 0 for low.
† If an MVK01 module is not present, no output values will be included in the response and there will be no error.
Usage restrictions#
This command can be executed in any robot state.
Cyclic protocols#
In cyclic protocols, the command GetRtOutputState is represented by
DynamicDataTypeID 72. See Section 4.4.6 for more details.