I want to plot graph follow period! When it doesn't finish 1 period, graph doesn't show any thing. When it complete 1 period, graph show all values of this period. After it finish next period, it show all values of this period,.....I try to make radom input, and add in array , plot all values at the same time, but it's not working. Could u give me some hint? Thx.
I created a graph like that, but it's seem not good.Because i afraid that when i take real value from hardware device ( at 1 position, there are more than 1 measurement , i don't know how many measurement yet) all the values at 1 position will be the same, and computer don't know how many measurement. Is it possible I set up time to make period of loop?....
I’m not sure what the VI above is simulating. But… if you want to see each bar pop up one at a time, try moving the “wait 250” into the inner loop containing the graph.