LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I launch two tasks?

Halo! I need to sample data from two channels
of the same board. I'd like to use two
separate tasks, that should work on the same trigger.
Or there's a better way to do this?
0 Kudos
Message 1 of 2
(2,913 Views)
I don't think you will manage to acquire data from two channels with two different tasks: the second starting task will find the daq card busy and will get an error while configuring the application.

In your application you will need one acquisition task that takes care of both channels simultaneously, splits data and sends them to the appropriate managing task.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(2,913 Views)