LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

writing binary files in block mode?

I am sampling two channels in continuous mode using labview basic version. I would like to take the two arrays of values as I am sampling them and write them out in block mode to a binary file. What's the best way to do that?
0 Kudos
Message 1 of 2
(2,549 Views)
Open or create a file for write before daq starts, then continuously write data to the file, and close it after the daq is stopped. Make sure each column of the data array is each channel, so an Array transpose might be needed.

-Joe
Message 2 of 2
(2,549 Views)