U V Control Systems - New
U V Control Systems - New
control systems
Dr.A.SASIKUMAR
Assistant Professor
GCT, CBE
Process industries and Discrete manufacturing industries
- levels of automation
- Variables and Parameters
- Continuous Control Systems
- Steady State Optimization
- Adaptive Control
- Computer Process Control - control requirements,
capabilities and forms of computer process control
Computer process monitoring
- Direct Digital Control
- Distributed Control Systems
- Hardware components for automation and process control
- Discrete Process Control
- Logic control, Sequencing
- Programmable Logic Controllers (PLC)
Industrial Control Systems
Process industries
Production operations are performed on amounts of materials.
Materials: liquids, gases, powders, etc.
Discrete manufacturing industries
Production operations are performed on quantities of materials.
Parts, product units.
Definitions: Variable and Parameters
Variables - outputs of the process.
Parameters - inputs to the process.
Continuous variables and parameters - they are uninterrupted
as time proceeds.
Also considered to be analog - can take on any value within a
certain range.
They are not restricted to a discrete set of values.
Discrete variables and parameters - can take on only certain
values within a given range.
Discrete Variables and Parameters
Categories:
Binary - they can take on either of two possible values,
ON or OFF, 1 or 0, etc.
Discrete other than binary - they can take on more
than two possible values but less than an infinite
number of possible values.
Pulse data - a train of pulses that can be counted.
Continuous and Discrete
Variables and Parameters
Types of Control
Just as there are two basic types of variables and parameters
in processes, there are also two corresponding types of
control:
Continuous control - variables and parameters are
continuous and analog.
Discrete control - variables and parameters are discrete,
mostly binary discrete.
Continuous Control
Usual objective is to maintain the value of an output variable at a
desired level.
Parameters and variables are usually continuous.
Similar to operation of a feedback control system.
Most continuous industrial processes have multiple feedback
loops.
Examples of continuous processes:
Control of the output of a chemical reaction that depends on
temperature, pressure and input flow rate of several reactants.
Control of the position of a cutting tool relative to work part in a
CNC machine tool.
Types of Continuous Process Control
Regulatory control
Feed forward control
Steady-State optimization
Adaptive control
On-line search strategies
Other specialized techniques
Expert systems
Neural networks
Regulatory Control
Objective - maintain process performance at a certain level or
within a given tolerance band of that level.
Appropriate when performance relates to a quality measure.
Performance measure is sometimes computed based on several
output variables.
Performance measure is called the Index of performance (IP).
Problem with regulatory control is that an error must exist in order
to initiate control action.
Regulatory Control
Feed forward Control
Objective - anticipate the effect of disturbances that will upset the
process by sensing and compensating for them before they affect
the process.
Mathematical model captures the effect of the disturbance on the
process.
Complete compensation for the disturbance is difficult due to
variations, imperfections in the mathematical model and
imperfections in the control actions.
Usually combined with regulatory control.
Regulatory control and feed forward control are more closely
associated with process industries.
Feed forward Control
Combined with Feedback Control
Steady-State Optimization
(a)
(b)
Exception Handling
An exception is an event that is outside the normal or desired
operation of the process control system.
Exception handling is a form of error detection and
recovery.
Examples of exceptions:
Product quality problem.
Process variable outside normal operating range.
Shortage of raw materials.
Hazardous conditions, e.g., fire.
Controller malfunction.
Forms of Computer Process Control
(a)
(b)
(c)
Direct Digital Control (DDC)
It is a computer process control in which certain components in a
conventional analog control system are replaced by the digital
computer.
Circa: 1960s using mainframes.
Applications: process industries.
Accomplished on a time-shared, sampled-data basis rather than
continuously by dedicated components.
Components remaining in DDC: sensors and actuators.
Components replaced in DDC: analog controllers, recording
and display instruments, set point dials.
A Typical Analog Control Loop
Components of a Direct Digital Control
System
DDC (continued)
Originally seen as a more efficient means of performing
the same functions as analog control.
Additional opportunities became apparent in DDC:
More control options than traditional analog control
(PID control), e.g., combining discrete and continuous
control.
Integration and optimization of multiple loops.
Editing of control programs.
Numerical Control and Robotics
1. Sensors
2. Actuators
3. Analog-to-Digital Conversion
4. Digital-to-Analog Conversion
5. Input / Output Devices for Discrete Data
Computer-Process Interface
1. Electrical actuators
Electric motors
DC servomotors
AC motors
Stepper motors
Solenoids
2. Hydraulic actuators
Use hydraulic fluid to amplify the controller command signal
3. Pneumatic actuators
Use compressed air as the driving force
A Rotating Electric Motor
Torque-Speed Curve of a
DC Servomotor and Load Torque Plot
Typical Torque-Speed Curve of a
Stepper Motor
Solenoid
Cylinder and Piston: (a) Single-Acting
and (b) Double-Acting
Analog-to-Digital Conversion
An ADC converts a continuous analog signal from
transducer into digital code for use by computer.
ADC consists of three phases:
1. Sampling – converts the continuous signal into a
series of discrete analog signals at periodic intervals.
2. Quantization – each discrete analog is converted into
one of a finite number of (previously defined)
discrete amplitude levels.
3. Encoding – discrete amplitude levels are converted
into digital code.
Hardware Devices in
Analog-to-Digital Conversion
Features of an ADC
Binary data:
Contact input interface – input data to computer
Contact output interface – output data from computer
Discrete data other than binary:
Contact input interface – input data to computer
Contact output interface – output data from computer
Pulse data:
Pulse counters - input data to computer
Pulse generators - output data from computer
Contact Input / Output Interfaces
Graphical languages:
1. Ladder logic diagrams – most widely used.
2. Function block diagrams – instructions composed of
operation blocks that transform input signals.
3. Sequential function charts – series of steps and transitions
from one state to the next (Europe).
Text-based languages:
1. Instruction list - low-level computer language.
2. Structured text – high-level computer language.
Personal Computers Using Soft Logic