- Studio 5000 Logix Designer
- Tasks, programs, and routines
- Add-On Instructions
- Controller Organizer
- Logical Organizer
- Alarms
- Tag-based alarms
- Tag Editor and Data Monitor
- Configure settings for Tag Editor and Data Monitor
- Equipment phases
- Equipment Sequences
- Equipment Sequence Diagrams
- Ladder Editor
- Structured Text Editor
- Sequential Function Chart Editor
- Define the steps of an SFC process
- PlantPAx instruction properties
- Controller Properties
- Editing Controller Properties
- Controller Security
- Source Protection
- License Source Protection for Routines and Add-On Instructions
- Module Information
- 1756 ControlLogix I/O Modules
- Instruction Set
Access the HardwareStatus object
The
HardwareStatus
object is used to obtain status information about the UPS, fans, and temperatures with GSV instructions for the CompactLogix
5480 controller projects. This object is supported in Ladder Diagram and Structured Text routines and in Add-On Instructions. Attribute | Data Type | Instruction | Description | |
---|---|---|---|---|
FanSpeeds | Array of: | GSV | Speed of the fans. | |
Number of Fans | SINT | If the number of fans supported by the product is zero, then the device does not support fans. | ||
Fan Speed | SINT[9] for 2 fans: SINT[0] = Number of fans SINT[1-4] = Fan #1 speed SINT[5-8] = Fan #2 speed | RPM | ||
FanStatus | Array of: | GSV | Indicates whether the fan is faulted. | |
Number of Fan Status Indicators | SINT | If the number of fans supported by the product is zero, then the device does not support fan status. | ||
Fan Status | SINT[3] for 2 fans: SINT[0] = Number of fans SINT[1] = Fan #1 status SINT[2] = Fan #2 status |
| ||
TemperatureFaultLevels | Array of: | GSV | The fault level in degrees Celsius | |
Number of Temperature Fault Level | SINT | If the number of temperature fault level is zero, then the device does not support temperature fault levels. | ||
Temperature Fault Level | SINT[3] for 1 temperature sensor: SINT[0] = Number Temperature Fault Levels SINT[1-2] = Temperature Fault Level #1 | Temperature in degrees Celsius | ||
Temperatures | Array of: | GSV | Temperature values in degrees Celsius | |
Number of Temperatures | SINT | If the number of temperatures supported by product is zero, then the device does not support temperatures. | ||
Temperature | SINT[3] for 1 temperature sensor: SINT[0] = Number of Temperatures SINT[1-2] = Temperature #1 | Temperature in degrees Celsius | ||
UPSBatteryFailure | SINT | GSV | Indicates whether the UPS battery has failed.
| |
UPSBuffering | SINT | GSV | Indicates whether the UPS is providing power from the battery.
| |
UPSInhibited | SINT | GSV | Requests UPS to remove power.
| |
UPSReady | SINT | GSV | Indicates whether the UPS is ready based on: charged >= 85%, no wiring failure, input voltage sufficient, and inhibit signal is inactive.
| |
UPSSupported | SINT | GSV | Indicates whether the UPS is supported.
|
Provide Feedback