S7-200 test for network connectivity

amykris

Member
Join Date
Feb 2008
Location
San Fernando
Posts
3
Hi Hi,
I'm using an S7-200 PLC which is connected to a Wonderware InTouch 9.5 HMI. The PLC is being used to control the level in a tank. If the HMI is in start up mode and the HMI PC somehow fails or shuts down and the tank is in start up mode the tank will continue to full. I'm using the TCP/IP protocol to communicate the HMI to the PLC. I need to figure out a way in which the PLC can test for network communication so that in the event that this communication goes down the PLC can go into a shutdown mode and stop fulling the tank. How can i implement this in the ladder logic?
 
One method would be to use a PLC register (tag) that the PLC slowly decrements. The HMI would set this value to some number periodically. At zero the PLC would stop. The HMI should only need to run such a script when you're in "startup mode".

Other various "heartbeat" schemes work on a similar concept.
 
PLC not reading HMI input

Hi, I wrote the code for the plc and i configured the HMI and the TopServer communication module. The code however does not turn of my tank system when the pc shuts down. I believe this is beacuse the plc is not reading the input from the HMI. Can you please tell me how i can check to see if the PLC is reading the HMI input.

Thank you
 

Similar Topics

Hi, I search someone who wood like to test an application that I made on a S71200 PLC. Anyone who has a 1200 on his desk ? Thanks, C
Replies
42
Views
21,232
Happy Monday to all, nothing like a good day with siemens portal !! Got a question regarding test mode and viewing a certain instance of a block...
Replies
0
Views
1,770
Hi, in the manual for the Micrologix 1200 it says Limit test: "If the Test parameter is a word or long word address, the low limit and High limit...
Replies
2
Views
5,590
Good morning everybody! i have one s7200(siemens), is there any way to test its inputs without put test voltage in each of them? Thank You!
Replies
2
Views
2,136
Hi, i've got s7-224XP, i have a list of numbers that i have to put into VW memory. Supposing it's like this: vw100 = 102 vw102 = 104 vw104 = 106...
Replies
0
Views
2,799
Back
Top Bottom