PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting PXI chassis information through .NET?

Solved!
Go to solution

Is there a way to pull the PXI chassis information through a .NET API?  I have a PXIe-1085 attached to my PC through a PXIe-8381, and I'ld like to be able to pull information like firmware version, serial number, power voltages, temperatures, etc, from my .NET application.

 

I did find the MoldularInstrumentsSystem class in the NationalInstruments.SystemServices.DeviceServices namesapce, but that appears to only have information on the individual PXI cards, not the PXI chassis as a whole.

0 Kudos
Message 1 of 3
(4,283 Views)
Solution
Accepted by topic author CurtisHx

Hi CurtisHx,

 

It looks like the NI System Configuration Manager API is what you need! You should be able to access information about your chassis via the API. Here's some more information on how to use it:

 

https://decibel.ni.com/content/docs/DOC-13216

http://zone.ni.com/reference/en-XX/help/373107J-01/nisyscfg/introduction

Sunayna R.
Applications Engineering
National Instruments
Message 2 of 3
(4,267 Views)

That looks like what I was looking for.  Thanks.

0 Kudos
Message 3 of 3
(4,252 Views)