A-B Point IO Status with ControlLogix

tspisak

Member
Join Date
Aug 2005
Location
Corning, NY
Posts
72
I have a bunch of point IO attached via Ethernet to a CompactLogix PLC. I'd like to know if the communications is functioning. Where are the Network Status and Point Bus Status bits located so I can post alarms when the IO isn't working correctely?
 
If you just want to know if one of the point i/o has lost comms use a GSV. Set the class name to "Module'. Set the Attribute Name to "Status". Set the Destination to a tag "Connections" and define it as a Integer type.

It will return the following:

Point I/O Communications
1 = All Loss
2 = Some Loss
3 = All Healthy
Use 1 or 2 in your alarm routine to indicate a fault.
 
http://literature.rockwellautomation.com/idc/groups/literature/documents/um/1734-um011_-en-p.pdf

is the PDF for that adapter, read pages 5-21 and 5-22, there is slot status bits configured when you add the module in, there is on a system i done using controllogix, the book does not say it is only available on that platform

worth looking into, if it is not available then i am sure marks suggestion will work exaclty as you need this would just save you writing the GSV code.

cheers

myles
 

Similar Topics

Hello all, I have a couple 1734-AENTR/C modules (revision 6.012) that are connected to a 1756-L73S (Revision 32.011). I have checked the...
Replies
4
Views
2,830
Hi all, I definitely know this is common problem and there are many threads about it and I did read them several time using "search" tool. Also...
Replies
11
Views
16,434
Hello all, We have compactlogix CPU with 1769 SDN scanner. The scanner is connected to two nodes 1734 ADN .Every now and then ADN fails with...
Replies
6
Views
3,631
Some times in running condition of the PLC, the point bus status become solid red and network status blinking green due to that total system...
Replies
1
Views
5,254
Hi All, I´ve been trying for a while but without much luck. I would like the monitor the 4 LEDs on the front of a 1734-AENT(R) module. They are...
Replies
8
Views
6,184
Back
Top Bottom