API Reference v9.2.0

AlertEventstruct

Module: ZaberMotionAscii

Alert message received from the device.

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

Related Guides:

Properties

p

deviceAddress

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

axisNumber

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

status

alertEvent.status
String The device status contains BUSY when the axis is moving and IDLE otherwise.
p

warningFlag

alertEvent.warningFlag
String The warning flag contains the highest priority warning currently active for the device or axis.
p

data

alertEvent.data
String Response data which varies depending on the request.