05-27-2013 11:04 AM
It is like step programming...The user set up the steps (temp, p,I,d,heater range). The chamber runs the first step, waits for the temp drop (user moves the slider for simulation purposes) within the tolerance...timer (5sec for quick simulation purposes, drop whatever code needs to be executed in this statement) engages after timer finishes, the index of the user set array is advanced to the next temp range including the pid, heater parameters and does this all over again.....
05-27-2013 12:26 PM
Oh I see. This will go a long way towards what I need to accomplish; thanks so much!