LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to save data in labview 2009

Solved!
Go to solution

There is no such thing as a 'Run Button'. You can set the VI properties so that the VI will automatically run when opened but that will not fix your basic problem. You don't have a while loop around your code and I suspect you are using the run continuous button. DON'T. After you have gone through the tutorial, look at using an Event Structure. You would have a value change event for each of your waveform select Booleans, a value change event for your print button, and a value change event for a stop button.

0 Kudos
Message 11 of 16
(876 Views)

Thanks so much. i should go through the tutorial first.

0 Kudos
Message 12 of 16
(872 Views)

I am using the same structure, but in this way I can save only a part of data read. what can be the problem?

0 Kudos
Message 13 of 16
(743 Views)

Are you doing some sort of continuous data read?  Where is this data coming from?  If you find you're only getting the values of the most recently read data, then it's likely you're not properly using shift registers to store your data between iterations of your loop.  It might be useful to see your code to see where you're going wrong.

0 Kudos
Message 14 of 16
(731 Views)

these is my code. Thanks for your interests and help

 

becide

Download All
0 Kudos
Message 15 of 16
(720 Views)

Hey becidea,

 

What data are you missing in your output files?

John B.
Embedded Networks R&D
National Instruments
Certified LabVIEW Developer
0 Kudos
Message 16 of 16
(687 Views)