Click or drag to resize

RegainMode Enumeration

The path regain mode for 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 RegainMode
Members
  Member nameValueDescription
Continue0 Brings the mechanical unit back to path only if the unit is within the configurable maximum distance from the path
Regain1 Moves the mechanical unit back to path.
Clear2 Clears the current path and continues the movement directly to the next target.
See Also