measurements and control lab. 0908448 control experiments

25
MEASUREMENTS and CONTROL MEASUREMENTS and CONTROL LAB. LAB. 0908448 0908448 CONTROL EXPERIMENTS

Upload: gerard-sanders

Post on 22-Dec-2015

228 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

MEASUREMENTS and MEASUREMENTS and CONTROL CONTROL

LAB. LAB. 09084480908448

CONTROL EXPERIMENTS

Page 2: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

List of ExperimentsList of Experiments

1. DC Servo Motor Control.2. Twin Rotor Control.3. Pneumatic and Electro-

Pneumatic System Control.4. Programmable logic Controllers

PLCs.5. System Identification.

Page 3: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

Introduction to PLC and Introduction to PLC and Ladder LogicLadder LogicOBJECTIVES:

The aim of this experiment is to familiarize the student with Programmable Logic Controllers (PLC) as hardware and the software used to program it, also to familiarize him with programming PLC using ladder logic diagrams.

Page 4: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

Elettronica Veneta, Elettronica Veneta, Programmable Logic Programmable Logic Controller Trainer.Controller Trainer.

Page 5: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

PLC Brands:PLC Brands:SiemensAllen-BradleyABBMitsubishiOmronHoneywellSchneider ElectricGeneral Electric

Page 6: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

In this experiment we will In this experiment we will use:use:1. PLC SIEMENS SIMANTIC S7-2002. Digital expansion EM 2223. Analog input/output module EM

235

Page 7: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

PLC SIEMENS S7-200PLC SIEMENS S7-200Digital Inputs: I0.0-I0.7 and I1.0-I1.5Digital Outputs: Q0.0-Q0.7 and Q1.0-Q1.1Internal relays 256: M0.0-M31.7Counters/Timers 256/256: C0-C255, T0-T255Number of expansion modules 7 modules,

types of expansion modules: ◦ Discrete Input / Output◦ Analog Input / Output◦ RTD / Thermocouple input◦ PROFIBUS-DP slave◦ AS-Interface master◦ Ethernet◦ Internet◦ Modem◦ Positioning

Page 8: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

Expansion ModulesExpansion ModulesDigital expansion EM 222

◦8 Points, 24 VDC Digital Output Module.Analog input/output module

EM 235◦4 AI / 1 AO 12 bit

Page 9: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

LADDER LOGICLADDER LOGICIt is a very popular graphical language for programming Programmable Logic Controllers (PLCs), Ladder Logic based on drawing electrical logic schematics to implement Boolean expressions. The Ladder Diagrams consists of graphic symbols, representing logic expressions, and contacts and coils, representing outputs.

Page 10: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

Rungs and RailsRungs and Rails

Page 11: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

Normally Open ContactNormally Open Contact

Page 12: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

Normally Closed Normally Closed ContactContact

Page 13: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

OR GateOR Gate

Page 14: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

AND GateAND Gate

Page 15: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

NOT GateNOT Gate

Page 16: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

LatchingLatching

Page 17: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

Programming the PLCProgramming the PLCTo program the PLC, we will use the STEP7-Micro/WIN software

We can program the PLC using:◦Ladder Diagram◦If statements◦Block diagrams

Page 18: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

OUTPUT RELAYOUTPUT RELAY

Page 19: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

MOTOR CONTROL MOTOR CONTROL CIRCUITSCIRCUITS

Page 20: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

MOTOR CONTROL MOTOR CONTROL CIRCUITSCIRCUITS

Page 21: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

TIMERSTIMERSOn-Delay Timer

Page 22: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

TIMERSTIMERSOff-Delay Timer

Page 23: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

TIMERSTIMERS

Page 24: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

CountersCountersCount Up CounterCount Down Counter

◦Counter ranges:Cxxx=C0 through C255

Page 25: MEASUREMENTS and CONTROL LAB. 0908448 CONTROL EXPERIMENTS

THE ENDTHE END