Contrologix low battery detection

SF2004

Guest
S
How do I detect low battery for the contrologix platform. I read about retrieving an error code from the minor alarms using the GSV instruction but what if there are muliple minor alarms? Would this error code change in value all the time?
Thanks in advance for the help.
 
Use GSV, Class FAULTLOG, Atribute MinorFaultBits, and store in a DINT.

Bit 10 is the battery status, so you can just examine CPU_MinorFaultBits.10 to check battery status (well, if you named your DINT CPU_MinorFaultBits, that is).

For the record, the battery that comes with the controller is essentially useless. Do youself (and your customer) a favor, and get the 1756-BATM module instead.
 

Similar Topics

I'm stumped, yet again. Call from operator saying they are seeing alarms, turns out to be all HMI com alarm to the PLC. Connected up to the PLC...
Replies
10
Views
2,811
Can someone tell me if this math function is correct to totalize analog flow in a 30 Milsec peridoc task...
Replies
3
Views
1,740
Anyone else experience problems with slow online edits using Contrologix? I checked Rockwell's knowledge database regarding slow online edits...
Replies
17
Views
19,399
We have an L61 Contrologix processor communicating with a PLC5 remote rack via a DHRIO card. The remote rack has some 1771-IFE analog cards taking...
Replies
13
Views
8,323
So we have a few associates that like to write the date in the file name when saving the program to back it up. We back up the programs every...
Replies
12
Views
228
Back
Top Bottom