AB Controller Battery Status

Rizgar

Member
Join Date
Oct 2006
Location
Erbil
Posts
9
Hello,

I need help to write code to get battery status of two AB controller (Logix5555 processor 1756-M14) ,which we use them in two different remote stations, on the program (RSView32) in Main station knowing that we use RSView32 and RSlogix 5000. These two remote stations have connection with the Main station (Logix5555 1756-M24) through SCADA.

Thanks
 
You can use a GSV instruction on the Faultlog object, MinorFaultBits attribute. I can't remember which bit is the battery fdault but it'll be in the Help->Instruction Help->GSV->GSV Objects section. (No, I'm not a PC with RSLogix5000 installed!)
 
NOP said:
You can use a GSV instruction on the Faultlog object, MinorFaultBits attribute. I can't remember which bit is the battery fdault but it'll be in the Help->Instruction Help->GSV->GSV Objects section. (No, I'm not a PC with RSLogix5000 installed!)
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
 
Thanks NOP, Bkottaras and Widelto for reply.

Widelto
I tryed to view sample code from ab samplecode site but I couldn't, I have ab site login user ID but I don't know what to write in the fields that needed to be filled in the samplecode request form can you help.
Thanks
 

Similar Topics

When should a new battery be added to the Micrologix 1500? Should I wait until the low battery light comes on? Or should I just add it now? Will...
Replies
1
Views
2,743
Hello! If someone can help me with the following problem. I can't change the phone number. Do I really need the interface (AL-232CAB - Programming...
Replies
0
Views
47
I have Woodward Controller EASYGEN-3500XT and Phoenixcontact make IO CAN-CUPLER part no: 2702230, Analog Input card: 2861412, Analog Output Card ...
Replies
0
Views
39
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
164
Everything was working fine, but suddenly CPU went into error mode, and the ERR and TER LEDs lit up. Now I can't download or connect with the PLC...
Replies
0
Views
47
Back
Top Bottom