Onebutton Start Stop Only Use Relays and one button

volkangun

Member
Join Date
Apr 2004
Posts
5
Hi for everybody,

I would like to give one question to the forum
Design one system which can start and stop one output by only using one button and relays nothing else more. Number of relays can be more than 3. :cool:
 
No need for PLC

Connect your load directly to switch
On the switch the load will on
off the switch the load will of.
Very simple :eek:
 
The common way is like that


---------( )---------------(one shot relay)
Push button OSR

----------( )------( /)---------------(Out)
Out I Out I
I I
----------( )-----(/)------- I
osr osR



WHEN YOU PRESS ON THE BUTTON THE RELAY GO ON WHEN YOU DO IT AGAIN IT GO OFF.
 
Last edited:
just kidding

volkangun
I am just kidding
I do it like this in the PLC.
press pushbutton
Increment a word
put a condition : is word=1
set the output
press pushbutton again
the word will be incremented again
put a condition: if word=2
reset the output&move zero to the word.
try it it works
thx
 
Dear Arikby,

can you explain more your symbols out 1, out 2, I, osr ?
and I would like to tell you condition is only normal relays
 
Dear Hesham,

Thank you for your reply
but the condition is; must be used only coils(relays) and their contacts.
 
What I made is good only for PLC.If you want to use physical relay
Use step relay.
OSR is one shot relay it function that give you pulse ON for one scan time of the PLC.

Out is any internal relay in the PLC

I is the vertical line between the horizontal lines.
 
They do make cyclic latching relays (not sure of thier exact name) that latch on & off with a single input. I remember my grandfather had one on his farm back in the 60's for an outside light on the barn, with a pushbutton at the house back door.

A standard contactor with a latching coil add-on deck would also do the same thing.

Your best net would be a smart-relay or micro-PLC which would probably be cheaper to buy & program 1 of them - than to buy, design & wire the bank of general purpose relays needed (and you still might need at least 1 one-shot timer)

Greg
 
PB1 CR2 CR3 CR1
----||-----||---|/|--------------------------()

PB1 CR3 CR1 CR2
----||-----|/|---|/|-------------------------()
| CR2
|--||-------|

PB1 CR3
---||----------------------------------------()


CR2 is your output

Mickey
 

Similar Topics

Hello all, I am currently trying to program a PowerFlex 525, version 7.0. We had a power outage recently and when the power was restored, the...
Replies
10
Views
286
How to fix if appears code “$115 plc-restart running” on the screen OP17
Replies
5
Views
253
Hello everyone, I'm new here. First of all I just want to say that you guys are very knowledgeable and reading your posts on here has saved my...
Replies
4
Views
180
can anyone has a good program to learn plc programming online. i have the basic looking into improve my skills thanks
Replies
1
Views
149
Hi guys! I'm working in Studio 5000 and have a bunch of armorstarts there (+- 40). I need to set up parameters for each of them, mostly just same...
Replies
0
Views
96
Back
Top Bottom