apa itu plc dan program dari plc (Program logic controller)

DikkyJulistian 34 views 44 slides Jul 23, 2024
Slide 1
Slide 1 of 44
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35
Slide 36
36
Slide 37
37
Slide 38
38
Slide 39
39
Slide 40
40
Slide 41
41
Slide 42
42
Slide 43
43
Slide 44
44

About This Presentation

plc description


Slide Content

August 2001
PLC Module 2-1
Programmable Logic Controller
Industrial Automation Research Group
Laboratorium Instrumentasi dan Kontrol
Departemen Teknik Fisika
Institut Teknologi Bandung
Desember 2003

August 2001
PLC Module 2-2
A Picture of PLC SystemMan-Machine Interface
Programming Device
PLC PLC PLC PLC
PLC Network
FIELD DEVICES

August 2001
PLC Module 2-3
Komponen-komponen Dasar PLC
Prosesor
Memori
I/O Interface
Programming
Device &
Languages
Catu Daya PROCESSOR
I/O System Power Supply
Programming
Device
Memory
Unit
inputs
outputs

August 2001
PLC Module 2-4
Bagaimana PLC Bekerja ?
Examine the status of inputs and outputs
Controls some process or machine through outputs
using some control logic
This control logic is executed periodically by the
processor in a predetermined sequential order
User can change the control logic using a
programming language and it is stored in the
program memory

August 2001
PLC Module 2-5
Processor & Memory
80386/80486 microprocessor
based
Random Access Memory (RAM)
Electrically Erasable Programmer
Read Only Memory (EEPROM)CPU
Data
Memory
Program
Memory
System
Clock
I/O
Port
input bus
address bus
output
bus
Instruction cycle :
Fetch the next instruction from
program memory
Place it in the instruction
register in the CPU
Increment the program counter
by one
Execute the instruction

August 2001
PLC Module 2-6
Input/Output Systems
Discrete Inputs/Outputs
Analog Inputs/Outputs
Special Purpose Modules
Intelligent Modules
Communication Modules

August 2001
PLC Module 2-7
Discrete Signal Types
Selector switches
Temperature switches
Flow switches
Level switches
Valve position switches
Starter auxiliary contacts
Pushbuttons
Motor starter contacts
Limit switches
Pressure switches
Hand switches
Proximity switches
Relay contacts
Photoelectric sensors
Annunciators
Alarm lights
Electric control relays
Electric fans
Indicating lights
Electric valves
Alarm horns
Selenoid valves
Motor starters
Heater starters

August 2001
PLC Module 2-8
Discrete Input Modules
AC and DC Discrete Input Module
•Electrical isolation between the field device (power) and the
controller (logic)
•Common return line connection
•ACI-XX where XX is voltage (120 and 220 VAC)
•DCI-XX where XX is voltage (12, 24, and 48 VDC)
TTL
•TTL-compatible devices (solid-state controller and sensing
instruments)
•external +5 V dc power supply
Isolated Input Module
•Separated return lines
•IACI-XX or IDCI-XX

August 2001
PLC Module 2-9
Discrete Output Module
AC Output Module
•AC loads (using Triac/SCR
as switch)
•RC snubber protection
•Peak voltage limiter (metal
oxyde varistor -MOV)
•Fuse protection
•External switching voltage
DC Output Module
•DC loads (using power
transistors)
•Fuse protection
TTL Output Module
•TTL-compatible output
devices (seven segment
LED, IC, and +5 Vdc logic-
based devices)
•External +5 Vdc power
supply
Isolated AC Output Module
Dry Contact
•Normally open (NO)
•Normally closed (NC)

August 2001
PLC Module 2-10
Analog Devices
Flow transmitters
Pressure transmitters
Temperature transmitters
Analytical transmitters
Position transmitters
Potentiometers
Level transmitters
Speed instruments
Electric motor drives
Analog meters
Chart data recorders
Process controllers
Current-to-pneumatic
transducers
Electrical-operated valve
Variable speed drives

August 2001
PLC Module 2-11
Analog Input Module
Very high input
impedance to
prevent signal
loading Filtering and
isolation circuits
Single-ended
Differential
Current (0-20 mA)
Voltage (1-5 V)

August 2001
PLC Module 2-12
Analog Output Module
Isolation between the output circuit
and the logic circuit is provided
through optical couplers
Receive data from the CPU which is
translated into a proportional
voltage/current to control an analog
field device

August 2001
PLC Module 2-13
Special Purpose Modules
Binary Coded Decimal (BCD) Modules
•Provide parallel communication between the processor and
input/output devices
Encoder/Counter Input Module
•Used for operations that require direct high speed encoder
input into a counter
Pulse Counter Input Module
•Used to interface with field instruments that generate pulse
such as positive displacement (PD) flowmeters and turbine
type flowmeters

August 2001
PLC Module 2-14
Intelligent Module
Can perform complete processing functions,
independent of the CPU and the control program
scan
Thermocouple Input Module
•Designed to accept inputs directly from a thermocouple
•Provides cold junction compensation
Motor Control Module
•Generates a pulse train that is compatible with stepping
motor translators that represent distance, speed, and
direction commands
Control Loop Module (PID module)
•Used in continuous closed-loop where the proportional-
integral-derivative (PID) control algorithm is required

August 2001
PLC Module 2-15
Communication Module
ASCII
•Used to send and receive
alphanumeric data between
peripheral equipment and the
controller
Universal Remote I/O Link
•Allows I/O subsystems to be
remotely located from the
processor (1000 ft to several
miles)
Serial Communications Module
•Used to communicate between
the programmable controller
and an intelligent instrument
with a serial output
•RS-232C, RS-422, or RS-485
communication link
PCMCIA Interface Card
•Allows communications
between PLC or data highway
and notebook PC
Ethernet
•Designed to allow a number of
PLC and other computer-based
devices to communicate over a
high speed plant local area
network
Fiber Optic Converter
•Transform electrical signals and
transmit these signals through
fiber optic cables

August 2001
PLC Module 2-16
Memory Sizing
The amount of memory required depends on :
•control program complexity
•the number of I/O points
Precise (almost impossible) method to determine
memory size :
•Write out the control program
•Count the number of instructions used
•Multiply this count by the number of words used per
instructions (obtained from PLC programming manual)
•Add the amounts of memor used by executive programs and
the processor overhead
Practical method:
•Total memory = 10 x [the number of I/O points]

August 2001
PLC Module 2-17
I/O and Memory Sizing Example
I/O Points
•Remote Area 1 : I/O = 70 + 35 + 6 = 111
•Remote Area 2 : I/O = 95 + 50 + 10 = 155
•Main Process Area : I/O = 300 + 156 + 32
+ 5 = 493
•Total I/O points = 759
•Spare points = 10% x 759 = 76
PLC size = Medium-
sized (1024 I/O points max.)
Memory size =
10 x 759 = 7590 or 8K

August 2001
PLC Module 2-18
Hot Standby System
Architecture

August 2001
PLC Module 2-19
Typical Configuration of
PC/PLC

August 2001
PLC Module 2-20
Dual Link Configuration

August 2001
PLC Module 2-21
Peripheral Requirements
Peripheral = other equipment in the PLC system that is not
directly connected to field I/O devices
•Compact portable programming device from PLC manufacturer
•Portable PC with PLC software
•Magnetic tape storage unit to store control program
•PROM Programmer
•Process I/O simulators
•Communications modules
Depends on plant network design
Extra modules is required for integration within different brands
•Operator interfaces
hard-wired local and main control panels
GUI software runs on a personal computer
Intelligent peripheral devices such as touch screen
Industrial PC with function keys and GUI software

August 2001
PLC Module 2-22
Example of I/O Wiring Diagrams
Field wiring is normally indicated by a dashed line
PLC output adresses are given on the left-hand side
TB = Terminal Box
JB = Junction Box

August 2001
PLC Module 2-23
Relay Circuit Diagram

August 2001
PLC Module 2-24
PLC Contact and its Logic

August 2001
PLC Module 2-25
Combination of Logic and
Contact Symbol

August 2001
PLC Module 2-26
I/O Address Assignment for
Real Input/Output

August 2001
PLC Module 2-27
I/O Address Assignment for
internal outputs

August 2001
PLC Module 2-28
I/O Connection

August 2001
PLC Module 2-29
Relay Circuit

August 2001
PLC Module 2-30
Identification of Real I/O

August 2001
PLC Module 2-31
I/O Address Assignment

August 2001
PLC Module 2-32
Internal Output Assignment

August 2001
PLC Module 2-33
Input/Output Connection

August 2001
PLC Module 2-34
Register Assignment Table

August 2001
PLC Module 2-35
Hardwired Components

August 2001
PLC Module 2-36
PLC Components

August 2001
PLC Module 2-37
Relay & Timer Circuit

August 2001
PLC Module 2-38
I/O Address Assignment

August 2001
PLC Module 2-39
Internal Output and Register
Assignment

August 2001
PLC Module 2-40
PLC Implementation

August 2001
PLC Module 2-41
Motor Start/Stop Circuit

August 2001
PLC Module 2-42
Real I/O to PLC

August 2001
PLC Module 2-43
I/O Address Assignment

August 2001
PLC Module 2-44
PLC Implementation
Tags