Click or drag to resize

SystemInfo Class

This class represents the SystemInfo domain of a Robot controller.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.Controllers.SystemInfoDomainSystemInfo

Namespace:  ABB.Robotics.Controllers.SystemInfoDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public static class SystemInfo

The SystemInfo type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCode exampleAdditionalOptions
Returns the installed additional options of the active system. If there are no additional options null is returned.
Public propertyStatic memberKeyString
Returns the key string of the active system.
Public propertyStatic memberReleasePath
Returns the path in the controller file system to the release (ROBOTWARE) directory of the active system.
Public propertyStatic memberRobotWareVersion
Returns the RobotWare version that the active system uses.
Public propertyStatic memberSerialNumber
Returns the serial number of the active system.
Public propertyStatic memberCode exampleSystemName
Returns the name of the active system.
Public propertyStatic memberCode exampleSystemOptions
Returns the installed system options of the active system.
Public propertyStatic memberSystemPath
Returns the path in the controller file system to the system directory of the active system.
Top
Methods
  NameDescription
Public methodStatic memberCode exampleIsOptionPresent
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").
Top
See Also