04-11-2011 08:23 AM
04-12-2011 11:34 AM
Hi Adam!
I think you've spotted it in that the code is generating every point, before trying to pass them all to the DAQ assisstant at once. This isn't really the sort of arciteture that you want to imploy when it come to larger numbers of points to plot or output.
I think the best way to approach this would be to have a look at the example finder in LabVIEW by going to Help and the Find Examples.
This particular part of the example finder should prove most useful:
I think what you should do is change from a finite generation of N sample to a continous style of generation. You can then stop the generation after a certain number of points have been generated, or after a certain time. Have a read through the descriptions of the examples and see if there is something that you think looks useful.
I'm sorry about being brief. I'm working out of the office all day tomorrow, but if you have any questions just post back and I shall do my best to get back to you Thursday/Friday.
All the best!