Basic PLC PDF
Basic PLC PDF
Basic PLC PDF
Description
This training introduces the basic hardware and software components of a Programmable Controller (PLC). It details the architecture and basic instruction set common to all PLCs. Basic programming techniques and logic designs are covered. This training describes the operating features of the PLC, the advantages of the PLC over hard-wired control systems, practical applications, troubleshooting and maintenance of PLCs.
Objectives
At the end of the training the participants should be able to: Describe the major components of a common PLC. Interpret PLC specifications. Apply troubleshooting techniques. Convert conventional relay logic to a PLC language. Operate and program a PLC for a given application.
Course Contents
History of Programmable Controllers Relay Ladder Logic Central Processing Unit Input/Output System Programming and Peripheral Devices Programming Concepts Applications Troubleshooting and Maintenance
INTRODUCTION TO PLCS
Advantages of PLCs Less wiring. Wiring between devices and relay contacts are done in the PLC program. Easier and faster to make changes. Trouble shooting aids make programming easier and reduce downtime. Reliable components make these likely to operate for years before failure.
PLC Origin
- Developed to replace relays in the late 1960s - Costs dropped and became popular by 1980s - Now used in many industrial designs
Historical Background
The Hydramatic Division of the General Motors Corporation specified the design criteria for the first programmable controller in 1968
Historical Background
The controller had to be designed in modular form, so that sub-assemblies could be removed easily for replacement or repair.
The control system needed the capability to pass data collection to a central system.
The system had to be reusable. The method used to program the controller had to be simple, so that it could be easily understood by plant personnel.
1974
1976 1977
1983 1985 on
10
A digitally operating electronic apparatus which uses a programming memory for the internal storage of instructions for implementing specific functions such as logic, sequencing, timing, counting and arithmetic to control through digital or analog modules, various types of machines or process.
11
EUROPEAN 1. 2. 3. 4.
13
Areas of Application
Metals
Power
Mining
Petrochemical / Chemical
14
PLC Size
- it covers units with up to 128 I/Os and memories up to 2 Kbytes. - these PLCs are capable of providing simple to advance levels or machine controls. 2. MEDIUM - have up to 2048 I/Os and memories up to 32 Kbytes. 3. LARGE - the most sophisticated units of the PLC family. They have up to 8192 I/Os and memories up to 750 Kbytes. - can control individual production processes or entire plant. 1. SMALL
15
A
FS
FLOAT SWITCH
SOLENOIDS
SOLENOID
C
TIMER
1 -MINUTE
16
18
From SENSORS
Pushbuttons, contacts, limit switches, etc.
I M N O P D U U T L E
PROCESSOR
O U T P U T
M O D U L E
To OUTPUT
Solenoids, contactors, alarms etc.
PROGRAMMING DEVICE
19
I/O MODULES
Provides signal conversion and isolation between the internal logic- level signals inside the PLC and the fields high level signal.
20
PROGRAMMING DEVICE used to enter the desired program that will determine the sequence of operation and control of process equipment or driven machine.
21
Programming Device
Also known as:
Industrial Terminal ( Allen Bradley ) Program Development Terminal ( General Electric ) Programming Panel ( Gould Modicon ) Programmer ( Square D ) Program Loader ( Idec-Izumi ) Programming Console ( Keyence / Omron )
22
Programming Device
Types:
Hand held unit with LED / LCD display Desktop type with a CRT display Compatible computer terminal
23
I/O Module
The I/O interface section of a PLC connects it to external field devices. The main purpose of the I/O interface is to condition the various signals received from or sent to the external input and output devices. Input modules converts signals from discrete or analog input devices to logic levels acceptable to PLCs processor. Output modules converts signal from the processor to levels capable of driving the connected discrete or analog output devices.
24
I/O Module
DC INPUT MODULE
USE TO DROP THE VOLTAGE TO LOGIC LEVEL IS NEEDED TO: Prevent voltage transients from damaging the processor. Helps reduce the effects of electrical noise
OPTOISOLATOR
TO PROCESSOR
25
I/O Module
AC INPUT MODULE
CONVERTS THE AC INPUT TO DC AND DROPS THE VOLTAGE TO LOGIC LEVEL IS NEEDED TO: Prevent voltage transients from damaging the processor. Helps reduce the effects of electrical noise
OPTOISOLATOR
TO PROCESSOR
26
27
28
29
I/O Module
DC / AC OUTPUT MODULE
IS NEEDED TO: Prevent voltage transients from damaging the processor. Helps reduce the effects of electrical noise
FROM PROCESSOR
TTL Circuits
OPTOISOLATOR
TO OUTPUT DEVICE
30
31
I/O Circuits
DIFFERENT TYPES OF I/O CIRCUITS
1. Pilot Duty Outputs Outputs of this type typically are used to drive high-current electromagnetic loads such as solenoids, relays, valves, and motor starters.
These loads are highly inductive and exhibit a large inrush current. Pilot duty outputs should be capable of withstanding an inrush current of 10 times the rated load for a short period of time without failure.
32
I/O Circuits
2. General - Purpose Outputs These are usually low- voltage and low-current and are used to drive indicating lights and other non-inductive loads. Noise suppression may or may not be included on this types of modules. 3. Discrete Inputs Circuits of this type are used to sense the status of limit switches, push buttons, and other discrete sensors. Noise suppression is of great importance in preventing false indication of inputs turning on or off because of noise.
33
I/O Circuits
4. Analog I/O
34
I/O Circuits
5. Special - Purpose I/O
Circuits of this type are used to interface PLCs to very specific types of circuits such as servomotors, stepping motors PID (proportional plus integral plus derivative) loops, high-speed pulse counting, resolver and decoder inputs, multiplexed displays, and keyboards. This module allows for limited access to timer and counter presets and other PLC variables without requiring a program loader.
35
OUTPUTS INPUTS
CONTACTOR LAMP PUSHBUTTONS MOTOR
PLC
36
Allen-Bradley 1746-1A16 L1
L2
I= Input I:2
Module slot # in rack
P. B SWITCH
37
CONTACTOR
L2
L1
N.O
MOTOR C
L2 L1 FIELD WIRING
O:4
L2
CONTACTOR
LADDER PROGRAM
38
Discrete Input A discrete input also referred as digital input is an input that is either ON or OFF are connected to the PLC digital input. In the ON condition it is referred to as logic 1 or a logic high and in the OFF condition maybe referred to as logic o or logic low.
Normally Open Pushbutton
Normally Closed Pushbutton Normally Open switch Normally Closed switch Normally Open contact Normally closed contact
39
IN
OFF Logic 0
PLC
Input Module
24 V dc
IN
OFF Logic 1
PLC
Input Module
24 V dc
40
Analog Input
An analog input is an input signal that has a continuous signal. Typical inputs may vary from 0 to 20mA, 4 to 20mA or 0 to10V. Below, a level transmitter monitors the level of liquid in the tank. Depending on the level Tx, the signal to the PLC can either increase or decrease as the level increases or decreases.
Level Transmitter
IN
Tank
41
Digital Output A discrete output is either in an ON or OFF condition. Solenoids, contactors coils, lamps are example of devices connected to the Discrete or digital outputs. Below, the lamp can be turned ON or OFF by the PLC output it is connected to.
OUT
PLC
Lamp
Digital Output Module
42
Analog Output An analog output is an output signal that has a continuous signal. Typical outputs may vary from 0 to 20mA, 4 to 20mA or 0 to10V.
Electric to pneumatic transducer
OUT
0 to 10V
Supply air
43
Processor
The processor module contains the PLCs microprocessor, its supporting circuitry, and its memory system. The main function of the microprocessor is to analyze data coming from field sensors through input modules, make decisions based on the users defined control program and return signal back through output modules to the field devices. Field sensors: switches, flow, level, pressure, temp. transmitters, etc. Field output devices: motors, valves, solenoids, lamps, or audible devices. The memory system in the processor module has two parts: a system memory and an application memory.
44
SYSTEM
45
Memory Designs
VOLATILE. A volatile memory is one that loses its stored information when power is removed. Even momentary losses of power will erase any information stored or programmed on a volatile memory chip. Common Type of Volatile Memory
RAM. Random Access Memory(Read/Write) Read/write indicates that the information stored in the memory can be retrieved or read, while write indicates that the user can program or write information into the memory.
46
Memory Designs
The words random access refer to the ability of any location (address) in the memory to be accessed or used. Ram memory is used for both the user memory (ladder diagrams) and storage memory in many PLCs.
RAM memory must have battery backup to retain or protect the stored program.
47
Memory Designs
Several Types of RAM Memory: 1.MOS 2.HMOS 3.CMOS
The CMOS-RAM (Complimentary Metal Oxide Semiconductor) is probably one of the most popular. CMOSRAM is popular because it has a very low current drain when not being accessed (15microamps.), and the information stored in memory can be retained by as little as 2Vdc.
48
Memory Designs
NON-VOLATILE Has the ability to retain stored information when power is removed, accidentally or intentionally. These memories do not require battery back-up. Common Type of Non-Volatile Memory ROM, Read Only Memory Read only indicates that the information stored in memory can be read only and cannot be changed. Information in ROM is placed there by the manufacturer for the internal use and operation of the PLC.
49
Memory Designs
Other Types of Non-Volatile Memory PROM, Programmable Read Only Memory Allows initial and/or additional information to be written into the chip. PROM may be written into only once after being received from the PLC manufacturer; programming is accomplish by pulses of current.
The current melts the fusible links in the device, preventing it from being reprogrammed. This type of memory is used to prevent unauthorized program changes.
50
Memory Designs
EPROM, Erasable Programmable Read Only Memory
Ideally suited when program storage is to be semipermanent or additional security is needed to prevent unauthorized program changes. The EPROM chip has a quartz window over a silicon material that contains the electronic integrated circuits. This window normally is covered by an opaque material, but when the opaque material is removed and the circuitry exposed to ultra violet light, the memory content can be erased. The EPROM chip is also referred to as UVPROM.
51
Memory Designs
EEPROM, Electrically Erasable Programmable Read Only Memory Also referred to as E2PROM, is a chip that can be programmed using a standard programming device and can be erased by the proper signal being applied to the erase pin. EEPROM is used primarily as a non-volatile backup for the normal RAM memory. If the program in RAM is lost or erased, a copy of the program stored on an EEPROM chip can be down loaded into the RAM.
52
PLC Operation
Basic Function of a Typical PLC Read all field input devices via the input interfaces, execute the user program stored in application memory, then, based on whatever control scheme has been programmed by the user, turn the field output devices on or off, or perform whatever control is necessary for the process application. This process of sequentially reading the inputs, executing the program in memory, and updating the outputs is known as scanning.
53
While the PLC is running, the scanning process includes the following four phases, which are repeated continuously as individual cycles of operation:
PHASE 1
Program Execution
PHASE 3
Diagnostics/ Comm
PHASE 4
Output Scan
54
56
As soon as Phase 4 are completed, the entire cycle begins again with Phase 1 input scan. The time it takes to implement a scan cycle is called SCAN TIME. The scan time composed of the program scan time, which is the time required for solving the control program, and the I/O update time, or time required to read inputs and update outputs. The program scan time generally depends on the amount of memory taken by the control program and type of instructions used in the program. The time to make a single scan can vary from 1 ms to 100 ms.
57
PLC Communications
Common Uses of PLC Communications Ports Changing resident PLC programs - uploading/downloading from a supervisory controller (Laptop or desktop computer).
Linking a PLC into a control hierarchy containing several sizes of PLC and computer.
Monitoring data and alarms, etc. via printers or Operator Interface Units (OIUs).
58
PLC Communications
Serial Communications PLC communications facilities normally provides serial transmission of information. Common Standards
RS 232
Used in short-distance computer communications, with the majority of computer hardware and peripherals. Has a maximum effective distance of approx. 30 m at 9600 baud.
59
PLC Communications
Local Area Network (LAN)
Local Area Network provides a physical link between all devices plus providing overall data exchange management or protocol, ensuring that each device can talk to other machines and understand data received from them.
LANs provide the common, high-speed data communications bus which interconnects any or all devices within the local area. LANs are commonly used in business applications to allow several users to share costly software packages and peripheral equipment such as printers and hard disk storage.
60
PLC Communications
RS 422 / RS 485 Used for longer-distance links, often between several PCs in a distributed system. RS 485 can have a maximum distance of about 1000 meters.
61
PLC Communications
Programmable Controllers and Networks Dedicated Network System of Different Manufacturers
Manufacturer Allen-Bradley Gould Modicon General Electric Mitsubishi Square D Texas Instruments Network Data Highway Modbus GE Net Factory LAN Melsec-NET SY/NET TIWAY
62
Specifications
Several factors are used for evaluating the quality and performance of programmable controllers when selecting a unit for a particular application. These are listed below. NUMBER OF I /O PORTS This specifies the number of I/O devices that can be connected to the controller. There should be sufficient I/O ports to meet present requirements with enough spares to provide for moderate future expansion.
63
Selecting a PLC
Criteria Number of logical inputs and outputs. Memory Number of special I/O modules Scan Time Communications Software
A Detailed Design Process 1. Understand the process 2. Hardware/software selection 3. Develop ladder logic 4. Determine scan times and memory requirements
Specifications
OUTPUT-PORT POWER RATINGS Each output port should be capable of supplying sufficient voltage and current to drive the output peripheral connected to it. SCAN TIME This is the speed at which the controller executes the relayladder logic program. This variable is usually specified as the scan time per 1000 logic nodes and typically ranges from 1 to 200 milliseconds.
66
Specifications
MEMORY CAPACITY
The amount of memory required for a particular application is related to the length of the program and the complexity of the control system. Simple applications having just a few relays do not require significant amount of memory. Program length tend to expand after the system have been used for a while. It is advantageous to a acquire a controller that has more memory than is presently needed.
67
Programming Mode
Fault
Troubleshooting 1. Look at the process 2. PLC status lights HALT - something has stopped the CPU RUN - the PLC thinks it is OK (and probably is) ERROR - a physical problem has occurred with the PLC 3. Indicator lights on I/O cards and sensors 4. Consult the manuals, or use software if available. 5. Use programming terminal / laptop.
List of items required when working with PLCs: 1. Programming Terminal - laptop or desktop PC. 2. PLC Software. PLC manufacturers have their own specific software and license key. 3. Communication cable for connection from Laptop to PLC. 4. Backup copy of the ladder program (on diskette, CDROM, hard disk, flash memory). If none, upload it from the PLC. 5. Documentation- (PLC manual, Software manual, drawings, ladder program printout, and Seq. of Operations manual.)
Examples of PLC Programming Software: 1. Allen-Bradley Rockwell Software RSLogix500 2. Modicon - Modsoft 3. Omron - Syswin 4. GE-Fanuc Series 6 LogicMaster6 5. Square D- PowerLogic 6. Texas Instruments Simatic 6. Telemecanique Modicon TSX Micro
PROGRAMMING
Power flows through these contacts when they are closed. The normally open (NO) is true when the input or output status bit controlling the contact is 1. The normally closed (NC) is true when the input or output status bit controlling the contact is 0.
72
Coils
Coils represent relays that are energized when power flows to them. When a coil is energized it causes a corresponding output to turn on by changing the state of the status bit controlling the output to 1. That same output status bit maybe used to control normally open or normally closed contact anywhere in the program.
73
Boxes
Boxes represent various instructions or functions that are Executed when power flows to the box. Some of these Functions are timers, counters and math operations.
74
AND OPERATION A
Rung B C
Each rung or network on a ladder program represents a logic operation. In the rung above, both inputs A and B must be true (1) in order for the output C to be true (1).
75
OR OPERATION A
Rung C
In the rung above, it can be seen that either input A or B is be true (1), or both are true, then the output C is true (1).
76
NOT OPERATION A
Rung C
In the rung above, it can be seen that if input A is be true (1), then the output C is true (0) or when A is (0), output C is 1.
77