Enum ControllerStartMode
Defines the start mode of a Controller.
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public enum ControllerStartMode
Fields
Name | Description |
---|---|
BStart | Restart from previously stored system. |
Cold | Delete current system and start boot server. |
IStart | Restart with current system and default settings.. |
PStart | Restart and delete programs and modules. |
SStart | Shut down |
Warm | Restart with current system and current settings. |
XStart | Restart and select another system. |