02-07-2012 04:34 PM
This seems like an easy fix, but I can't find it. Maybe I'm not searching for the right word combination.
I would like to plot two (1x8) arrays on the same waveform. The variables come from my instrument in chunks of 8 data points each. I would like to capture all 8 points for each variable and plot them in real-time.
Attached is a simple for-loop to build the array. I can't connect my array-cluster to the waveform chart. How/where do I change the settings/type so they can be plotted? Should I be doing this differently?
Thanks!
02-07-2012 04:51 PM
Take a look at the "Charts" example in the Example finder. Your code, even when the graphs are wired properly, will only graph the last point due to the use of a shift register around the for loop where you probably want a tunnel.