LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmx Task Names - VI Issues

I am attempting to use NI's example VI to get the DAQmx task names out in order to send them off into TestStand, however I am having some issues getting my VI to work. I modifed the example a bit to fit the number of ports required, however I cannot seem to get my DAQmx tasks to read out properly. Any ideas?

0 Kudos
Message 1 of 2
(3,091 Views)

What I do is to use MAX to configure (and save) the Tasks, naming them in MAX (or, more recently, naming and saving them in LabVIEW Project).  Define the port/lines/clocks and such in the Task.  Now start with DAQmx Create Channels, wire a Constant to the Task In, click the little down-triangle, and you should see the names of the Tasks you saved in MAX (or Project).  Simply select the one you want, and you're done.  Now start the Task ...

 

Bob Schor

0 Kudos
Message 2 of 2
(3,057 Views)