LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically Determine DAQMX Signal Generator Name

Does anybody know how to programmatically determine the resource name of a signal generator that is recognized as a DAQMX device only? I've seen the solutions for instruments seen as NI-DAQ, but not as DAQMX devices.
0 Kudos
Message 1 of 3
(2,459 Views)
You can use the DevNames property in the "DAQmx System Property Node" to get all the DAQmx resources on the system.

If it a NI-FGEN device you can use "niModInst Open Installed Devices Session.vi"


Message Edited by Karissa on 07-30-2008 10:55 PM
_______________________________________
Systems Test Engineer
Certified LabVIEW Architect (CLA)
0 Kudos
Message 2 of 3
(2,457 Views)
Super! That's what I needed. All the searching I had done resulted in old niModInst information that claimed Fgen was not yet supported.
0 Kudos
Message 3 of 3
(2,433 Views)