L32e cpu hold last input data if 1734 aent,ib8 or ob8 communication failure

naag_slet

Member
Join Date
Apr 2010
Location
bangalore
Posts
65
Hi to All,
Actually today i had tried with this concept,but no result..
i have L32E cpu and 1734AENT with IB8 and OB8(in the testing kit)
please have a look into the attached RSLOGIX5000 file and have a look the programme in the main routine if wrong please suggest the right programme..
My requirement is when IB8 OR OB8 OR 1734AENT fails input status has to set back to '0'.INSTEAD OF SHOWING LAST STATE.

Many Thanks in advance..
Naag.
 
One way to achieve this is to write code to clear the input data when a module fault is reported.
 
Creating code to set the Input data points to zero in the event of a communications failure is only useful if all zeroes is not a valid state of the input module.

The Module Status is a specific and exact indication of the I/O state, while an "all zero" value would only be an inference that the network connection or network adapter had failed.

The ladder logic you showed is very similar to the way I do it; I usually combine those functions into single rung or use Structured Text.

commfault_goto_zero.png
 

Similar Topics

I have a pressing machine that is run by an AB PLC (V19.15) that uses a Delta RMC to control the motion of the press. We have been having...
Replies
5
Views
2,928
Hi to All, Actually i am looking on how to reset/delete the memory in the A-B L32E COMPACTLOGIX CPU? as like in SLC to reset memory we have to...
Replies
6
Views
19,714
All, I have a system on a CompactLogix L32E with Devicenet. I need to flash the 1769-SDN Devicenet module to a higher rev. after flashing up the...
Replies
7
Views
1,233
I just found two old 1769-L32E controllers in the plant that I cannot go online with using my version of Studio 5000 (30.14). I've reached out to...
Replies
5
Views
1,991
Has anyone experienced the following issue on RSLogix5000 (currently on V16) I have a PLC program that has been running on a site for a number...
Replies
5
Views
1,607
Back
Top Bottom