Chapter 2 - Discrete-State Control Part I
Chapter 2 - Discrete-State Control Part I
Discrete-State Control
Part I
Content
Definition of Discrete-State Process Control
Characteristic of the System
Objectives
To understand the nature of discrete-state
process-control system.
Describe a discrete-state process in terms
of the objectives and hardware.
Prepared by Wong Chee Woon UEEA2413 Process Control and Instrumentation 2
Introduction
Many industrial processes are controlled in sequence.
A discrete state expresses that each event in the
sequence can be described by specifying the condition of
all operating units of the process.
For example:
# valve A is open # valve B is closed,
# conveyer C is on # limit switch S1 is closed
A technique for designing and describing the sequence of
process events, call ladder diagram represents the
electromechanical relays to control the sequence in such
process.
The most common control system for discrete control is
implemented by a programmable logic controller (PLC).
Prepared by Wong Chee Woon UEEA2413 Process Control and Instrumentation 3
Discrete State Process Control
II. Running
A. Start the bottle conveyor
B. When a bottle is in position (BP true)
1. Stop the conveyor (M1 off)
2. Open the output valve
C. When the bottle is full (BF true)
1. Close the output valve
D. Go to step II.A and repeat
Prepared by Wong Chee Woon UEEA2413 Process Control and Instrumentation 26
Flowcharts of theEvent Sequence
It is often easier to visualize and
construct the sequence into
flowchart.
The narrative statements are
reformatted into flowchart symbols.
Input:
(LA, LB, LE, TU)
Output:
(VA, VB, VC, TM, S, H)
(VA)(VB)(VC)(TM)(S)(H
(LA)(LB)(LE)(TU)
)
0000 → 100000 Starting state, open valve A
1110 → 000111 Reaches level B, close valve B, start timer, heater, stir
1111 → 001100 Time up, stop stir and heater, open valve C to empty
Complement: If A = 1, then A = 0.
DeMorgan:
A⋅ B = A + B
A+ B = A⋅B
Prepared by Wong Chee Woon UEEA2413 Process Control and Instrumentation 33
Example
Simplify the expression
D = A⋅ B + C ⋅ (A⋅ B + C )