introduction to plc

Post on 25-May-2015

397 Views

Category:

Documents

10 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Powerpoint Templates Page 1

Copyright aditya@poltekom.ac.id

PLC Technologies An introduction to Programmable Logic Controller

Aditya Kurniawan Politeknik Kota Malang 2012

Powerpoint Templates Page 2

Copyright aditya@poltekom.ac.id

Nama : Aditya Kurniawan, S.ST Institusi : Politeknik Elektronika – ITS Email : aditya@poltekom.ac.id 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

Powerpoint Templates Page 3

Copyright aditya@poltekom.ac.id

TRAINING & EXPERIENCE

Powerpoint Templates Page 4

Copyright aditya@poltekom.ac.id

Fundamentals of PLC Technologies

Material coverage

On CERTIFICATE

Powerpoint Templates Page 5

Copyright aditya@poltekom.ac.id

Assesment

Teori 30%

UAS

Praktikum 70%

PLC Program

Laporan Praktikum

Fundamentals of PLC Technologies

Kontrak Kuliah

Powerpoint Templates Page 6

Copyright aditya@poltekom.ac.id

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

Powerpoint Templates Page 7

Copyright aditya@poltekom.ac.id

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

Powerpoint Templates Page 8

Copyright aditya@poltekom.ac.id

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

Powerpoint Templates Page 9

Copyright aditya@poltekom.ac.id

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

Powerpoint Templates Page 10

Copyright aditya@poltekom.ac.id

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

Powerpoint Templates Page 11

Copyright aditya@poltekom.ac.id

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

Powerpoint Templates Page 12

Copyright aditya@poltekom.ac.id

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

Powerpoint Templates Page 13

Copyright aditya@poltekom.ac.id

Fundamentals of PLC Technologies

Introduction to PLC PLC Basic Properties

Programming Language (Rules)

Input Module (Ear)

Output Module (Hand)

CPU (Central Processing Unit) (Brain)

Powerpoint Templates Page 14

Copyright aditya@poltekom.ac.id

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

Powerpoint Templates Page 15

Copyright aditya@poltekom.ac.id

Fundamentals of PLC Technologies

Introduction to PLC Input module

Powerpoint Templates Page 16

Copyright aditya@poltekom.ac.id

Fundamentals of PLC Technologies

Introduction to PLC Output module module

Powerpoint Templates Page 17

Copyright aditya@poltekom.ac.id

Fundamentals of PLC Technologies

Introduction to PLC CPU Unit

Powerpoint Templates Page 18

Copyright aditya@poltekom.ac.id

Fundamentals of PLC Technologies

Introduction to PLC Programming Language Ladder

Powerpoint Templates Page 19

Copyright aditya@poltekom.ac.id

Sensing Actuating

MOTOR

SOLENOID VALVE

SENSOR

BUTTON

INPUT OUTPUT

Fundamentals of PLC Technologies

Understanding discrete control automation

Powerpoint Templates Page 20

Copyright aditya@poltekom.ac.id

AND

Powerpoint Templates Page 21

Copyright aditya@poltekom.ac.id

OR

Powerpoint Templates Page 22

Copyright aditya@poltekom.ac.id

NOT

Powerpoint Templates Page 23

Copyright aditya@poltekom.ac.id

NAND

Powerpoint Templates Page 24

Copyright aditya@poltekom.ac.id

XOR

Powerpoint Templates Page 25

Copyright aditya@poltekom.ac.id

XNOR

1

0

0

1

?

Powerpoint Templates Page 26

Copyright aditya@poltekom.ac.id

Thank You

END OF SLIDE

Contact : aditya@poltekom.ac.id Phone : +62-897-313 0 135

top related