Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

DMM 4070 VB.NET

Solved!
Go to solution

Hi All

 

I am writing a code in VB.NET to read voltage and resistance on NI PXI 4070

 

I saw VB 6 example calling C:\Program Files\IVI\bin\nidmm_32.dll as reference  and initialize variable

 

Dim VI As ViSession
Dim Resolution As ViReal64
Dim Reading As ViReal64
Dim bOVer As ViInt16


I try same method in my VB.Net application

I added nidmm_32.dll as reference 

 

But I am unable to do VISession, it can't find it.

 

Any help Please

 

Regards

 

Ayaz

0 Kudos
Message 1 of 2
(3,384 Views)
Solution
Accepted by topic author AyazHoda

I managed to find solution in example provided by calling niDMM class

 

Thanks

 

Ayaz

Message 2 of 2
(3,367 Views)