LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

csv file as input?

Hello,

 

I have and csv file with voltages. Now I would like to read this CSV file with an LabView programme and send the voltages to an analog output of a DAQ Card. (Each microsecond one Voltage value)

 

Is that possible?

 

regards

 

doctorbluex

0 Kudos
Message 1 of 2
(2,157 Views)
Read your file using "read from Spreadheed file" and wire a comma as delimiter. (Transpose if needed).
 
You'll get an array that you can use for any purpose (display in a graph, send to AO, etc.). Just slice out the desired row or column. 😉 
0 Kudos
Message 2 of 2
(2,144 Views)