Feedback algorithms Flashcards

1
Q

Types of feedback systems

A

on-off
dead zone
proportional
hysteresis

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

on-off system main features

A

binary: on or off
epsilon = controller error = how much the output value (y) deviates from the reference value (r) = r - y

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

what determines the command of the controller in a controller system with an on-off feedback algorithm?

A

if epsilon, the controller error > 0, the output value is too low, so the command is umax, which intends to make the next output value the maximum it is possible

if epsilon, the controller error < 0, the output value is too high, so the command is umin, where the system aims at decreasing the output value to the minimum

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

disadvantages of an on-off feedback algorithm

A

too much oscillation
leading to wear of the controller system

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

dead zone algorithm

A

an algorithm that implements the on-off algorithm but includes a deadzone with previously defined values of controller error (epsilon), epsilon min and epsilon max, in which the output command of the controller is 0, so it tells the system to maintain its current settings

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

advantages of the dead zone algorithm

A

prevent oscillation of the output
reduce wear on the system

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

main features of the hysteresis algorithm

A

it also has a defined range for the controller error where it will maintain the same command setting, u, as it did previously
value of the command depends on previous history of the system
until the controller error exceeds the defined range, the command will stay in either umin or umax. Afterwards, it will swap. Process will repeat

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

advantages of the hysteresis feedback algorithm

A

preventing oscillation
reduce wear on control system

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

why is a proportional controller algorithm used instead of a hystere

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

what is a proportional controller algorithm?

A

it changes the value of the command, u, for small values of the controller error, epsilon
the small values of the controller error are described within the defined range of epsilon - < epsilon< epsilon +
the u command becomes the proportional controller gain, k_p multiplied by the maximum or minimum values of the epsilon, depending on the previous history of the controller system

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

PID controller overall description

A

A type of feedback algorithm which considers the current, past and future error of a system
the System output is a combination of the errors in the integral, proportional and derivative branches

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

PID controller: integral controller

A

As the controller error reaches the steady state error, the error becomes close to 0. When integrating a non-zero error, the result will lead to a linear graph. When this result is added to the system output, it will cause the error to increase, therefore continuously increasing the system output, and decreasing the controller error.

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

PID integral controller disadvantages

A

There will have to be a point where the integral of the error will have to be negative, so there is a negative error added to the sum which lowers the controller error, and allows the system output to remain at the reference level. This overshooting effect is not desirable.

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

How to solve the issues introduced by the integral branch in the PID controller?

A

add a derivative branch.
This branch calculates the rate of change in the error.
As the system output converges towards the reference value, the controller error decreases and the controller command decreases. The rate of change of the error will therefore become negative. When this result is added to the system output, it causes it to decrease, preventing the overshoot.

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

what is a proportional controller?

A

a controller which changes the value of the controller command based on the controller error.

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

what is the disadvantage of the proportional controller?

A

the error will never reach 0. as when the error becomes 0, it will lead to the controller command to go to 0, and the system output will go to 0. It will therefore cause oscillation and wear.

17
Q
A