LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Device Identification Strings

Hello all,
 
I need to find through labview the Device Identification Strings , for exsample a network card will usually have the id

PCI\VEN_1000&DEV_0001&SUBSYS_00000000&REV_02 or simelar, anyhow does anyone know how to extracte this id?

0 Kudos
Message 1 of 5
(2,979 Views)
Under Win, you find these in the registry.

Felix
0 Kudos
Message 2 of 5
(2,972 Views)
Thanks for the fast answer, but i couldnt understand how to do.... can u elaborate?
0 Kudos
Message 3 of 5
(2,968 Views)
LabView side: In the advanced palette, you find a sub palette 'Windows Registry Acccess'. Have a look at their documentation and the examples.

Windows side: you need to find out where the keys for your devices are listed in the registry. Use regedit and search for the example string.

Felix
0 Kudos
Message 4 of 5
(2,959 Views)
Will do.....thanks
0 Kudos
Message 5 of 5
(2,955 Views)