AlertEventstruct
Module: ZaberMotionAscii
Alert message received from the device.
To use this type, add import ZaberMotionAscii to the top of your source code.
Properties
palertEvent.deviceAddress
Int Number of the device that sent the message.
palertEvent.axisNumber
Int Number of the axis which the response applies to. Zero denotes device scope.
palertEvent.status
String The device status contains BUSY when the axis is moving and IDLE otherwise.
palertEvent.warningFlag
String The warning flag contains the highest priority warning currently active for the device or axis.
palertEvent.data
String Response data which varies depending on the request.