LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can cooperate NationalInstruments.NIDAQmx Task with the Task from Labview Environment?

Hallo,

Is it possible to convert/copy a task from VI "DAQmx Task name" to NationalInstruments.DAQmx.Task?

I want to create a task creator - assembly in VS2003 with support of NI-DAQmx library. When the task is choosed, i would like to give a reference to it to my labview program. How?
I would like to use a task from the VI "DAQmx Task name" in my program under VS2003, how can I convert it?
Is the only way to save it in Measurement & Automation as a global task?

Any example would be welcome.

Greetings
Pawel
0 Kudos
Message 1 of 2
(2,415 Views)
Unfortunately this is not possible. Either you create the Task in MAX, then you can use this task in Visual Studio and in LabView, or you have to create the task in LabView. it si not possible to create the task in Visual Studio, pass a handle to LabView and use the task in Labview. Both the creation and usage of a task have to be in one development environment.
0 Kudos
Message 2 of 2
(2,385 Views)