LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Run two executive files obtaining signals from one DAQ

Solved!
Go to solution

I am a new user of LabView and I am trying to run two executive files on a computer, which obtains signals from one DAQ (i.e., NI USB-6210). However, one file is running properly and displaying signal values while the other stops. I couldn't run both of them simultaneously. How can I solve this issue? Please get me advised.

0 Kudos
Message 1 of 3
(2,328 Views)
Solution
Accepted by Minkyu

You can't.  You can't have two different tasks running on the same device at the same time.  Your second executable file is probably showing a -50103 error assuming you have something in there to display errors.

0 Kudos
Message 2 of 3
(2,309 Views)
Solution
Accepted by Minkyu

Rather than having two executables trying to access one piece of equipment at the same time, is it possible to have one executable distribute the data to two different places?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 3
(2,304 Views)