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: 

labview

Solved!
Go to solution

Hello ,

 

Please How can I transfer a cluster(formed of numeric tables) in labview to excel

0 Kudos
Message 1 of 51
(6,346 Views)

Hi Maroua, 

 

You can use the "unbundle" or "unbundle by name" function and then wire them into the "Write to spreadsheet file" function. Excel can then open the spreadsheet you make. If you need a bit more help with this let me know

 

Thanks,

 

Dan

Daniel Harryman MEng
CLA, CPI
Message 2 of 51
(6,336 Views)

Yes please could you show me an example or explain it to me how can i do this?

0 Kudos
Message 3 of 51
(6,328 Views)

Hi Maroua,

 

Something like this. Unbundle lets you access each cluster element individually. You can then wire each one to the write to spreadsheet file, or build them into an array to use the 2D input of the write to Spreadsheet file function. 

 

Thanks 

 

Dan

Daniel Harryman MEng
CLA, CPI
Download All
Message 4 of 51
(6,321 Views)

Hi DanHarryman,i executed this program but i don t know why when i go to the path that i precised before execution i don t find my tables there?

0 Kudos
Message 5 of 51
(6,313 Views)

Hi Maroua, 

 

Try giving the file a name. So if the normal path is

 

"\...\desktop"

 

Instead put in "\..\desktop\file.csv"

Daniel Harryman MEng
CLA, CPI
0 Kudos
Message 6 of 51
(6,309 Views)

here s what i found in the vi write into spread sheet

Download All
0 Kudos
Message 7 of 51
(6,307 Views)

and this

0 Kudos
Message 8 of 51
(6,301 Views)

Is there any data in your clusters? or are they uninitialised values?

Daniel Harryman MEng
CLA, CPI
0 Kudos
Message 9 of 51
(6,297 Views)

Hi,

 

Here is my front panel,it contains numerics 

0 Kudos
Message 10 of 51
(6,292 Views)