Uploaded by azeri_ferid_13

5th topic

advertisement
5th
Lesson
Elbey Rustemzade
Automation Engineer Course
Control Level
PLC
Topics
•
•
•
•
•
•
•
•
Introduction Control
Introduction to PLC
PLC components. CPU & IO modules
Electrical Wiring Diagram
Logic Programming
HMI
Practice
8. Questions
Supervisory control
Process Control Strategies
– Supervisory Control
– PID Feedback Control
– Feedforward Control
– Cascade Control
– Split-Range Control
– Ratio Control
– Override Select Control
– Relation control
Ratio Control
Feedforward Control
Split-Range Control
Override Select Control
Relation control
Discrete I/O
A “discrete” data point is one with only two states
on and off. Process switches, pushbutton switches,
limit switches, and proximity switches are all
examples of discrete sensing devices. In order for a
PLC
to be aware of a discrete sensor’s state, it must
receive a signal from the sensor through a discrete
input channel. Inside each discrete input module is
(typically) a set of light-emitting diodes (LEDs)
which will be energized when the corresponding
sensing device turns on. Light from each LED shines
on a photo-sensitive device such as a
phototransistor inside the module, which in turn
activates a bit
(a single element of digital data) inside the PLC’s
memory. This opto-coupled arrangement makes
each input channel of a PLC rather rugged, capable
of isolating the sensitive computer circuitry of
the PLC from transient voltage “spikes” and other
electrical phenomena capable of causing damage:
https://www.youtube.com/watch?v=ZS3W7uBdQok
https://www.youtube.com/watch?v=2pdvvqkguA4
Input
Output
Analog I/O
Inside every analog input module is an ADC,
or Analog-to-Digital Converter, circuit designed to convert an
analog
electrical signal into a multi-bit binary word. Conversely, every
analog output module contains
a DAC, or Digital-to-Analog Converter, circuit to convert the
PLC’s digital command words into
analog electrical quantities.
https://www.youtube.com/watch?v=ZS3W7uBdQok
Analog I/O is commonly available for modular PLCs for many different analog
signal types,
including:
• Voltage (0 to 10 volt, 0 to 5 volt)
• Current (0 to 20 mA, 4 to 20 mA)
• Thermocouple (millivoltage)
• RTD (millivoltage)
• Strain gauge (millivoltage)
Control System Design Process
HARDWARE is phisical component of
system
SOFTWARE is a programming base of
system
FIRMWARE give the PLC its basic
functionality
Process
&
Signals
Logic Programming
The IEC 61131-3 standard specifies five distinct forms of
programming language for industrial
controllers:
• Ladder Diagram (LD)
• Structured Text (ST)
• Instruction List (IL)
• Function Block Diagram (FBD)
• Sequential Function Chart (SFC)
Sequential Function Chart (SFC)
Control System
SCADA
DCS is process oriented;
SCADA is data-gathering oriented
DCS is process state driven;
SCADA system is event driven
DCS
DCS is more integrated and can do more higherend stuff, but
SCADA systems are more flexible.
Distributed Control System (DCS) consists of one or
more controllers used to implement advanced process
control techniques.
Supervisory Control and Data Acquisition (SCADA)
systems cannot carry out advanced process control
techniques.
Human Machine Interface
SCADA
Supervisory Control And Data Acquisition
A SCADA system performs 4 functions:
1. Data acquisition
2. Networked data communication
3. Data presentation
4. Control
Download