03-26-2009 11:37 AM
03-26-2009 11:45 AM
I said the subVI called Get BathyTemp. You should realize that each VI is a separate file. Notice this on your hard drive. When you attach one VI, that does attach all of the subVIs it calls.
This main program now only would execute once. Why did you get rid of the while loop? Please don't say you are using the run continous button. That is only to be used in special debugging circumstances. You HAVE to use a while loop.
03-26-2009 11:51 AM
I don't have a get bathytemp vi in there. I erased the while loop by mistake.. that wasn't intentional
03-26-2009 11:54 AM
03-26-2009 11:56 AM
04-06-2009 04:06 PM
Does anyone care to answer?
04-08-2009 10:22 AM
Hi ,
I believe you are still facing the problem of doing continuous acquisition with an XY Graph. I would suggest looking at the program XY Graph.vi in the Example finder. It has a for loop but you can easily replace that with a while loop. As Dennis said, your data operations need to be occurring inside a loop for continuous acquisition. Hope this helps!
Ipshita C.