Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-DMM .NET Class Libraries 1.0.3 InputResistance argument bug?

Solved!
Go to solution

I know this is Measurement Studio, but I find no other .Net related forum here..

 

I'm using the latest ver 14.0 drivers with Visual Studio Express 2012 (VB), NI-DMM .NET Class Libraries 1.0.3 everything patched up to date.

 

Problem: Setting InputResistance on a PXI 4071 to 10Meg works fine: 

 

DmmSession.InputResistance = 10000000.0

 

Setting Input resistance to 10G+ as described in the help files:

 

DmmSession.InputResistance = 10000000000.0

 

returns error "ModularInstruments.NIDmm: The specified argument was out of the range of valid values. Error Code : -1074135024"

 

Can someone please confirm and forward the message to whoever is in charge of .Net class libraries.

 

Thanks

 

0 Kudos
Message 1 of 2
(4,556 Views)
Solution
Accepted by topic author janaf

Solved.

 

One has to set (valid) range, resolution etc before setting the InputResistance, as all combinations are not valid.

 

http://forums.ni.com/t5/Digital-Multimeters-DMMs-and/Setting-InputResistance-net-DMM-4071/td-p/30800...

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