Stop mode detection in S7-200

Monitor an output that is turned on all the time in stand alone mode. It will turn off if the PLC stops.

If on a network, send a heartbeat down the network. If the heartbeat stops the PLC has stopped.
 
I don't have any free outputs...
Yes the PLC is in network with CPU314, to comunicate i use the methods X_GET and X_PUT... :(
 
metaller said:
I don't have any free outputs...
Yes the PLC is in network with CPU314, to comunicate i use the methods X_GET and X_PUT... :(

You can still roll your own 'heartbeat'

Use the CPU314 to 'put' a value into a location in the S7-200, then in the S7 200 change that value, then when the 314 'gets' that value back it can check that it has changed, if there is no change in value in a set time, then the S7 200 has stopped running.

That is a basic idea which you can expand to suit your application.

Paul
 
I was thinking more of 2 timers turning on and off a network bit every 2 seconds. Then, a timer at the other PLC reading that bit and resetting a communications time out timer set at say 3 seconds. This would then create an alarm situation "communications lost" if it times out..
 

Similar Topics

Hello, I am trying to detect when the PLC changes from STOP to START mode. This can be considered an edge case scenario, but I would to analyze...
Replies
4
Views
1,565
Dear All We have 4 PLC for different PLC's which uses 443−1EX20−0XE0 in the physical hardware but configured as 443-1EX11-0XE0 in the Hardware...
Replies
10
Views
2,933
Hello All, we have one machine which having Modicon quantum PLC with CPU 140 CPU 651 50. I have plan to modify small changes in PLC program. Is...
Replies
3
Views
2,128
Dear Support Team. Yaskawa U84S CPU is installed in one machine. Problem is that U84 is not in RUN mode, as its RUN indication is OFF. P190 is...
Replies
0
Views
1,278
I have an S5-135U. We had a problem in the past where if we unplugged our Siemens M4 PG while still in Windows but offline and out of STEP5. The...
Replies
5
Views
2,962
Back
Top Bottom