Click or drag to resize

StopMode Enumeration

Specifies how to stop RAPID program execution

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum StopMode
Members
  Member nameValueDescription
Cycle0Stops RAPID execution when the current cycle is completed
Instruction1Stops RAPID execution when the current instruction is completed
Immediate2Stops RAPID execution immediately
See Also