02-07-2017 11:18 PM
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.
Solved! Go to Solution.
02-08-2017
12:20 AM
- last edited on
06-06-2025
02:51 PM
by
Content Cleaner
02-08-2017 11:28 AM
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.
02-14-2017 03:45 AM
Thanks gregoryj