38
Control Systems

Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

Embed Size (px)

Citation preview

Page 1: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

Control Systems

Page 2: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

r reference valuee errorC controlleru output from controller to control PP plant, controlled systemy state of PF feedback to controller

Page 3: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

Open loop control

Closed loop controlactuators

sensorsdigital

physical

Page 4: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

A centrifugal governor is a specific type of governor that controls the speed of an engine by regulating the amount of fuel (or working fluid) admitted, so as to maintaina near constant speed whatever the load or fuel supplyconditions. It uses the principle of proportional control.

Page 5: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 6: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 7: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 8: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

Controller Motor

Wheel

Rotation sensor

PowerSetpoint 0

Page 9: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

Controller Motor

Wheel

Rotation sensor

PowerSetpoint 0

error = Setpoint - counts

Power = Pgain * error

0 countserror > 0Power > 0

error < 0Power < 0

Page 10: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 11: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 12: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 13: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

error = Setpoint - counts

Power = Pgain * error - Dgain * velocity

0 countserror > 0Power > 0P term > 0

velocity >0D term < 0

error < 0Power < 0P term < 0

velocity <0D term > 0

Page 14: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 15: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 16: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 17: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 18: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 19: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

Embedded Java

The leJOS API classes provide access to thehardware. Especially the i/o devices.

Battery

Button

LCD

Sound

Page 20: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 21: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 22: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 23: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 24: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 25: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 26: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 27: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 28: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 29: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller

The LCD is a 100 x 64 pixel black & white graphical display.

When the LCD class is used to output text each character or digit has a width of 6 pixelsand a height of 8 pixels. This means that there is room for 8 lines of 16 characterson the LCD.

Page 30: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 31: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 32: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 33: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 34: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 35: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 36: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 37: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller
Page 38: Control Systems. r reference value e error C controller u output from controller to control P P plant, controlled system y state of P F feedback to controller