07-10-2007 11:59 AM
Note: I am self taught in LabView VI programming, please explain any ideas with basic functions. : )
My goal is this: Hold a temperature steady over a specified length of time. With my setup there is a certain lag between turning on the heating element and seeing the temperature of my solution increase. Currently the heating element turns on if the temperature of the solution drops under a value, then cuts off when it rises above that same value. Problem: because of the lag, even when the heating element is turned off the temperature continues to rise 3 or 4 degrees Celsius until plateauing.07-10-2007 01:24 PM
do you have the PID toolkit or are familar with PID/ control theory? To hole previous values, shift registers are the way to go.
Paul
07-10-2007 01:25 PM
07-10-2007 01:39 PM