Click or drag to resize

ExecutionCycle Enumeration

Defines the running mode setting of the Controller.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum ExecutionCycle
Members
  Member nameValueDescription
None0No execution of cycles. Cannot be set.
AsIs-3Leave the cycle setting as is. Cannot be set.
Undefined-2Undefined. Cannot be set.
Forever-1Execute program(s) repeatedly.
Once1Execute program(s) once.
See Also