LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -50103 occurred at DAQmx Start Task.vi

Hi,
 
I get this error when I try to run two separate VIs that both use DAQmx Create Virtual Channel (AI Voltage) and DAQmx Start Task. Is there some way to work around this without using a second board, or is this a fundamental limitation? I have an M-series board --  NI-PCI-6259.
 
Thanks,
Bill
0 Kudos
Message 1 of 4
(2,982 Views)
You cannot have two separate tasks of the same type running simultaneously. You've got one A/D and one sample clock. Is there a reason you need two VIs? Why can't you have a single VI that uses multiple channels?
0 Kudos
Message 2 of 4
(2,978 Views)
Thanks. The reason is that one of the VIs is a LabVIEW executable. I don't have the code, so I can't change it.

Bill
0 Kudos
Message 3 of 4
(2,973 Views)
Then you are stuck. You can't run them both at the same time.
0 Kudos
Message 4 of 4
(2,969 Views)