This is part of 2.2.0-devlatest release: 2.1.0.
🚧 Development version – not released yet! 🚧

MLxAxisState

0.1.0

Data type for the state of a robot axis.

Version history

0.1.0

  deGroot

Changes

Changed:Deprecated:
  • superfluous

Overview

nametypedefaultcomment
EnabledBOOLServo is Enabled
IdleBOOLServo is Idle
ExecutingBOOLServo is executing a motion
StoppingBOOLServo is executing a stop
FaultedBOOLServo is currently in faulted state
AcceleratingBOOLServo is accelerating
DeceleratingBOOLServo is decelerating
ConstantVelocityBOOLServo is running at constant velocity
ErrorCodeDINTError code of robot (0 if no error)

Details

Enabled

BOOL

Servo is Enabled

Idle

BOOL

Servo is Idle

Executing

BOOL

Servo is executing a motion

Stopping

BOOL

Servo is executing a stop

Faulted

BOOL

Servo is currently in faulted state

Accelerating

BOOL

Servo is accelerating

Decelerating

BOOL

Servo is decelerating

ConstantVelocity

BOOL

Servo is running at constant velocity

ErrorCode

DINT

Error code of robot (0 if no error)

Pages built with Hugo - 28 Oct 2025 16:37 CET