04-14-2006 06:11 PM
04-17-2006
01:21 AM
- last edited on
08-15-2025
08:32 AM
by
Content Cleaner
Hello,
For DAQ, DIO you can get the device names & their corresponding properties using NI-DAQmx. To get device information of DMM, DIgitizers, Function Generators and HSDIO cards, use NI-ModInst driver. For getting device information of GPIB, use VISA functions.
For information about NI-ModInst refer to this knowledgebases linked below:
https://www.ni.com/docs/en-US/bundle/ni-modinst/page/nimodinst/overview.html
Kalyan
05-18-2006 07:14 AM - edited 05-18-2006 07:14 AM
Is this also possible for Switch Executive Virtual Devices? I'd like to programatically (via LabVIEW) obtain a list of channel names against aliases.
Can it be done?
Many thanks.
Message Edited by kdmcmullan on 05-18-2006 07:15 AM
05-22-2006
07:41 AM
- last edited on
08-15-2025
08:33 AM
by
Content Cleaner
Hello,
In future, please post this question in switches to get a prompt reply. Currently, there isn't a way to programatically access switch executive virtual devices, channel names and aliases in LabVIEW. However, you can file a product suggestion for this feature using the following link:
https://forums.ni.com/t5/Idea-Exchange/ct-p/ideas
Kalyan
05-22-2006 06:15 PM
Hello,
Quick update using switch executive 2.1, you can get aliases and switch executive virtual device list. I am attaching an example code which demonstrates it. Please let me know if you have any further questions.
Thanks,
Kalyan