Click or drag to resize

ControllerOperatingMode Enumeration

Specifies the operating modes 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 ControllerOperatingMode
Members
  Member nameValueDescription
Auto0 Automatic mode (production)
AutoChange1 A change to automatic mode has been requested.
Init2 Initialize mode.
ManualFullSpeed3 Manual full speed mode.
ManualFullSpeedChange4 A change to manual full speed has been requested.
ManualReducedSpeed5 Manual reduced speed mode
NotApplicable6 Controller operating mode is not applicable in current controller state.
See Also