introduction to plc

26
Powerpoint Templates Page 1 Copyright [email protected] PLC Technologies An introduction to Programmable Logic Controller Aditya Kurniawan Politeknik Kota Malang 2012

Upload: aditya-kurniawan

Post on 25-May-2015

397 views

Category:

Documents


10 download

TRANSCRIPT

Page 1: Introduction to plc

Powerpoint Templates Page 1

Copyright [email protected]

PLC Technologies An introduction to Programmable Logic Controller

Aditya Kurniawan Politeknik Kota Malang 2012

Page 2: Introduction to plc

Powerpoint Templates Page 2

Copyright [email protected]

Nama : Aditya Kurniawan, S.ST Institusi : Politeknik Elektronika – ITS Email : [email protected] Jurusan : Teknik Mekatronika (2005 – Skrg) Spesialisasi : Image Processing Sensoric - Actoric Control Instrument Quality controlling Pengalaman :

• PLC Programmer Schneider Electric Cikarang

• Quality Assurance Engineer Formulatrix Lab Automation

• Microimaging department • Microfluidic department

• Technical Support for Japan Wakenyaku Co.Ltd (Rapid Microfluidic Dispenser)

CURICULUM VITAE

Page 3: Introduction to plc

Powerpoint Templates Page 3

Copyright [email protected]

TRAINING & EXPERIENCE

Page 4: Introduction to plc

Powerpoint Templates Page 4

Copyright [email protected]

Fundamentals of PLC Technologies

Material coverage

On CERTIFICATE

Page 5: Introduction to plc

Powerpoint Templates Page 5

Copyright [email protected]

Assesment

Teori 30%

UAS

Praktikum 70%

PLC Program

Laporan Praktikum

Fundamentals of PLC Technologies

Kontrak Kuliah

Page 6: Introduction to plc

Powerpoint Templates Page 6

Copyright [email protected]

Fundamentals of PLC Technologies

Terminology

Programmable : Its behavior is able to be modified by using programming language

Logic : Structured, step by step, “make sense”

Controller : Device used to manage another device

Discrete : a boolean function (true/false) OR (1/0) OR (on/off)

LAD/LDR/ladder : a programming language using “Electrical Circuit” logic

STL/Statement List : a programming language using “English structured” logic

INPUT : Incoming signal

Output : Outcome / result signal

Page 7: Introduction to plc

Powerpoint Templates Page 7

Copyright [email protected]

In Snack Foods Industries

◊ Temperature Control ◊ Pressure Control

◊ Variable Speed Drive Systems Batching Systems

◊ Continuous Mixing System Controls

◊ Batch Mixing Systems Material Handling

◊ Pneumatic Conveying Systems

◊ Vacuum Conveying Systems

◊ Product Conveying Systems Cooker Systems

◊ Temperature Control

◊ Level Control

◊ PH Control Extrusion & Cutting Systems

◊ Speed Control

◊ Pressure Control

◊ Cutting Control Slurry Mixing and Distribution

◊ Pump Control Systems

◊ Valve Control Systems

Fundamentals of PLC Technologies

Introduction to PLC

Page 8: Introduction to plc

Powerpoint Templates Page 8

Copyright [email protected]

Kiln Control Systems

◊ Temperature Control

◊ Humidity Control Material Handling

◊ Pneumatic Conveying Systems

◊ Vacuum Conveying Systems

◊ Product Conveying Systems Cutting Control Systems Forming Systems

◊ Variable Speed Drive Systems Gypsum Mixing and Distribution

◊ Pump Control Systems

◊ Valve Control Systems Batching Systems

◊ Continuous Mixing System Controls

◊ Inventory Control Systems

Fundamentals of PLC Technologies

Introduction to PLC

Page 9: Introduction to plc

Powerpoint Templates Page 9

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC

A PLC is simply a block / device use to MANIPULATE input signal by using certain

RULES

The manipulation process called Control

The rules called Program

PLC INPUT

SIGNAL OUTPUT

SIGNAL

Page 10: Introduction to plc

Powerpoint Templates Page 10

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC

INPUT

SIGNAL

OUTPUT

SIGNAL

All character

in alphabet

12 B C D 12 F

G H 12 J K L M

N 12 P Q R S T

12 V W X Y Z

ALL vocal

character

should be

changed into

NUMBER (12) A B C D E F G

H I J K L M N O

P Q R S T U V

W X Y Z

MAKES SENSE?

That’s why we called it LOGIC

Page 11: Introduction to plc

Powerpoint Templates Page 11

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC

How if I change the language? Is the result difference?

That is what a Program Language is!

INPUT

SIGNAL

OUTPUT

SIGNAL

All character

in alphabet

12 B C D 12 F

G H 12 J K L M

N 12 P Q R S T

12 V W X Y Z

Seluruh huruf

VOKAL harus

diubah menjadi

ANGKA (12) A B C D E F G

H I J K L M N O

P Q R S T U V

W X Y Z

Page 12: Introduction to plc

Powerpoint Templates Page 12

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC

A program language is a WAY to define a rule to a controller

Therefore it could be done in any ways

INPUT

SIGNAL

OUTPUT

SIGNAL

All character

in alphabet

12 B C D 12 F

G H 12 J K L M

N 12 P Q R S T

12 V W X Y Z

Seluruh huruf

VOKAL harus

diubah menjadi

ANGKA (12)

=

ALL vocal

character

should be

changed into

NUMBER (12)

A B C D E F G

H I J K L M N O

P Q R S T U V

W X Y Z

Page 13: Introduction to plc

Powerpoint Templates Page 13

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC PLC Basic Properties

Programming Language (Rules)

Input Module (Ear)

Output Module (Hand)

CPU (Central Processing Unit) (Brain)

Page 14: Introduction to plc

Powerpoint Templates Page 14

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC Programming Language

1. Ladder / kontaktplan

2. Statement List / anweisungliste

3. FBD (Function Block Diagram)

4. SFC (Sequential Flow Chart)

This one the most COMMON

This one the most COMMON

Page 15: Introduction to plc

Powerpoint Templates Page 15

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC Input module

Page 16: Introduction to plc

Powerpoint Templates Page 16

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC Output module module

Page 17: Introduction to plc

Powerpoint Templates Page 17

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC CPU Unit

Page 18: Introduction to plc

Powerpoint Templates Page 18

Copyright [email protected]

Fundamentals of PLC Technologies

Introduction to PLC Programming Language Ladder

Page 19: Introduction to plc

Powerpoint Templates Page 19

Copyright [email protected]

Sensing Actuating

MOTOR

SOLENOID VALVE

SENSOR

BUTTON

INPUT OUTPUT

Fundamentals of PLC Technologies

Understanding discrete control automation

Page 20: Introduction to plc

Powerpoint Templates Page 20

Copyright [email protected]

AND

Page 21: Introduction to plc

Powerpoint Templates Page 21

Copyright [email protected]

OR

Page 22: Introduction to plc

Powerpoint Templates Page 22

Copyright [email protected]

NOT

Page 23: Introduction to plc

Powerpoint Templates Page 23

Copyright [email protected]

NAND

Page 24: Introduction to plc

Powerpoint Templates Page 24

Copyright [email protected]

XOR

Page 25: Introduction to plc

Powerpoint Templates Page 25

Copyright [email protected]

XNOR

1

0

0

1

?

Page 26: Introduction to plc

Powerpoint Templates Page 26

Copyright [email protected]

Thank You

END OF SLIDE

Contact : [email protected] Phone : +62-897-313 0 135