LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create a DSA in Labview

0 Kudos
Message 21 of 27
(1,497 Views)

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.

0 Kudos
Message 22 of 27
(1,493 Views)

I don't have a get bathytemp vi in there. I erased the while loop by mistake.. that wasn't intentional

 

0 Kudos
Message 23 of 27
(1,487 Views)
I kinda want to get rid of do reading and thats why i'm moving the code into one program just to see what is exactly going on?
0 Kudos
Message 24 of 27
(1,485 Views)
here is the do reading1 without get get bathy temp. sorry about that didn't realize it was still there
0 Kudos
Message 25 of 27
(1,484 Views)

Does anyone care to answer?

 

0 Kudos
Message 26 of 27
(1,414 Views)

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.

National Instruments
Applications Engineer
0 Kudos
Message 27 of 27
(1,373 Views)