LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Entering the sampling frequency at the top of the file

You haven't even made an attempt. Please at least try. As long as you want to discard all of the samples except for the very last, it is trivial. You also need to change that while loop with the error wired to the termination terminal. That loop will never stop unless you press the stop button on the toolbar and you never want to do that.

0 Kudos
Message 11 of 13
(350 Views)

 

Dear

 

How can i write all the samples of the data in a CSV file.

 

I mean i want to a write all the data which is coming from the data translation into the CSV file

 

can you tell how can i do that ?

0 Kudos
Message 12 of 13
(341 Views)

You were doing this originally with the Write to Spreadsheet inside the loop. If you get an error with this and continuous acquisition mode, you'll probably have to adopt a producer/consumer design pattern. Just look at File>New... to see the various standard designs.

0 Kudos
Message 13 of 13
(338 Views)