Sunteți pe pagina 1din 3

3/24/2018 Basic PLC Ladder Programming Example 14 | PLC, PLC LADDER, PLC EBOOK, PLC PROGRAMMING,

Basic PLC Ladder Programming Example 14

Free Arduino Project Builder for Easy IoT


& Home Automation

Cayenne Learn more

Basic PLC Ladder Programming Training Example 14 : 24 Hour clock using Counter PLC

Ladder Program

Basic PLC Ladder Programming Training Examples for Beginners. Hi Friends here we are
starting a series of Free Training on PLC Ladder Programming. These PLC Ladder Programs
are important to get basics of Ladder Programs

PLC Ladder Practice Problem:

http://plc-scada-dcs.blogspot.ro/2014/08/basic-plc-ladder-programming-training_23.html#axzz5AhMuJKSo 1/3
3/24/2018 Basic PLC Ladder Programming Example 14 | PLC, PLC LADDER, PLC EBOOK, PLC PROGRAMMING,

Using 3 counters together with the lag of M1013 (1s clock pulse) to operate a 24-hour
clock.

Topics Covered in this example is use of Counter in PLC Program

Number of PLC Counter Required

C0 - count per second


C1- count per minute
C2 - count per hour

Number of PLC internal memory lag Required

M1013 - 1s clock

PLC Ladder Programming:


PLC Ladder Programming Description:


.

The key of operating a 24-hour clock is to use M1013 (1s clock pulse). When the program
is executed, C0 will count once per second. When the counted number reaches 60(1
minute), C0 = ON. C1 will count once, and C0 will be reset at the same time; similarly,
when the counted number in C1 reaches 60(1 hour), C1 = ON. C2 will count once, and C1
will be reset at the same time. Furthermore, when the present value in C2 reaches 24, C2
will be reset, and the 24-hour counting process will start again.
AcestThe 24-hour clock operates by using C0 to count “second”, C1 to count “minute” and C2 to
site folosește cookie-uri pentru a oferi servicii, pentru a personaliza anunțuri și pentru a
count “hour.” In this clock, the value of “second”, “minute” and “hour” can be read by C0,
analiza traficul. Dacă folosiți acest site, sunteți de acord cu utilizarea cookie-urilor.
C1 and C2 correspondingly. When the set value of C2 is 12, the clock will be a 12-hour
clock. AFLAȚI MAI MULTE AM ÎNȚELES

http://plc-scada-dcs.blogspot.ro/2014/08/basic-plc-ladder-programming-training_23.html#axzz5AhMuJKSo 2/3
3/24/2018 Basic PLC Ladder Programming Example 14 | PLC, PLC LADDER, PLC EBOOK, PLC PROGRAMMING,

See More Examples here

PLC Ladder Programming Example 1


PLC Ladder Programming Example 2
PLC Ladder Programming Example 3
PLC Ladder Programming Example 4
PLC Ladder Programming Example 5
PLC Ladder Programming Example 6
PLC Ladder Programming Example 7
PLC Ladder Programming Example 8
PLC Ladder Programming Example 9
PLC Ladder Programming Example 10
PLC Ladder Programming Example 11
PLC Ladder Programming Example 12
PLC Ladder Programming Example 13
PLC Ladder Programming Example 14
PLC Ladder Programming Example 15

AdChoices Coding Ladder Omron PLC

http://plc-scada-dcs.blogspot.ro/2014/08/basic-plc-ladder-programming-training_23.html#axzz5AhMuJKSo 3/3

S-ar putea să vă placă și