02-19-2009 08:39 AM - edited 02-19-2009 08:41 AM
On a waveform CHART, you would need to use the 'Bundle' function to add each of the plots.
The plots will be in the order you bundle them, top to bottom:
0
1
2
3
4
etc
And just an aside..... you cannot do anything with the value of an indicator (without using property nodes ect).
I assume you mean a numeric control. And try to stay away from local variables to avoid race conditions
02-20-2009 10:05 AM
Thanks, Zac