08-13-2009 12:23 PM
08-13-2009 12:36 PM
Just going through the data flow, it appears we missed a For loop we should have included.
Try changing the 1D WDT output to this. Then send it to an XY graph.
If the data looks correct, we can go from there.
08-13-2009 12:42 PM
What is the VI that the dt*I and Y are plugged into called? The one that looks like;
[ ] -\
[ ] -/
08-13-2009 12:45 PM
That is the 'bundle' function.
In your palette, it is here:
Programming >> Cluste, Class, & Variant >> Bundle
08-13-2009 12:50 PM
The program will not let me make the Waveform Graph outside of the for loop, it says there are mixing signals, I can make it inside the for loop however.
08-13-2009 01:06 PM
That is incredibly strange.....
That is exactly how you are supposed to build a multi-plot XY graph.
Each plot should be a cluster of an X array and Y array.
Then you build an array of all the clusters.
Does anyone know why this isnt working for the OP?
08-13-2009 01:11 PM
08-13-2009 01:12 PM
08-13-2009 01:21 PM
08-13-2009 01:22 PM