03-28-2011 07:12 AM
I have microdaq lite and it can't acquarie data correctly. It can only acquire signal no faster than 1-2Hz, above that it shows constant voltage.
03-30-2011 10:03 AM
Hello,
I am not familiar with you device, but I can give recommendations about acquisition you described.
In your VI there are two tasks within one while loop and the loop time is determined by the Simulate Signal express VI (you can see it, if you would take an indicator to output of the interation variable).
The iteration time is processed from Number of Samples / Samples per second. In your case it is 100 / 1000 Hz =0.1s.
It would be better to use separate, parallel loops for each task.
To stop the loops by one stop-button you can find solution here: http://digital.ni.com/public.nsf/allkb/267704CDE91156D186256F6D00711AAE
I hope this answer will help you.
Peter