LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hello,



I am trying to write an array to a spredsheet but the spredsheet must be written outside 2 "for loops". I am reading the voltage off a multimeter and incrementing the channel of a multiplexer to obtain the array. The array must then be written to a spredsheet file. Anyone have any ideas?

Thanks,
Baird
0 Kudos
Message 1 of 3
(2,777 Views)
There's an example called "Write Table to XL.vi" that comes with LabVIEW. To use it, you'll have to convert the data to a 2D array of strings.
0 Kudos
Message 2 of 3
(2,777 Views)
Hello Baird,

When you look in diagram of write spread sheet vi, which comes
with LV development kit, it will be appeared that 1D array can
be put into the vi. Well then, you need not increment the channel
of your using data aquiring device.

Thanks in advance,
Tom

baird wrote:

> Hello,
>
> I am trying to write an array to a spredsheet but the spredsheet must
> be written outside 2 "for loops".
>
> I am reading the voltage off a multimeter and incrementing the channel
> of a multiplexer to obtain the array. The array must then be written
> to a spredsheet file. Anyone have any ideas?
>
> Thanks,
> Baird
0 Kudos
Message 3 of 3
(2,777 Views)