CompactLogix input module fault word

Zlinger

Member
Join Date
Mar 2014
Location
AZ
Posts
36
I've been programming CompactLogix PLCs for a while now, but I have never used, or seen used, the fault bits for - let's say - a 1769-IQ32 input module. Can someone enlighten me and give me a practical example of how you would use the Local:X:X.Fault DINT? Thank you.
 
I've been programming CompactLogix PLCs for a while now, but I have never used, or seen used, the fault bits for - let's say - a 1769-IQ32 input module. Can someone enlighten me and give me a practical example of how you would use the Local:X:X.Fault DINT? Thank you.

None of the CompactLogix I/O modules provide any point-level "diagnostics". Suffice to say that the .Fault DINT will have all bits set on if the module is not communicating with the controller, you can use EQU zero to indicate the input data is valid.

There is a range of "Diagnostic" (suffix D) I/O modules in the ControlLogix family that have point-level fault reporting, such as "wire-off" (for input modules), "no load", "output verification", and "fuse blown" (for output modules).

The .Fault DINT is just a logical OR of all possible faults that a module can report, so you only need to investigate further if the .Fault DINT is non-zero. The picture is of the tags for a ControlLogix 1756-OB16D : 3 possible faults per point...

2017-07-28_001210.jpg
 

Similar Topics

After reading the 1769-IF16C compact Logix analog input current module field wiring connection we noticed that it be used only with 2 wires and 3...
Replies
5
Views
7,922
I had some recent issues with the analog inputs on an L23E. At first, I did not wire the analog com back to 24 neg and that was a lot of it...
Replies
34
Views
3,849
When I had used another allen bradley PLC in my class, it had a card just used for the network connection. For adding a remote PLC inputs, I...
Replies
2
Views
901
Hey guys, running into issues trying to get some analog input and output cards for customers needing a few points here and there. with that in...
Replies
15
Views
4,879
Good Evening , I'm getting ready to add a few input and output modules to a 1769-L33 rack. The module's I'm going to add are 1769-IR6 ...
Replies
0
Views
1,637
Back
Top Bottom