Hi,
Im not sure how to implement the shift registers... it keeps adding new dimensions to my existing array instead of appending to it in the existing dimensions.
Here is how my program works for now.:
1- User gets prompted. When enter is pressed, NI-5122 takes a stream of data
2- SubVI does error analysis and spits out a MEAN and an ERROR. I only want to plot the mean.
3- I have the graph configured with a set MULTIPLIER and OFFSET,
4- The WHILE loop reiterates and the process starts again.
so all I need to add is one data point to add to the graph for every while loop iteration
( but my graph keeps overwriting the old data)
Any thoughts?
Thanks
aleks.
PS: in the program i attached, the graph in question is the lower one.