Click or drag to resize

ControllerState Enumeration

Specifies the states of the controller.

Namespace:  ABB.Robotics.Controllers
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum ControllerState
Members
  Member nameValueDescription
EmergencyStop0 Emergency stop state.
EmergencyStopReset1 Emergency stop reset state.
GuardStop2 Guard stop state.
Init3 Initialize state.
MotorsOff4 Motors off state.
MotorsOn5 Motors on state.
SystemFailure6 System failure state.
Unknown7 Unknown state.
See Also