12-05-2008 11:05 AM
Is it possible to list NI-DAQmx channels created within a LabVIEW project (.lvproj)?
I know that using a "DAQmx System Property Node" can lis Global Channels in MAX. How can I do the same for a specific LabVIEW project?
I also know that it is possible to list exactly what I want as a "DAQmx Global Channel Control". But how can I access these items programatically?
12-08-2008 06:42 PM
Hi LVB,
Unfortunately, there is no property node I can find which will return the Global channels created within the Project. However, since we can return the Global Channels from MAX, the only way to work around this problem would be to save the Global Channels from the Project into MAX. To do this you could use the DAQmx Save Global Channel VI, but you will have to manually assign a global channel you wish to save as this will not save all the channels in your project for you. I'm sorry I could not find any better solution.