watch dog (output check)

jose7771

Member
Join Date
Jan 2005
Posts
42
hi ,


i am new to plc and its applications
i want to know wat is meant by watch dog ( output check), because
in our purchase order its been mentioned that plc should have watch dog ( output check), and wat r its applications


regards

jose
 
Go to the bottom of the forum topics page and type "watch dog" in the "search this forum" text box. There was a good explanation of it just a few days ago.
PC
 
The idea is to set alarm if PLC is trying to move or turn on something and no action is detected in specified amount of time.
For example you have clamp that is operated by pneumatic cylinder
(or whatever). Then you would have outputs to open and close it.
You would also have sensors to tell you if the opening or closing is complete.
So if you say "close" and it takes 3 seconds to do it, you can setup WDT for say 6-10 second to set alarm and let you know
if operation times out or doesn't complete as expected
(like when it's jammed or stuck)
There are slight variations on how to do it (latch or seal etc.), here is simple one:


Y X T
-------| |-----|\|-----------[TIM]--


T B
-------| |------------+-------( )--
|
|
|
B R |
-------| |------|\|---+

Y= output (such as clamp close)
X= related input (such as clamp closed)
B= Alarm bit
R= Reset bit (Alarm Reset push button)


 
We've only used 'watchdog timers' to output an alarm, should communications between a HMI computer & PLC/network. Should the PLC fail to communicate with the HMI, The HMI would output an alarm. Should the HMI fail to communicate with the PLC, the PLC would output an alarm.

In the clamp example above, we do use 'timers' to set alarm outputs shoould it take longer then normal to complete an open/close command. But we don't consider these as watchdogs.
 
We use physical watchdog timers to monitor a PLC, a PLC digital output is connected to a "pulse input - off delay" timer and the PLC output is pulsed to keep the timer energised. If the PLC stops pulsing (either on or off) then the timer times out and either sets an alarm or trips the e-stop etc. The timer we use is a Crouzet 88865185 function N.
 

Similar Topics

In case packer they used festo axis controller to drive the cylinder. This axis controller contains some data. While running condition once a...
Replies
8
Views
2,323
Hi Guys, I have two Allen-Bradley systems here 1) 1769-L30ERMS 2)1768-L43S These both are safety plcs and its working at the moment. There are...
Replies
1
Views
1,483
I recently put in a machine that had been rewired with automation direct 06 PLC. We experienced a total shut down a couple of time a week that...
Replies
0
Views
1,950
Software: RSLogix 5000 PLC:compact logix Protocol: Modbus Hi Could you please tell me if there is a standard way of setting a watchdog between...
Replies
1
Views
1,772
Hi All, I want to know There is some relationship between SLC500 or PLC5, Controllogix watchdog time and PID loop update time. Does it need to set...
Replies
2
Views
5,258
Back
Top Bottom