04-05-2016 03:19 AM
Hello all,
I have a 2D array with, for example, 5 signals with each 100 data points (so a 5x100 array).
I want to show each array on a mixed signal graph. I have a solution which works for this problem (see attachment).
My problem is that the number of signals, and thus the 2D array size is variable. So the next time I run the VI, the array can be, for example, a 6x200 array. In this case I can't show all 6 plots on the mixd signal graph with my working solution.
I was looking for a "2D array to cluster" function in Labview (see attachment) but unfortunally this is not available (maybe a tip for the developers ).
Is there anyone who has a working solution for my problem?
Thanks in advance,
Patrick
Solved! Go to Solution.
04-05-2016 08:47 AM
Why can't you just wire them straight together? Mixed Signal Graphs take a 2D array type as an input.
04-06-2016 01:11 AM
Thanks for the tip. How easy can it be
I tried this solution before but then Labview came up with an error so I never looked at it again. Now I realize this was due to the fact that I used a local variable somewhere else in the VI. By changing this in the original VI it works like i want it to work.