05-16-2008 09:12 AM
05-16-2008 09:41 AM
You should be able to obtain your goal by means of some of the syncronization VIs, located in the programming palette. You could for example implement a semaphore to permit executing the acquisition loop, locking it when in the UI loop you want to stop acquisition. For an example of this you could look at Semaphores with sub VIs example.
Since this is quite an advanced programming technique, you may want to replicate this question in the LabVIEW forum where several experienced LV users can help you (this one is dedicated to CVI).
05-16-2008 09:49 AM