PID Values Flashcards

(22 cards)

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

What is a plant?

A

System being controlled

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

What is the actuating signal?

A

Input

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

What is the controlled variable?

A

Output

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

What is the command variable?

A

The reference or desired value

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

What is the error term?

A

Difference between the command variable and the controlled variable

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

When is the error term 0?

A

When we have the desired output

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

What does the controller do?

A

Changes the error term to new input to eventually achieve output

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

What is controller gain?

A

Number multiplied by error term to get new input

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

Why doesn’t a single proportional controller always work?

A

Sometimes, it will create a constant error because the command variable never matches the controlled variable.

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

How can you fix a constant error?

A

Adding an integrator path, keeping a running total of past inputs.

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

What is an integrator?

A

Sums the input signal over time.

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

What is a steady state error represented as in the integrator?

A

For instance, a drone hovering at zero.

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

What happens as the integrator path increases?

A

Increases input in order to achieve 0 error

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

When the system reaches the command value, what stops working?

A

The proportional path.

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

What does the overshoot integral path create?

A

A negative error. This is overshooting.

17
Q

What does the derivative do?

A

Produces a measure of the rate of changing. Saves how fast the error is changing, and can predict how to slow or decrease the input.

18
Q

What will produce a negative value on the derivative?

A

Error decreasing. This goes vice versa.

19
Q

What do past, present, and future represent in control systems?

A

Integral, Proportional, derivative

20
Q

What is tuning?

A

Changing the weighting factor. This is Ki, Kp, and Kd

21
Q

What will happen if one of the weighting factors is set to 0?

A

It will not be determined in the equation

22
Q

What is PID?

A

A type of feedback control