3 way switch question

jtm1881

Member
Join Date
Mar 2005
Posts
1
Using momentary contacts how would i create a 3 way switch that would hold the light on and off? In school we are using a psim program where we have to simulate different actions. in this step we are using 2 normally closed switches to one light.
 
Last edited:
How many switches do you plan to use at each location?

How many locations do you plan to have?

What type of PLC will you be using, Rack, Modular, Unitary, Circuit Board, or Embedded?.

What brand PLC will you be using?

What programming language will you be using, standard, RSView, IEC1113, LogicMaster, VersaPro, VersaMax, Cimplicity, basic, pascal, or Micro?

Will your momentary contacts be NO, NC, or Common?

What voltage will you be using, and will it be AC/DC?

Awaiting your reply...
 
jtm1881,

First, you got to know how a 3-Way switch works. It takes two of them to do any good at all!

Second, you have to know how they would be physically wired using "relay logic".

Third, you duplicate the hard-wired logic using PLC logic.

3-Way_Switch.jpg
 
lancie:

Nice explanation.

After several of us replied, he edited his post. JR had a nice link to the drum switch, but deleted his post.

After review in original (edited) post, it looks like he is after a flip-flop. While not difficult, he has added a second input button. On top of this, both input buttons are N.C. momentary.

While not possible, it is not probable anyone would have something like that in the real world.

But it is a good brain exerciser.

regards.....casey
 
Lancie
Nice explanation but using momentary, as stated, then the light would always be on.

I dont believe that using 2 momentary N.C. contacts can be arranged to create A 3 way switch. As you can see from Lancies example he created 2-3 way switches. Technically, with a PLC, any contact input IS a 3 way switch.

Personally I think Steve described it best, its a flip flop with multiple triggers.
 
 
X1 X2 C125
----]/[----]/[---------------( )---|

C125 C130
----]/[----------------------( )---|

C130 C131 C133 C132
----] [----]/[--|--]/[-------( )---|
C132 |
----] [---------|
C130 C132 C131
----]/[---|--] [-------------( )---|
C131 |
----] [---|

C130 C132 C131 C133
----] [---|--] [----] [--|---( )---|
| C133 |
|----] [-------|



 
Last edited:

Similar Topics

Hi everyone, I am currently using a Panelview plus 7 standard and i have a question regarding switching languages in factory talk studios. Is it...
Replies
3
Views
2,217
I have a operating 7026 managed switch and will be adding 16 drives which will require an additional switch. Can I purchased a unmanaged switch...
Replies
16
Views
5,850
I am currently looking for a solution to provide proving status of a DC motor. The DC motor I have draws maybe .4 to .5 DC amps. very small. I...
Replies
6
Views
2,517
I have an AB 1100 running a program witch controls 7 or so actuators. I would like to add status proving devices to the system. I was looking...
Replies
1
Views
1,581
New to PLC programming, experienced in a few other computer languages. I am having trouble understanding why a normally closed safety switch is...
Replies
7
Views
2,841
Back
Top Bottom