+ All Categories
Home > Documents > Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web ›...

Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web ›...

Date post: 28-May-2020
Category:
Upload: others
View: 7 times
Download: 0 times
Share this document with a friend
18
Programmable Logic Controllers Introduction Part 1 History, Definitions, & Standards
Transcript
Page 1: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Programmable Logic ControllersIntroduction

Part 1History, Definitions, & Standards

Page 2: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

PLC Industry Today

• PLC evolution began in 1968 when Dick Morley conceived the PLC concept

• Modicon - First PLC company, installed first PLC at General Motors and Landis Company in 1970

• PLCs – 6.5 billion dollar annual business

– Annual growth at about 20 percent per year

– Over 110 PLC vendors worldwide

1-2

Page 3: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

PLC Definitions

• PLCs

• Special-purpose industrial computers

• Specialized electronic devices

• Based on one or more microprocessors

• Used to control industrial machinery and automation systems

1-3

Page 4: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

General Characteristics

• PLCs are industrial computers that operate in harsh environments on the factory floor.

• PLC control applications vary from on/off control of a pump to control of a conveyor system sorting boxes based upon destination zip codes.

• PLCs use five standard programming languages

1-4

Page 5: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Programming Languages

• Ladder Diagrams (LD) - Not the ladder logic languages provided by PLC vendors like Allen Bradley.

• Function Block Diagrams (FBD)

• Structured Text (ST)

• Instruction List (IL)

• Sequential Function Charts (SFC)

1-5

Page 6: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Language Preferences

• U.S. production uses more ladder logic

• For process and motion control in the U.S. FBD is often used

• For sequential machine control the SFC language is often used

1-6

Page 7: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

PLC versus PC• Programmable Logic Controllers are called PLCs

• Personal Computers are called PCs.

• PLCs/PC similarities

• Architecture

• Motherboard

• Processor

• Solid state memory

• Expansion slots

• PLC/PC differences: PLCs -

• Have no disk drives

• No monitors but often use human machine interface (HMI) flat screen display

1-7

Page 8: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

PLC Architecture

• PLC’s CPU is a microprocessor(s)

• Memory and Input/Output (I/O) chips linked with parallel address, data, and control buses

1-8

Processor Architecture

Page 9: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Early Machine Control

• Initially, relays were used to control the sequence of operations in machines

• These systems were called relay ladder logic (RLL)

• RLL were the control standard for industry

• PLCs eliminated much of the relay logic used for sequential control applications.

1-9

Electromagnetic Relay

Page 10: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Standard Relay Components

1-10

Page 11: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Relay Configurations

1-11(b) Relay Configurations

Page 12: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Single Pole Double Throw Relay Operation• Single Pole Double Throw (SPDT) type relay

• SPDT relay has:

• One common contact (single pole)

• Two positions (NC and NO), which are called throws

• Throws can also be thought of as potential paths for current flow

• The armature has insulators used to isolate electrical switching contacts from the rest of the relay components

1-12

Page 13: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Standard Relay SymbolsSPDT

1-13

Electronic Symbol Control Symbol

Page 14: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Control Schematic Symbol

• NO contact • Symbol has two parallel lines to

indicate normally open (NO) contacts

• NC contact • Symbol has same two parallel

lines with a diagonal line across them to indicate normally closed (NC) contacts

• The electromagnetic coil is indicated by a circle with a C

1-14

Control Symbol

Page 15: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Poles and ThrowsSPST

1-15

(a)

Page 16: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Machine Control SystemsTank Liquid Level Control

• Tank filled with an electrically operated valve and emptied by a motor-driven pump

• Control must satisfy the following logic:

• Pump operates only when the valve is open

• Valve can open at any time

1-16

(a) Process Tank

Page 17: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Machine Control SystemsElectronic Schematic

Operation:

1. Manually closing S1causes relay A to be energized

2. A1 and A2 close NO contacts

3. Input valve is energized -tank fills

4. A2 - no immediate action as it is waiting for switch S2 to be closed

1-17

(a) Process Tank

(b) Electronic schematic

Page 18: Programmable Logic Controllers Introductionpeople.tamu.edu › ~hsieh › ICIA › Alamo-PLC-Web › Intro_PLC_Part 1.… · Introduction. Part 1. History, Definitions, & Standards.

Machine Control SystemsControl Ladder Diagram

1-18

(c) Single phase pump motor control(b) Control drawing


Recommended