PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

18
PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp www.2010g.info

Transcript of PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Page 1: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

PLC Development 2010gMichael Kellow

Kathleen ManuelJames Kemp

www.2010g.info

Page 2: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Overview

• Description• Scope• Current Progress

• Communication• Software• Hardware

• Future Plans2

Page 3: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

PLC’s Control the World

3

Page 4: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

PLC Industries

• Water & Waste Treatment• Electricity Generation and Distribution• Mining• Manufacturing• Pharmaceuticals• Golf Clubs

4

Page 5: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

What makes a PLC

Programmable Logic Controller

• Simple Logic Controller• Reliable• Extendable• Versatile

5

Page 6: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

PLC vs PC or Micro

• Less Errors in Programming• High Reliability• Compatibility with Hardware and

Instuments

6

Page 7: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

PLC Range

16 Major PLC Manufacturers

Many Smaller Manufacturers

Not Compatible with each other

7

Page 8: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Scope

Research, develop and construct an industry standard PLC (programmable logic controller)

for teaching purposes.

8

Page 9: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Current Progress

PLC Development

Communications Protocol Software Hardware

9

Page 10: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Communications Protocol

Some of the factors that will help determine which type of protocol to use:

• cost• redundancy• speed• repeatability• maintainability

10

Page 11: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Communications Protocol

Modbus • Developed by Modicon• Standard communications protocol in industry• Widespread use of Modbus in industry mainly due to:

– Cost – Maintainability

Image taken from: www.rtaautomation.com/modbustcp11

Page 12: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Communications Protocol

Ethernet/IP• Developed by Rockwell Automation (Allen-Bradley)• Designed for use in process control and other automation

applications

Image taken from: ethernetgateways.com12

Page 13: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Current Progress Software

• Kernel Design• SLC 500 Commands• Closed Source• PID Control• Ladder Logic Interpreter

13

Page 14: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Ladder Logic

[ I2 AND NOT (O3) ] OR [ O3 AND NOT (I2) ] = Output 214

Page 15: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Programming

RS Logix 50015

Page 16: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Hardware

Enclosure

Processor Module

Communications Modules

Expansion and I/O Modules

Power Supply

16

Page 17: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Future Goals

http://www.wastechcontrols.com/images/plc.jpg17

Page 18: PLC Development 2010g Michael Kellow Kathleen Manuel James Kemp .

Questions