Click or drag to resize

ExecutionType Enumeration

Represents the type of execution performed by the program server.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum ExecutionType
Members
  Member nameValueDescription
None0No execution context, i.e. no ProgramPointer is set.
Normal1Normal program execution.
Interrupt2A programmatic interrupt.
ExternalInterrupt3An external interrupt, via the system input Interrupt. Can be executed at any execution level.
UserRoutine4A service routine.
EventRoutine5An event routine, e.g., RESET, START, STOP, POWER_ON etc. Can be executed at any execution level.
See Also