Battery status of Rockwell Compact Logix PLC

A

Thread Starter

arun

Hi,

I am using a Rockwell Compact Logix PLC and the programming software is RS Logix 5000. I want to show the battery health status of PLC in my SCADA.

How to achieve this?

Is there any status bit available for this purpose?

Consider the use of GSV block also, only if other options are not available

Thanks in advance
 
I
The only way to have battery status on the Faultlog object,
MinorFaultBits attribute.
Use the following setup.
GSV
Class Name:FaultLog
AttributeName:MinorFaultBits
Destination:Minor_Fault
4=Instruction Execution Minor Fault
6=Watchdog Timer Minor Fault
9=Serial Port Minor Fault
10=PLC Low Battery Minor Fault

Hope this help
 
Top