LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array to Write to Spreadsheet

Hi everyone,
 
i got this problem, 'the type of source is 1-D array of string. The type of sink is 1-D array of double'... How do i resolve this?
 
Thank you for answering this.
 
As attached is a snip of the vi i created.
Using Labview version 8 , winsXP
0 Kudos
Message 1 of 4
(2,728 Views)

Older versions of LabVIEW don't support arrays of string for "write to spreadsheet file".

You need to explicitely use "array to spreadsheet string", then write the resulting string to a file using e.g. "write text file".

 

0 Kudos
Message 2 of 4
(2,715 Views)
In the string palette is a function called array to spreadsheet string, use that to get a string then a  write to text file function gets it on disk.

Paul
0 Kudos
Message 3 of 4
(2,714 Views)

Hi again,

i will do just that, thanks again.

0 Kudos
Message 4 of 4
(2,681 Views)