Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

getting analog input with labview and python simultaneously

Hi all,

 

I want to read two analog inputs, one through labview, and one through python.

 

I have an analog output from one VI which goes to an analog input which is read in python. This input is then sent back out through analog output in python, and needs to be read back in through analog input with another VI. running everything without the final analog input in the last VI running works fine, but the second i run the last VI, then issues occur. as far as i can tell, this is because the two analog inputs are not on the same clock, which is causing issues. Is there any way to sync them together?

 

any help appreciated!

 

al

0 Kudos
Message 1 of 2
(2,976 Views)
You can't even run two analog inputs from 2 separate VIs. You can only have a single task since there is only one convert clock. Are you being a resource reserved error? Acquire both channels in one or the other.
0 Kudos
Message 2 of 2
(2,974 Views)