urgent help please

Join Date
Jul 2012
Location
Singapore
Posts
51
Hi Friends
I am in need of an urgent help now.
We basically built shelters for oil and gas industry.
I am doing the fire and gas safety PLC programming. My clients had come for doing the Factory Acceptance Test of my system.
Now they are asking for an alarm signal when somebody puts the PLC to stop mode.This is like a PLC STOPPED alarm.
How can i do it. Pls help me
PLC i am using is siemens CPU226 CN
I need to give a alarm output if the PLC goes to STOP/FAIL

Please help me ASAP
Thanks:eek:
 
you could use a output that is turned on and fails off. Much like a power fail alarm, tie this to a old fashion dialer to send the alarm for best results, often phone lines remain on even when power is off.
 
Hi Friends
I am in need of an urgent help now.
We basically built shelters for oil and gas industry.
I am doing the fire and gas safety PLC programming. My clients had come for doing the Factory Acceptance Test of my system.
Now they are asking for an alarm signal when somebody puts the PLC to stop mode.This is like a PLC STOPPED alarm.
How can i do it. Pls help me
PLC i am using is siemens CPU226 CN
I need to give a alarm output if the PLC goes to STOP/FAIL

Please help me ASAP
Thanks:eek:

The best way to do this is with a pair of hardware (solid state) timers, fixed preset of 2.0 seconds. One timer is delay ON, one time is delay OFF. A single digital output of the PLC is programmed to toggle ON and OFF, at a 1 second interval. The coils of both timers are energized by this single PLC output.
If either timer 'times out', it means that the PLC's output has stopped changing for 2.0 seconds.
In this way, the 'last state' of the output module has no impact.
And, if the PLC is self-aware of its fault condition, you can add that to the program of the single output.
Other approaches use what is refered to as a non-retriggerable one-shot timer. These timers are more expensive.
Since you mention safety, you can likely use a special safety relay, set up to monitor 'speed', and your PLC output can mimic a proximity switch on a motor shaft. I.E. 'zero speed' = PLC stop.
 
As a low cost "WATCHDOG" you can use a "nil speed switch"
as used to detect conveyor belt failure by getting pulses from a prox switch at the tail end pulley. Simply use a PLC output that turns ON and OFF instead of the prox switch.
 

Similar Topics

I have the logic of OMRON but I want to do this logic in TIA 15.1 CPU 1200...
Replies
4
Views
1,835
Please, I need urgent help from someone who has already used the CDN066 of Mks Instrument. Thank you for someone who want to help me
Replies
0
Views
1,549
Hi guys' Hopefully all of you are doing well, I tried every where to find standrad symbols to use on P&ID, we have VFD connected to comprossor and...
Replies
2
Views
5,754
I am using a CJ1M CPU12-ETN with 4xADO81-V1, 1xID262, 1xOD212 and 1xOD232. My company kept this PLC switched off in closet for 4 years. Someone a...
Replies
0
Views
1,768
Hi Guys please someone help me and take it as ugent requirement for my project, I am using Step-7, CPU 412-2 here and the logic that i have to...
Replies
1
Views
1,788
Back
Top Bottom