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 Members
| Member name | Value | Description |
---|
| Ok | 0 |
The start has been issued.
|
| RegainRequest | 1 |
Regain to path requested.
|
| RegainRequestNoClear | 2 |
The robot is not on path and is unable to restart. Regain to path. Clear is not allowed.
|
| Error | 3 |
Unable to start but no further information.
|
| PathRemain | 4 |
Previously planned path remains.
|
| IllegalEntryPoint | 5 |
Given routine is not a legal entry point.
|
See Also