Sunteți pe pagina 1din 4

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

Acest site folosește cookie-uri pentru a oferi servicii, pentru a personaliza anunțuri și pentru a
analiza traficul. Dacă folosiți acest site, sunteți de acord cu utilizarea cookie-urilor.
AFLAȚI MAI MULTE AM ÎNȚELES

Basic PLC Ladder Programming Example 13

Basic PLC Ladder Programming Training Example 13: Product Packaging 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_31.html#axzz5AhMuJKSo 1/4
3/24/2018 Basic PLC Ladder Programming Example 13 | PLC, PLC LADDER, PLC EBOOK, PLC PROGRAMMING,

· Once the photoelectric sensor detects 10 products, the robotic arm will begin to pack up. When
the action is completed, the robotic arm and the counter will be reset.

Topics Covered in this example is using counter in PLC Program

Number of PLC Inputs Required

X0 - Photoelectric sensor for counting products. X0 = ON when products are detected.


X1 - Robotic arm action completed sensor. X1 = ON when packing is completed.

Number of PLC Counter Required

C0 - Counter: 16-bit counting up (general purpose)

Number of PLC Outputs Required

Y0 - Robotic arm for packing

PLC Ladder Programming:

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

PLC Ladder Program

PLC Ladder Programming Description:

Once the photoelectric sensor detects a product, X0 will go from OFF to ON once, and C0
will count for one time.
When the present value in C0 reaches 10, the Normally Open contact C0 will be closed.
Y0 = ON, and the robotic arm will begin to pack.
When the packing is completed, the robotic arm action completed sensor will be enabled.
X1 will go from OFF to ON and RST instruction will be executed. Y0 and C0 will be reset
for the next packing task.
See More PLC Ladder Programming Examples

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

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

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

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