LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

with out synchronizer

when two tasks are accessing same analog channel how to give acces , with out using synchronizer .Smiley Happy
0 Kudos
Message 1 of 2
(2,313 Views)

If you are using NI's DAQmx, you can't have two tasks accessing the same hardware channel simultaneously.  You'll get a "resources reserved" error.  You would need to close one task before creating the other, which makes no sense at all.

 

What, exactly, are you trying to do?

0 Kudos
Message 2 of 2
(2,290 Views)