LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get CDAQ model number trough ID

Solved!
Go to solution

Is there a way to collect the model number (or any other unique identifier) of a CDAQ device accessing it trough its ID?
I have a string that identifies the CDAQ name (of course this can be an alias) and I need to get the model number as a
selector key between different settings.
I see I can use propertynodes to collect model number but they need a CDAQ device as input... 

0 Kudos
Message 1 of 3
(143 Views)

Could you use the "DevNames" list as shown here...

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P9IUSA0&l=en-US

 

... to get a list of all devices on your system, then iterate through them until you find a match for the ID or alias, then use the reference to that match to get the model number?

0 Kudos
Message 2 of 3
(136 Views)
Solution
Accepted by topic author michele.santucci

mcduff_2-1769713137703.png

 

Message 3 of 3
(110 Views)