07-15-2014 10:06 AM
Why do you have two FOR loops? One is enough!
Since you don't have an outer while loop, it seems that you are tring to use the "run continously" button. Don't! That is exclusively a debugging tool, not a normal way to run a VI.
As I said, just accumulate your data in a shift register and graph it. Do you have problems with that?
07-16-2014 11:48 AM
I think this KnowledgeBase Article might be useful for you:
http://digital.ni.com/public.nsf/allkb/18B56D8556D44BF18625753D006EFF7C
You can download the VIs in the demo in a zip file at the bottom of the page.
You can modify the XY-Graph as Chart Demo.vi to input the converted time double and replace the Wait function to one of your liking.
Hope this helps!
07-16-2014 12:04 PM
Thanks for your help! I did not know there was a function of that sort!
The X-value is based on the iteration number. Is there a way to change that to match the REAL TIME? Perhaps using a Get Time/Date time stamp or something?
07-16-2014 01:16 PM