From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data logging

I need help to log data and save it binary. I used the the vilogger. But I couldn't save it bianry. Fs=7150Hz. 4 channels simutaneously. Duration=30mins. Can anyone help me
0 Kudos
Message 1 of 2
(2,147 Views)

Which DAQ card are you using??

If it is supported by DAQmx device drivers, In LabVIEW Find Examples>>Hardware input&output>>DAQmx>>Analog measurements>> Voltage folder, you will find two example vi's

'Cont Acq&Graph Voltage-To File(Binary).vi' which will acquire data and save it to a file in binary format

'Graph Acquired Binary Data.vi' which reads and displays the binary file created in the above mentioned vi.

Hope this helps

Regards,

Dev

 

0 Kudos
Message 2 of 2
(2,140 Views)