LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

conversion

Hi,

I have a few graphs

 

and I would like to convert what is plotted in my graphs in a table. Any suggestions?

Thanks

V.

 

 

 
 
 
 
 
 
 
 
 
0 Kudos
Message 1 of 3
(2,583 Views)
Hi Valter,

when you build your plots on those subvis you can also make 2D arrays (=tables) of your values. Simply build an 2D array instead of array of cluster from your x- and y-values.
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,579 Views)

As Gerd mentionned..

You already have the values in 1-D array of doubles.  Does your cluster must contain text or something other than numeric?

The reason for asking is that usually numeric clusters have brown wires, whereas mixed clusters (ie numeric & text) are pink.  See attached image.

If you plan to use an array, they must be of the same type.. See For Loop in same attached image.  You can also use existing functions such as Write to Spreadsheet file which handles 1 & 2D arrays.  But for creating a table, if you plan on using a 2D array, you will need to convert to the same type first.

RayR





Message Edited by JoeLabView on 11-12-2007 08:14 AM
0 Kudos
Message 3 of 3
(2,566 Views)