0% found this document useful (0 votes)
147 views19 pages

(Programmable Logic Controller) : M. Nurhidayatullahadzani13 Zulfikarabror 2 4

The document discusses programmable logic controllers (PLCs). It defines PLCs as computers used to control industrial processes or machines. PLCs have three main components: a central processing unit, input/output interface system, and power supply. The CPU controls all PLC processes using a processor, memory, and power supply. The document also describes common PLC components, functions, programming methods, basic instructions, and software used to program PLCs.

Uploaded by

Muhammad Adzani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
147 views19 pages

(Programmable Logic Controller) : M. Nurhidayatullahadzani13 Zulfikarabror 2 4

The document discusses programmable logic controllers (PLCs). It defines PLCs as computers used to control industrial processes or machines. PLCs have three main components: a central processing unit, input/output interface system, and power supply. The CPU controls all PLC processes using a processor, memory, and power supply. The document also describes common PLC components, functions, programming methods, basic instructions, and software used to program PLCs.

Uploaded by

Muhammad Adzani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19

PLC

( PROGRAMMABLE LOGIC CONTROLLER)

M. Nur Hidayatullah Adzani 13


Zulfikar Abror 24
DEFINITION

•Programable logic controller (PLC) Is based


on a computer that only planned for
controlling a process or machine on industry
•The controlled process can be in the variable
regulation continuously, like in a servo system
or only controlled 2 situation (ON/OFF). But, it
is repeatedly like on conveyor machine and
others.
• Konsep pengontrolan yang dilakukan oleh
sebuah PLC adalah seperti gambar berikut ini.
•The concept of controlling a PLC is like the
following picture on next page.

Add a Footer 2
HOW TO WORKS
• Central Processing Unit (CPU) Secara umum PLC terdiri dari
• Sistem antar muka input/output duakomponen penyusun utama :
I
O
U
• Central Processing Unit (CPU)
N
P CPU
T
P
• Interface system input/output
U
U
T
T Function :
1. CPU Function is controlled all of PLC processed

• There is only 3 main components of the CPU compiler

Processor Memory A. Processor

B. Memory
Power supplay

C. Power Supply

Add a Footer 3
SYMBOL
Push Button (Normally Open) Push Button (Normally Closed) Contact (Normally Open)

Limit Switch (Normally Open) Limit Switch (Normally Closed) Contact (Normally Closed)

Temperature Switch (Normally Open) Temperature Switch (Normally Closed) Relay Coil

Time Delay Switch (Normally Open) Time Delay Switch (Normally Closed) Pilot Light

Level Switch (Normally Open) Level Switch (Normally Closed) Buzzer

M
Proximity Switch (Normally Open) Proximity Switch (Normally Closed) Motor

Pressure Switch (Normally Open) Pressure Switch (Normally Closed) Solenoide

Add a Footer 4
MAIN FUNCTION OPERATION

1. Logic Relay
Sequential Control Processing
2. Locking
input binary signals into outputs that are used for
3. Counting
processing sequential processing , the PLC keeps
4. Addition
all steps of the sequential process taking place in
the right order. 5. Reduction

6. Timing
Monitoring Plan
7. PID Control
Monitor a system (eg temperature, pressure, level
of height) and take the necessary actions in 8. BCD Operation

connection with the controlled process (eg the 9. Data Manipulation


value has exceeded the limit) or display the 10. Benchmark
message to the operator.
11. Shift

Add a Footer 5
PLC ADVANTAGES THAN
CONVENSIONAL SYSTEM
CONVENSIONAL
PLC
SYSTEM

1. Wiring is easyly 1. Wiring is more complex.

2. Treatment takes a short time 2. Treatment takes a long time.

3. More simple system tracking. 3. Tracking errors takes a long time.

4. Power consumption is relatively low. 4. Relatively high power consumption.


5. Image documentation is simpler and 5. More image documentation.
easier to understand.
6. Modification of the system takes a
6. System modification is simpler and long time.
faster.

Add a Footer 6
EQUIPMENT FOR
INPUT AND OUTPUT

Basically, PLC operation is relative


simple with using external equipment that
connected to the available input or output
modules. This equipment can be in the form of
INPUT OUTPUT
analog sensor, push button, limit switch, generator,
Selector Switch Annunciator
solenoid, lamp and others. On beside of the page Temperature Switch Alarm light
you can see the examples of input / output module Flow Switch Electric fan
Level Switch Indicating light
that usually found on PLC application
Pushbutton Electric valve
Motor starter contacts Alarm horn
Limit Switch Selenoid valve
Pressure Switch Motor starters
Relay Contact
Add a Footer 7
SOFTWARE

• Basically, the PLC that using to control this equipment


is made and entered using a programming system
software. In this presentation we will using CX ONE as
a software to make a program of PLC

Add a Footer 8
• PROGRAM EXAMPLE
PROGRAM LANGUAGE
There are 5 Programming method that have been
standardized by IEC ( International Electrical Commissions)
:

1. Ladder Diagram (LD)

2. Function Block Diagram (FBD)

3. Sequential Function Chart (SFC)

4. Structure Text (ST)

5. Instruction List (IL)

Althoug almost all PLC has supported five programming


methods, but the fact is many people is like to using first
method that is ladder diagram because easy using and not
make the programmer difficult

Add a Footer 9
BASIC INTRUCTION OF
PLC
1. Counter instruction

2. Timer instruction

3. IL & ILCS Instruction ( Inter Lock & Inter Lock


Clear)

4. DIFU/DIFD Instruction

5. Holding Relay Instruction

6. Compare Instruction

Add a Footer 10
COUNTER INSTRUCTION

Counter instructions are used to calculate the


input entering the counter.

The way the counter instruction works is, When


the counter (CNT 0000) Gets the input as much as
the set value, it will activate the contact C0000 so
that the output (1.00) will be active. While to reset
the counter can use 0.01 input.

Add a Footer 11
TIMER INSTRUCTION

In most control applications there are tools for some


aspects of timing control. PLC has timing facilities for programs that
can be used.

The general method of programming a timer circuit is to determine


the intervals calculated from a condition or condition . The working
method of the Timer instruction is, when the Timer (TIM 0000) gets
input as long as the set value activates the contact-contact (T0000).
More details can be seen in

Note: in one program the Counter and Timer number address


cannot be the same. For example, if the counter number is 0000,
the address of the timer cannot use the address 0000. The set value
timer is set x 10. So for example the desired value set is 10 seconds
then the set value is 10 seconds x 10 = # 100

Add a Footer 12
IL & ILC INSTRUCTION

IL stands for Inter Lock while ILC stands for Clear


Interlock to lock the program. Usually IL and ILC
are used for the Emergency button. The workings
of IL and ILC instructions are, if the emergency
button (input 0.02) is pressed, all of the IL and ILC
instructions will not be active

Add a Footer 13
DIFU/DIFD INSTRUCTION

This control application functions to activate


output during one scan. To activate output during
a scan other than using DIFU / DIFD instructions
can also use contacts with differentiation up /
down. To make contact instructions with
differentiation up / down, click New Contact -
Details >> - Differentiation up / down

Add a Footer 14
HOLDING RELAY
INSTRUCTION

Holding Relay is an internal relay that can be used


to hold the system that is working even though the
supply power is off, for example if the Power
Source / PLN is off, if the holding Relay is installed
then the process can continue further from the
start again

Add a Footer 15
COMPARE INSTRUCTION

This instruction is used to compare two data.

The way it works is if the D100 <D200 data then


output (1.02) will be active, if D100 = D200 then
the output (1.03) will be active, and if D100> D200
then the output (1.03) will be active.

Add a Footer 16
DEVELOPMENT
Basically, using PLC on a industrial
activities is a development of
technology, and of course in next a few
years surely PLC will controlled using by
smartphone with internet. The
advantages of using PLC that is
connected to internet is the user or
worker will controlled the process or
machine more easily because no need to
check directly the process or machine.

Add a Footer 17
EXAMPLE PROGRAM PLC

Add a Footer 18
THANK YOU
F O R YO U R AT T E N T I O N ! ! !

Add a Footer 19

You might also like