Home Webpage Diagnostic Assembly
Home webpage data that provides device information and controller status.
- Instance = 32930
- Size = 270 Bytes
Member | Data Type | Description |
|---|---|---|
CatalogString | STRING_32 | Textual catalog or model number. |
ProductCode | UINT | Identification of a particular product of an individual vendor. |
MajorRevision | USINT | Major revision of the module. |
MinorRevision | USINT | Minor revision of the module. |
CIPSerialNumber | UDINT | Serial number of device. |
WarrantySerialNumber | STRING_32 | Serial number of product warranty. |
ManufactureDate | UINT | Date the product was manufactured. |
ProjectName | STRING | Name of the project downloaded into the module. |
StatusBits (Hidden) | UDINT | Summary status of device. |
RunMode | BOOL | Indicates whether controller is in the run mode. |
KeySwitchRemote | BOOL | Specifies whether the key is in the "remote" position. |
IOForcesExist | BOOL | Indicates whether IO forces exists. It is true only when "Force" LED is amber or flashing. |
IOForcesActive | BOOL | Indicates whether IO forces are enabled. Logix Designer labels it "Forces" / "No Forces". It is true only when "Force" LED is amber. |
SDCardFault | BOOL | Specifies whether SD card fault appeared. It is true if SD LED is solid or flashing red. |
SDCardActivity | BOOL | Specifies whether SD card is active. It is true if SD LED is solid or flashing green. |
MajorFault | BOOL | A value that indicates whether the module has a major fault. It is bit 4. |
MinorFault | BOOL | A value that indicates whether the module has a minor fault. It is bit 5. |
IOFault | BOOL | A value that indicates whether the module has a IO fault. |
EnergyStorageStatus | BOOL | From LogixDesigner this is: minor_fault_bits.10 If minor_fault_bits.10 is on, depending on the controller, the battery is low or the ESM or UPS needs to be replaced or is missing. |
StatusDisplayText | STRING | Scrolling string includes:
|
MajorHardwareRevision | USINT | Major revision of the module hardware. |
MinorHardwareRevision | USINT | Minor revision of the hardware module. |
HardwareSeries | SINT[2] | Two ASCII characters describing the hardware series. It is Rockwell extension to the Identity object. |
Provide Feedback