Specifies how the controller is restarted.
Namespace:
ABB.Robotics.Controllers
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax Members
| Member name | Value | Description |
---|
| WarmStart | 0 | Restart with current system and current settings.
Grant UAS_RESTORE is required. |
| PStart | 1 | Restart with current system and RAPID is reinstalled.
Grant UAS_SYSTEM_ADMINISTRATION is required. |
| IStart | 2 | Restart with current system and default settings.
Grant UAS_SYSTEM_ADMINISTRATION is required. |
| BStart | 3 | Acknowledge the restart of the latest backup.
Grant UAS_SYSTEM_ADMINISTRATION is required. |
See Also