LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Useing Mutiple Ni Daq Task

how can I link two input tasks in the same loop? I have tried to use the "merge signal", but it pop up some error.
0 Kudos
Message 1 of 3
(2,528 Views)
Hello. You can not have two analog input tasks in the same VI. However, you can easily add multiple channels to the same task. Check out the LabVIEW shipping examples at Help>>Find Examples. Navigate to Hardware Input Output >> DAQmx >> Analog Measurements >> Voltage. Using any of those examples, you can add a channel by changing the "Physical Channel" input. For example, to acquire data from channels 0-3 of device 1, use the following string "Dev1/ai0:3". Hope this helps!
-Alan A.
Message 2 of 3
(2,507 Views)
I know how to use the channel but right now I want to tried to use the multiple Ni DaQmx Task instead the Channel in the VI. However, Thanks your reply...
0 Kudos
Message 3 of 3
(2,495 Views)