Click or drag to resize

StartResult Enumeration

Represents the results of a start RAPID program execution operation

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum StartResult
Members
  Member nameValueDescription
Ok0 The start has been issued.
RegainRequest1 Regain to path requested.
RegainRequestNoClear2 The robot is not on path and is unable to restart. Regain to path. Clear is not allowed.
Error3 Unable to start but no further information.
PathRemain4 Previously planned path remains.
IllegalEntryPoint5 Given routine is not a legal entry point.
See Also