I/O Module fault in AB's PLC

aprilchu

Member
Join Date
Sep 2004
Posts
26
Dear All,

How can I get the I/O Module fault in AB's PLC?
I have already studied the HELP, but still cannot get that fault bit. Can anyone explain in detail? Thanks
 
Allen-Bradley makes several different programmable controller families; you should specify which controller you are working with, and which type of module.

Do you need to detect a total module failure (like removal of the module) or are you attempting to detect one of the diagnostic features of the module, like short-circuit or open-circuit detection ?

Is the module in a chassis with the programmable controller, or is it in a remote chassis on a network ?

Welcome to the PLCS.net forum !
 
I/O Module Fault

Dear All,

The Processor is 1756-L61, and there is 3 Remote I/O chassis connected with ControlNet Module. One of the Module is DH+. The other are IB32, IV32, OW16I, IF6, AF4. If either one of the module has fault or disconnected, there should be a alarm bit in the program.
How can I get this alarm bit ?

Thanks
 
Look up the GSV instruction and the "EntryStatus" object; in RSLogix 5000 Help the best keyword is "GSV/SSV Objects". My standard method is to divide the EntryStatus target tab by 4095 to bring the significant bits to the right by 12 bits, and compare the resulting value to constants. 4= good connection.

If you have a Rack Optimized connection to the remote chassis, you can use the SlotStatusBits word to check on the overall network connection, because all the bits will = 1 when there is a lost ControlNet connection to the chassis. That will make the SlotStatusBits tag value = -1.
 
An additional way would be to get the status of the I/O LED light on the front of the controller. This would be obtained via the GSV instruction.


There are several ways to accomplish what you are discussing. Depending on your requirements, the solution could be different.

RA Tech Website would be the first place to visit.
 

Similar Topics

Hello Everyone, I have a customer location that has a 1769-L33ER Processor. There are 2 remote RIO cabinets that use Point I/O Ethernet adapters...
Replies
5
Views
4,413
I have one GE Fanuc IC200PNS002-AC Versamax Network Interface Module and the fault red light is blinking and i have checked in manual it is...
Replies
9
Views
194
We are getting IO module fault on device status of 1794-IE12 module. Please suggest if any solutions.
Replies
0
Views
649
I'm working with a 1734-AENT PointIO module (manual) connected to a 1769-L30ER controller over fiber ethernet. The 1734 PointIO module has some...
Replies
3
Views
1,040
I am in the process of migrating an SLC5/04 system to CompactLogix using a 1747-AENTR. I have two 13-Slot SLC chassis populated as shown in the...
Replies
9
Views
2,944
Back
Top Bottom