Click or drag to resize

RestartMode Enumeration

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
C#
public enum RestartMode
Members
  Member nameValueDescription
WarmStart0Restart with current system and current settings. Grant UAS_RESTORE is required.
PStart1Restart with current system and RAPID is reinstalled. Grant UAS_SYSTEM_ADMINISTRATION is required.
IStart2Restart with current system and default settings. Grant UAS_SYSTEM_ADMINISTRATION is required.
BStart3Acknowledge the restart of the latest backup. Grant UAS_SYSTEM_ADMINISTRATION is required.
See Also