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
(2,336 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
(2,334 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
(2,304 Views)