Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

combine two DAQ Assistant

Hi,

 

I would like to ask how do I combine the two DAQ Assistant. The input (9205) and the output (9263) together.

As I have done the input that is to acquire the signal but not sure how to connect it to the output DAQ to generate the

results. If I want to make it greater than 5 it will light up the led and less than 5 it will light off the led. I have attached what I have done but the led do not seems to light up when it is more than 5. So how do I make it work?

 

Regards

Christopher

0 Kudos
Message 1 of 2
(2,896 Views)
Why do you have two while loops? The second loop cannot run until the first loop finishes. That's a basic fundamental of not only LabVIEW but any programming language. Simply put the code in the second loop into the first loop.
0 Kudos
Message 2 of 2
(2,893 Views)