Responsestruct
Module: ZaberMotionAscii
Response message from the device.
To use this type, add import ZaberMotionAscii to the top of your source code.
Properties
presponse.deviceAddress
Int Number of the device that sent the message.
presponse.axisNumber
Int Number of the axis which the response applies to. Zero denotes device scope.
presponse.replyFlag
String The reply flag indicates if the request was accepted (OK) or rejected (RJ). Does not apply to info messages.
presponse.status
String The device status contains BUSY when the axis is moving and IDLE otherwise. Does not apply to info messages.
presponse.warningFlag
String The warning flag contains the highest priority warning currently active for the device or axis. Does not apply to info messages.
presponse.data
String Response data which varies depending on the request.
presponse.messageType
MessageType Type of the response received (only Reply or Info).