API Reference v9.2.0

Responsestruct

Module: ZaberMotionAscii

Response message from the device.

To use this type, add import ZaberMotionAscii to the top of your source code.

Properties

p

deviceAddress

response.deviceAddress
Int Number of the device that sent the message.
p

axisNumber

response.axisNumber
Int Number of the axis which the response applies to. Zero denotes device scope.
p

replyFlag

response.replyFlag
String The reply flag indicates if the request was accepted (OK) or rejected (RJ). Does not apply to info messages.
p

status

response.status
String The device status contains BUSY when the axis is moving and IDLE otherwise. Does not apply to info messages.
p

warningFlag

response.warningFlag
String The warning flag contains the highest priority warning currently active for the device or axis. Does not apply to info messages.
p

data

response.data
String Response data which varies depending on the request.
p

messageType

response.messageType
MessageType Type of the response received (only Reply or Info).