Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

6024E-DAQ aquisition

Hello, I have a 6024E-DAQ. Can I configure 2 analog input aquisition using
2 differents task ID, and then starting each one after the other ? Thank
you for responding...
0 Kudos
Message 1 of 2
(2,379 Views)
Yes you can do that. The way to get two taskids is to call AI Config.vi two times but the only trick is the that you have to create groups by wiring 0 and 1 to the "group" input of AI Config VIs respectively. This could tell the driver to start two separate taskid for differnt processes.
However you can not call one AI Start immediately after the other. You have to call the second AI Start.vi once AI Clear.vi has executed for the first taskid. This is because there is only one clock on the board has gets configured once the AI Start runs. Hope this makes sense to U.
Message 2 of 2
(2,379 Views)