07-27-2009 02:45 PM
I am trying to read voltages from pressure transducers and LVDTs in two separate While Loops. But when running the program there is an error regarding DAQmx Start Task.vi. So I was wondering if multiple instances of DAQmx Start task results in error. I have attached the vi.
Thanks
07-27-2009 03:13 PM
Yes, it does cause an error and if you had searched the forum for the error code you got, you would have found numerous posts on the subject and the solution. Briefly, define a single task with multiple channels. You need to do this for both the write and read tasks.
07-29-2009 03:55 PM
Thank you for the reply. New to Labview so I didn't know that we had to search using the error code, I tried searching using text though. Will do that from the next time, thanks.
I do not have the problem with the write tasks but only with the read tasks. Right now I have one start task for all the input from the pressure transducers and LVDTs and three start tasks for the three analogue outputs and the program seems to run fine.