03-31-2009 10:19 AM
I designed a pressure regulater (itself is a while loop) to run in a for loop, i used a PID controller. Right now this regulater works well for the first iteration of for loop. But from second for loop, it didn't work any more. I notice there is a tick count in PID controller, i don't know is there relationship to it or not. Is there any way to adjust it and let it work continuely in a loop.
Thanks in advance.
Solved! Go to Solution.
03-31-2009 10:31 AM
04-02-2009 07:56 AM
Hi Nathand,
Thank u for your reply.
I have attanched my vi. it's a bit big program. What i'm interest in right now is just the first part of program in sequence structure. Because i want to repeat this process for several times, so i think maybe it's convenience to use a for loop. Your suggestion i don't really understand it. Can u explain a bit more after u read my vi
04-02-2009 09:33 AM
04-03-2009 04:03 AM
hi nathand.
Thanks a lot. Your advice is exactly what i want.