LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple plots from a 1d array

Solved!
Go to solution

Hello,

 

I'm trying to take a 1D array of 6 elements andcreate a graph with multiple plots, one for each element.... and I'mstuck.  Does anyone know how I can do this?

 

Much Thanks! 

0 Kudos
Message 1 of 4
(2,954 Views)

Hi Fibo,

 

do you need a graph or plot? You should use the proper LV names here...

 

See attachment, maybe it helps... Read the context help of graph/chart for examples of correct wiring!

Message Edited by GerdW on 12-17-2008 08:53 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,937 Views)
Solution
Accepted by topic author Fibo

Another option is "array to cluster". Don't forget to set the cluster size to 6 in your case.

 

Message Edited by altenbach on 12-17-2008 02:55 PM
0 Kudos
Message 3 of 4
(2,922 Views)
Thank you, that worked.... I was using merge signals, but the cluster solution seems a cleaner to me
0 Kudos
Message 4 of 4
(2,898 Views)