Shut down an output

mildrone,
I tried your solution with kind of simulator.As far I see the power does turn the motor on but the reset is not working the proper way.When it is momentary ON it does not change anything.
 
Sounds like you may have a Omron PLC. Use a DIFU bit to set the Keep off the Switch that you are using to turn on the motor. This is the rising edge bit for Omron #13 I think and it will allow the keep to be set when the switch is turned on. You will have to turn the switch off and on again to restart the motor.
rehj,
Can you please show me with a logic diagram what you mean?
 
The solution I posted should work on ANY plc, as it does not use any manufacturer-specific instructions.

But I've spotted a problem with the logic. It will rely on Sw_ON coming on a finite time after Sw_OFF goes off, something that is not always true or consistent.

To that end, I would replace the -|/|- Sw_OFF on the second rung with -| |- Sw_ON, and not bother with the Sw_OFF input at all.

As Gil47 states, A and B are simply internal bits.

The action of the first rung is to produce a one-shot on A from Sw_ON going on. B uis used to deliver the one-shot on A.

This one-shot then acts as a start command for the standard seal-in circuit on rung 2.

Turning the switch OFF (i.e. Not ON), or pressing the reset pushbutton, de-latches the seal-in circuit.
 

Similar Topics

I have a panelview plus 7,and often popup a messagebox"application servicesd.exe encountered a serious error and must shut down"I refreshed the...
Replies
0
Views
1,074
Hi, I need to upgrade the ups on the FactoryTalk Scada Servers. I have a primary server, secondary server and Historian server. 1) Is there a...
Replies
4
Views
2,578
This is slightly off-topic, but I figured I'd ask the community. I have an application where we're running a panel PC with Windows 7 Professional...
Replies
22
Views
7,427
Hi, I just experienced something strange. I connected a Field PG (PG/PC adress 0) on a profibus network to monitor something in the field. I...
Replies
16
Views
6,859
So I am wondering how many other troubleshooters force things on or write around things temporarily to get a machine running, then come back and...
Replies
36
Views
12,879
Back
Top Bottom