LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write in 2 columns

This VI writes in two columns, but it doesn't change commas by . and I need this
 
 
0 Kudos
Message 11 of 16
(947 Views)

It works ok now.

Thanks a lot

Message 12 of 16
(946 Views)
Most welcome Smiley Happy
0 Kudos
Message 13 of 16
(936 Views)

Hello Devchander,

your solution helped me as well. I see you used 'Array to spreadsheet string'. May I ask a for a check of the attached code?

I tried another way, treating 1D data and 2D data as separate arrays, but I get only the first column.

How would you modify this structure to get both? Maybe bundling to a single 2D array, then to Write To Spreasheet.vi?

Thank you

George

Download All
0 Kudos
Message 14 of 16
(647 Views)

George,

 

Did you look at the date of the last post in this thread before yours? It was 5 years ago.  Devchander has not been on the Forum for six months, unless he changed his user ID.  When a thread is that old, you are usually better off creating a new one and mentioning that you had read the old one but it did not solve your problem.

 

To answer your question: Look at the Detailed Help for the Write to Spreadsheet File VI.  It indicates that only one of the array inputs should be used at any time.  It the 1D array input is wired, the 2D array will be ignored.

 

Combine your two arrays into one 2D array and wire that to the Write to Spreadsheet File VI.

 

Lynn

 

 

Save 2D array.png

Message 15 of 16
(641 Views)

Thank you Lynn, you are right. I did not check the date and I thought it was better to keep a post in the same thread instead of creating another one for the same subject.

0 Kudos
Message 16 of 16
(635 Views)