09-17-2006 08:04 PM
09-17-2006 10:49 PM
09-18-2006 01:25 AM
09-18-2006 02:27 AM - edited 09-18-2006 02:27 AM
Hi,
all your DAQ assistant Vi's are built using 'normal vi's
To understand this, just build a DAQ assistant vi.
Now right click on it and select option 'open front panel'. In the resulting vi, you will observe how a DAQ assistant vi was built by using normal DAQmx functions for the parameters you had set
And to answer your primary/original doubt, Yes, you have to put a DAQ assistant vi configured for continuous mode, inside a while loop to make it run continuously
Can you tell what error message you get?
In N sample mode, its not necssary to place inside the loop, if you set samples to read= sampling rate
Only if your number of samples to read is greater than sampling rate, you will have to use a while loop to get all those samples.
Hope this helps
Message Edited by devchander on 09-18-2006 02:32 AM
Message Edited by devchander on 09-18-2006 02:39 AM