Zelio programming doubt

Toy45

Member
Join Date
Mar 2014
Location
Merida
Posts
1
Hi all, i was wondering if it is possible to control 6 output lights, with a zelio with just 4 discrete outputs, its an assignment and the teacher says its possible but i'm stuck. any help will be appreciated. thanks its a traffic light with dual reds btw.
 
Yes, it is possible. I will not write the PLC program, but will tell you HOW you can write it.

In fact, you can control 6 lights with only 3 discrete PLC outputs (if you limit your system to the special case of only allowing 1 light switch ON at a time). But you also need 3 relays to connect to the 3 PLC outputs. Each of these relays must be have 3-pole contacts, double-throw (3PDT configuration). Then it is a matter of "multiplexing" your Outputs, so that 6 Light Switch Inputs turn on the binary equivalent of 001, 010, 011, 100, 101, and 110 for the 3 PLC Outputs (Relay 1, Relay 2, and Relay 4). Then the Output relay contacts are then wired to the 6 lights as follows:

Light 1 = N.C. Relay 4 AND N.C. Relay 2 AND N.O. Relay 1 (001)
Light 2 = N.C. Relay 4 AND N.O. Relay 2 AND N.C. Relay 1 (101)
Light 3 = N.O. Relay 2 AND N.O. Relay 1 (011)
Light 4 = N.O. Relay 4 AND N.C. Relay 2 AND N.C. Relay 1 (100)
Light 5 = N.O. Relay 4 AND N.O. Relay 1 (101)
Light 6 = N.O. Relay 4 AND N.O. Relay 2 (110)

The above would be for 3 PLC outputs. When you add the 4th Output, you have enough numbers to allow for all possible combinations of Light Switches on at the same time (64 possible combinations where you count all switches off (000000) as the first one.
 
Last edited:

Similar Topics

I have created a washing sequence of five cycles for a storage tank which is located on a farm. As soon as a selection switch is turns turned on...
Replies
4
Views
3,214
i recently learn PLC AB slc 500 and start using zelio smart relay for my own small compactor business instead of timers and relay i used and made...
Replies
11
Views
6,292
Hi guys, I am new to PLC and I just got this Zelio smart relays. After reading the Help files, I decided to go with the LD programming as I find...
Replies
1
Views
3,511
Hi, I am LabView programmer and am using a Zelio Smart relay for a simple cycle test. I know very little ladder logic, and am trying to figure...
Replies
3
Views
9,442
I've gotten to the learning curve where I can program a call for pump to come on at set point but I'm not sure how to turn the same pump off when...
Replies
1
Views
130
Back
Top Bottom