ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

transfer array values from labview to excel

Solved!
Go to solution

Hello guys, 

 

Now I have a magnetic field measurement system, I need x, y, z axis value and magnetic field value on my excel file. Then I think the 'generate from template' example might work for me. However, when I generate array, my excel data also shows the index of the array. It shows like this: 

excel.JPG

This is my block diagram, anyone knows how to eliminate the index value on excel? 

index.JPG

Thanks

0 Kudos
Message 1 of 3
(3,060 Views)

Hi zyb,

 

The express VIs will always give the array index (the config and generate report) express VIs. Unfortunately, there is not a way to remove this. However, as you are using that VI, it means you must have access to the report generation toolkit. I would recommend using the lower level Report Generation VIs - Namely 'Append Table to Report.vi'

Message 2 of 3
(3,058 Views)
Solution
Accepted by topic author zyb1003

Hello, 

 

I solved this problem. You can convert the array to string, then there is no index. 

0 Kudos
Message 3 of 3
(3,028 Views)