LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform Array in Table

How can I display content of a waveform array in a table? Within my solution I'm only able to show content in one cell. I'd like to have each vale in (only) one cell? See (simple) attachment.
 
Thanks in advance
 
Henrik
0 Kudos
Message 1 of 4
(2,975 Views)
Don't use the to spreadsheet string, but the number ot string conversion VI's. they can convert an array of numbers to an array of strings, which in turn can be concatenated into a table. Don't forget to transpose the 2D array.
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 4
(2,970 Views)

Andre is right on.  Here is an image.

-cb

0 Kudos
Message 3 of 4
(2,967 Views)
Great! Thanks!!
0 Kudos
Message 4 of 4
(2,958 Views)