LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write voltage to text file

I am reading voltages from a few instruments that are currently being displayed in numeric indicators.  How would I write the voltages read from each channel to separate text or spreadsheet files?
0 Kudos
Message 1 of 2
(2,390 Views)
Hello Aye,
 
to save to a spreadsheet file just bundle all info into a 1D array (if you read a point voltage), of into a 2D array (if you read several voltages over time).
if you want to make nice report on every channel, here a solution to save on a text file. every voltage reed gets an index and its value. the finished string goes to a "save to txt file"
 
 
 

Message Edited by Gabi1 on 05-06-2007 02:11 PM

Message Edited by Gabi1 on 05-06-2007 02:12 PM

-----------------------------------------------------------------------------------------------------
... And here's where I keep assorted lengths of wires...
0 Kudos
Message 2 of 2
(2,387 Views)