Hey LabVIEW Network,
Is there any method to programmatically grab all internal channels on a DAQmx Device programmatically?
This KB is straightforward on how to access physical device channels:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P7ZJSA0&l=en-US
But these channels do not seem to include internal channels. For instance, our application uses the PXIe-4353 Thermocouple Module, which has internal channels for CJCs and Autozero. The user needs to ability to specific the requested channels in a config file, and I need to programmatically poll the device for available channels and confirm they exist and we can read them. I would not have created a task at this point, but can create a temporary one if that's the route needed.
Thanks,
Alex