Вы находитесь на странице: 1из 6

Food

Living

Outside

Play

Technology

Workshop

Zelio PLC
by Husham Samir on September 15, 2012 Table of Contents Zelio PLC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Intro: Zelio PLC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 1: Switch On /Off . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 2: Analogue to Digital (ADC) Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 3: Impulse relay Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 4: Text Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 5: Counter Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Step 6: Timer Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2 3 3 3 4 4 5 6 6

http://www.instructables.com/id/Zelio-PLC/

Author:Husham Samir Husham Samir Jawad


Electrical Engineer

Intro: Zelio PLC


Zelio PLC is a very interesting controller device from Schneider company and so easy to use and useful if you don't have a time or knowledge with micro controller but it is a little bit expensive comparing with Micro Controller. there are many type of Zelio PLC depending on Number of input and output, the smallest one shown in below picture. it contain from : 4 digital input (I1,I2,I3,I4). 4 analogue input from 0-10 volt (IB,IC,ID,IE) . 4 output (Q1,Q2.Q3,Q4). available power power source (12 ,24 volt DC) and (100,240 volt AC) it depend on your requirement . the cost of this type about 130 $ plus configuration cable 50 $ . the software used for this PLC called (Zelio Soft 2) ,it support LDR (ladder language) and FBD (function block diagram) with full simulator.

http://www.instructables.com/id/Zelio-PLC/

Step 1: Switch On /Off


This Video showing how to use Zeliosoft to make a simple switch . a Push button switch connected to I1 and two LEDs in Q1 & Q4 .

Step 2: Analogue to Digital (ADC) Example


In this example a 10 K ohm variable resistance connected to Ib and the other pin to positive and 4 LED connected to Q1,Q2,Q3 and Q4 . in the first circuit I define 5 volt as reference voltage and I compare it with Ib ,so if Ib more than or equal 5 volt ,Q1 will turn on. in the 2nd circuit I define four reference 5,6,7,8 volt ,so when Ib equal or more than the reference value it will turn on Q1,Q2,Q3 and Q4

Step 3: Impulse relay Example


In this Example I1 connected to push button and impulse relay activated in Q1 &Q2 ,when push button clicked Q1&Q2 on ,when the Push button clicked again Q1&Q2 off. I2 connected to magnetometer sensor like for the door sensor ,when the door closed Q3,Q4 turn off ,when door open Q3,Q4 on.

http://www.instructables.com/id/Zelio-PLC/

Step 4: Text Example


I2 connected to Door magnetometer sensor ,if the door open Q1 will be on and Door Open text will appear on PLC LCD. TX (enable text). RX (reset text).

Step 5: Counter Example


In this example 10 click on the push button will turn on Q1.

http://www.instructables.com/id/Zelio-PLC/

Step 6: Timer Example


When push button pressed for 3 sec Q4 will turn on.

http://www.instructables.com/id/Zelio-PLC/

Related Instructables

Traffic signal control through PLC (video) by Anum Sheraz

WiFi Car (video) by Husham Samir

Jug Led level meter (Photos) by Husham Samir

WiFi Car (Photos) by Husham Samir

The Pandemic Ventilator by panvent

How To Convert Fluorescent starter to Thermal Switch (Photos) by Husham Samir

Advertisements

http://www.instructables.com/id/Zelio-PLC/

Вам также может понравиться