Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get pxi scope serial number

I have a digitizer PXI 5152 in a rack and i want to get his serial number. Is someone know a way to get it from C# (Niscope32.dll) ?
thanks

 

 

0 Kudos
Message 1 of 2
(4,205 Views)

Hello,

 

You have some ways to do that, one of the simpliest is using NI System Configuration API.

Please look at the example path listed in this link

http://www.ni.com/pdf/manuals/374982a.html

 

Another way is to use Modular Instruments driver.

http://digital.ni.com/public.nsf/allkb/D139037C4D9744B48625743C0077885F

 

You can look at this LabVIEW code to inspire yourself and do the same thing in C#

http://digital.ni.com/public.nsf/allkb/8532AFF2C7E14F5E86256FEA003E202F

 

 

Paolo_P
Certified TestStand Architect
Certified LabVIEW Architect
National Instruments France

0 Kudos
Message 2 of 2
(4,118 Views)