Allen Bradley PLC heartbeat logic

Join Date
Dec 2010
Location
Burlington, NC
Posts
402
I have been upgrading our communications between PLCs within the mill. We finally got rid of the last DH+ comms and I am now cleaning up programing, setting up better interlocks between machine centers, etc... I recently learned how to use DTR instruction for heartbeat detection instead of comparing and moving words. (y) My question is, does anyone have a better way to generate the heartbeat values (such as a single instruction). I currently add '1' to a word each scan then compare value and clear it before it goes out of range. It only requires three instructions on one rung but a single instruction would be neater.
 
i don't quiet understand your statement.
a heartbeat signal is typically between to or more plc's.
we use heartbeat signals between plc's and wonderware to ensure the process is running and to alarm when its fsulted.

regards,
james
 
I just run a timer in the destination PLC and MSG instruction from the source PLC continuously resets the timer. If the timer times out comm is assumed to be lost.

I suppose that there are hundreds of ways to do a heartbeat.
 

Similar Topics

Hello, I am new here. I am trying to find good places to sell some surplus items that I have that isnt through ebay. Does anyone have any sources...
Replies
5
Views
349
Hi good day Everyone, I have a cimplicity v10 project with 7 to 8k tags communicating with AB PLC through OPC and Rslinx classic. I have this...
Replies
3
Views
215
I am using Allen Bradley PLC 1756-L81E and EIP module 1756-EN2TR for Ethernet/IP communication. My communication works fine but in Get-Attribute...
Replies
2
Views
201
I have a network with 4 PLCs PLC1 is controllogix and PLCs 2-4 are compactlogix and they all need to communicate. The current way I have this...
Replies
8
Views
260
Hi Everyone, I am currently trying to communicate ControlLogix PLCs via EtherNet/IP with Delta V DCS. There is a VIM2 card configured for...
Replies
1
Views
272
Back
Top Bottom