ExecutionMode Enumeration |
Namespace: ABB.Robotics.Controllers.RapidDomain
public enum ExecutionMode
| Member name | Value | Description | |
|---|---|---|---|
| Continuous | 1 | Continuous execution | |
| StepIn | 2 | Stepwise execution | |
| StepOver | 3 | Step over instruction | |
| StepOut | 4 | Step out of routine | |
| StepBack | 5 | Backward stepwise execution | |
| StepMotion | 7 | Execute to next motion instruction | |
| Undefined | 8 | Undefined |