Process Control Flashcards

(28 cards)

1
Q

What is a control loop?

A

A system that measures conditions, applies control, and evaluates the result to maintain desired behavior.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a manual feedback control loop?

A

A loop where a human observes the system and makes adjustments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an automatic feedback control loop?

A

A loop where a controller automatically adjusts the system based on sensor input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does a controller do in a feedback loop?

A

It compares measurements with logic and sends commands to the controlled device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is control loop response?

A

The reaction of the system output to a change in input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is digital (discrete) control?

A

Control with fixed states, usually ON/OFF (1/0).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is analog (continuous) control?

A

Control with a range of values, often 0–100% or 0–10V.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which controllers are digital?

A

Two-position and floating controllers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which controllers are analog?

A

Floating, P, PI, PID controllers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Floating, P, PI, PID controllers.

A

The desired target value of a system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a control point?

A

The actual measured value of the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is offset (error)?

A

The difference between set-point and control point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is stability in a control system?

A

When the system no longer changes and remains balanced.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Can a system be stable with an offset?

A

Yes — stability can exist even with acceptable error.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is two-position control?

A

Control with only ON or OFF states.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is differential in two-position control?

A

A range that prevents rapid ON/OFF switching.

17
Q

What is floating control?

A

Control that increases or decreases output gradually depending on error.

18
Q

What type of devices use floating control?

A

Tri-state or analog devices.

19
Q

Why use floating control?

A

To avoid abrupt changes and allow smooth adjustments.

20
Q

What does proportional control do?

A

Output is proportional to the current error.

21
Q

What time aspect does P control represent?

22
Q

What does integral control add?

A

It accumulates past errors to eliminate offset.

23
Q

What time aspect does I control represent?

24
Q

Benefit of PI control

A

Reduces or removes steady-state error.

25
What does derivative control do?
Reacts to the rate of change of the error.
26
What time aspect does D control represent?
The future.
27
What is PID control?
A controller combining Proportional, Integral, and Derivative actions.
28
Why use PID instead of P or PI?
It provides faster response, less overshoot, and better stability.