Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

NECTAR AUTOMATION PLC

Plc is a programmable logic controller. SCADA is supervisory control acquisition system.

Schneider ( telemechanic plc)


Zelio plc, used software is zelio soft 2, 24V dc operating voltage. NO (normally open) And NC (normally closed)

Timer: Basically it is of 3 types:


1. On delay timer: after pressing input then after certain time the output is set(on). 2. Off delay timer: after releasing the i/p then after certain time the o/p is reset(off). 3. Retentive timer:

Counters:

Telemechanic modicone plc


Model no. is Modiconemicro 3721TSX 3721. Software is PL7 PRO, Communication cable TSXCUSB485, cable no. TSXCRJMD25.

I/p = I1.0 or I1.1 and so on O/p= Q2.0 or Q2.1 and so on. Timers: %TM0.Q or %TM1.Q %T0.D for retentive timer. For timer setting: Tools>app. Browser>predefined FB

Comparator: %TM0.V<=2
Negated coil: %Q2.0 Rising edge (+ve edge): one pulse from 0 to 1. Falling edge (-ve edge): pulse from 1 to 0.

Q. Write a program to construct traffic light.

Set coil: F11 Reset coil: F12

Counters:
R(reset) S(set)

%C0
E(empty) D(done bit)

CU (count up) F(full) CD

MEMORY BIT: %M0

Monostable: It counts high to low and it starts with a pulse.


%MN0

You might also like