I think i figured it out this time. Thank you
I am currently taking my first labview course. So i am all kinds of dumb mistake. I forgot to change my indicator to an array.
Also, i introduced the sequence structure cause my program was outputting average with every iteration of the loop. i wanted to do the sequence inside the loop.
So sorry again.
I do have one last question. If i wanted to change the plot line color and give the user the freedom to choose between two colors while the program is running. Which property node should i use? Should i use Enum control, if so how would i introduce blue and red color ?