Hi,
Can somebody help me to know how to control temperature using PID and DAQ.
My requirement is when temp reaches to set point it would be constant for 4 minutes and then switch to next set point.So how to implement this using PID.
已解决! 转到解答。
Hi Somnath,
You will have to decide for yourself how you want the controller to behave. Do you want it to go fast and overshoot a little? How much overshoot is acceptable? Do you want it to go slow but not overshoot the temperature?
You may find that just an ID (integral and differential) temperature controller is sufficient.
As far as the timing requirement, you can use a state a machine. Correct the temperature, check the time, and then decide whether to change the setpoint or correct the temperature again.