08-26-2008 12:28 AM
08-26-2008 01:05 AM
Hi Jeanius,
you have to run the DAQ Assist Vi in a loop. Can you show us your code? How do you make it now?
Mike
08-26-2008 01:22 AM
Thanks for replying so quickly.
My DAQ Assist is in a loop, however, with further investigation, I found that the problem was that I hadn't set a timeout value for other event structures in the same loop. Now, the problem has become that with a timeout value, I get errors regarding the read measurement file VI. What can I put as a timeout event?
Attached is a basic example of my code.
08-26-2008 01:26 AM
Hi Jeanius,
don´t use the DAQ in this way. Use two independent loops. One for the user input an one for the data acquisition. See also the shipped examples for continuous data measurement. Use the example finder.
Hope it helps.
Mike
08-26-2008 01:33 AM