10-09-2009 07:18 AM
I will receive a set of (X/Y) array values in real time(100 elements per each set) continuosly. I want to plot that in X/Y graph when I receive each 100 elements (this 100 elements will be received as a set), but when I plot the new set I want to retain the old set of information in the graph. So every time when I receive a set of values one plot is increasing in same graph (consider that I'm not receiving all the set simultaneously, I will receive it one by one)
Could you please anybody help me to develop a subvi
Best Regards,
M.Paheerathan
Solved! Go to Solution.
10-09-2009 07:20 AM
10-09-2009 07:29 AM
Yap. But is it possible to give a sample VI?
Thank you,
Best Regards,
Rathan
10-09-2009 07:41 AM
10-09-2009 07:47 AM
Dennis Knutson wrote:
Shift registers are basic LabVIEW knowledge.
And Express VI's are carnal LabVIEW knowledge.
10-09-2009 09:30 AM
This is a duplicate post.
To Poster: Your question is answered by looking at the examples that ship with LabVIEW. Search the examples for "XY Chart".
10-12-2009 12:52 AM
10-12-2009 07:56 AM - edited 10-12-2009 07:59 AM
rathan wrote:Thank you very much Broken Arrow
Dennis answered your question, I just made a screen shot and a sarcastic note about Express VI's. You'll never grow as a LV programmer if you use Express VI's where there exists a more direct and efficient programming method (which is about always). But I'm glad that your issue was resolved.