01-17-2019 11:01 PM
In my lab we would like to run two VIs at once (pressure monitoring using voltage acquisition of pressure transducers for 2 separate experiments). The pressure transducers are connected to 2 different channels of the same DAQ (NI 9215).
The 2 vi's are same.
When we try to run a second VI we get the "Error 50103 occurred at DAQmx Start Task.vi:1" message. I read about this error on the NI site but due to my lack of LabView experience I couldn't solve my problem. Kindly help me out with this problem.
attached is my VI for reference.
Thanks,
Yasaswy
Solved! Go to Solution.
01-18-2019 01:21 AM
01-18-2019 01:28 AM
Yes i can acquire both the signals in one VI.
But, the experiments are individual so I want to control the data acquired from channels individually.
As i am new to labview i am not understanding how to do it.
01-18-2019 02:03 AM
Hi Yasaswy,
Yes i can acquire both the signals in one VI.
So what is the problem?
But, the experiments are individual so I want to control the data acquired from channels individually.
No problem:
- one VI to acuire the data of both channels from DAQ device
- two other VIs to work with individual channel data
- queues to send data from first to those other VIs
That's called producer-consumer-scheme…
As i am new to labview i am not understanding how to do it.
When you are new to LabVIEW you should
- take the FREE online training resources offered in the "Training" section in the header of this LabVIEW board!
- examine the example VIs you find in the example finder
- examine the example projects you find in the "New project…" dialog…