07-30-2012 12:14 PM
This problem may have been solved already but in a quick search, did not find a solution and with lack of time to continue searching, I'm posting my own question.
I am trying to plot multiple signals on a waveform chart. I am reading these signals using a cRIO. I can plot one at a time on a waveform chart but can't get the chart to accept more than one. It's probably something silly but I cannot figure it out to save my life so please help!
07-30-2012 12:18 PM
Try using build array instead of bundle into a cluster.
Rob
07-30-2012 12:44 PM
I looked into the build array but it comes out as a 1D array and I want 3 plots and I know you can manipulate that but it shouldn't be that hard to get these signals to plot on the same chart. Every help document and example shows that to plot multiple plots on a waveform chart, put data into a cluster and connect to waveform chart. Is there a property setting or something that I'm missing? I changed the property to plot 3 plots and it still won't accept the cluster.
07-30-2012 01:22 PM
Take the output of your build array and pass it to a second build array (with just the one element). This will convert your 1D array to a 2D array and you should now see all three traces on your chart.
07-30-2012 03:29 PM - edited 07-30-2012 03:30 PM
What of you would simply insert a "To DBL" after bundling? Since FXP gets coerced anyway (in the single plot case), there is no use keeping it FXP.