Configure a PID Control Module Practice Objective " Configure a Control Module " Use the naming conventions for the Control Module and function blocks within the control module " Config…Descrição completa
Descripción: control de temperatura Pid con opam
Configure a PID Control Module Practice Objective " Configure a Control Module " Use the naming conventions for the Control Module and function blocks within the control module " Configure a C...
controlDescripción completa
Descripción completa
Descripción completa
Description complète
AJUSTE PID PARA CONTROL DE TEMPERATURA EN PLANTA
practica de la realizacion de un control PID con 741Descripción completa
Basics of PID Control
how to make the robot start and stop where you want it to
PID is an acronym for
P - proportional
I - Integral
D- Differential
Some figures from PID without a PHD , Tim Wescott
http://www.embedded.com/2000/0010/0010feat3.htm
Closed loop control system
Noise/latency
actuator
Response Characteristic
Controller
Physical System
Inertia/latency
sensor
Noise/latency
DC motor/sensor system example
Physical System
Motor Step input response
Except for brief inertial time constant
response can be consider linear,
i.e. delta(in) || delta(out) full range
System Variables
Set Point : the desired sensor value
Error: The difference between the sensor output and the set point
• ERROR = (sensed_value - set_point) * gain
Gain term is optional and can be used to increase/decrease t
the sensitivity of the system
Control Value: The actuation (stimulus) value applied to the physical system
• Control_Value = PID_CONTROL_FUNCTION(ERROR, Kp, Ki, Kd)
ERROR from above
Kp,Ki,Kd - tuning constants that balance the contribitions from three cooperating
control algorithms -- proportional, differential, integral