08-09-2016 12:35 PM
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?
08-09-2016 09:24 PM
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