LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ to txt

Hi,

 

I have a cRIO-9074 CompactRIO controller with NI 9215 that recieves 2 analog inputs of voltage in each step of the stepper motor.

 

My question is how can i export the data (the 2 voltages for all the steps) into a .txt file?

 

Thanks in advance:)

0 Kudos
Message 1 of 2
(2,324 Views)
There are numerous file I/O functions in the ... File I/O palette. You could use the Write to Text File if you want to create your own format. You could use the Write to Spreadsheet File VI if you want to create a delimited text file. You could use the Write to Measurement File to write the data to .lvm files which are text files. Check the examples that ship with LabVIEW. There are several that show you how to log data to file.
0 Kudos
Message 2 of 2
(2,315 Views)