Yes, this was exactly the solution that I was looking for. Thank you.
Hugh
Filipe wrote:
>Hugh;
>
>This is happening due to the fact the VI you are using performs a
>synchronous DAQ operation, meaning that once the AI Read.vi is
>reached, that VI will suck all the CPU time up, till the acquisition
>is done. So you won't be able to run other tasks in parallel.
>To fix that problem, you will need to run an asynchronous DAQ task.
>You can find a good example about that at Search Examples->I/O
>Interfaces->Data Acquisition->Analog Input->DAQ Occurrences and select
>the second VI on the list, from the top.
>That VI won't take all the CPU resources over and will allow other
>tasks to run.
>Hope this helps.
>Filipe
>