SystemInfo Class |
Namespace: ABB.Robotics.Controllers.SystemInfoDomain
public static class SystemInfo
The SystemInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalOptions |
Returns the installed additional options of the active system. If there are no additional options null is returned.
| |
| KeyString |
Returns the key string of the active system.
| |
| ReleasePath |
Returns the path in the controller file system to the release (ROBOTWARE) directory of the active system.
| |
| RobotWareVersion |
Returns the RobotWare version that the active system uses.
| |
| SerialNumber |
Returns the serial number of the active system.
| |
| SystemName |
Returns the name of the active system.
| |
| SystemOptions |
Returns the installed system options of the active system.
| |
| SystemPath |
Returns the path in the controller file system to the system directory of the active system.
|
| Name | Description | |
|---|---|---|
| IsOptionPresent |
Checks if an option is part of the current system of the controller.
The method searches System.xml in the SYSTEM directory of the controller for a specified optionName. It will find
both system options (e.g. "617-1 FlexPendant Interface") and additional options (e.g. "ROBOTWAREPLASTICS").
|