10-19-2010 03:15 AM
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
Solved! Go to Solution.
10-20-2010 04:12 AM
I managed to find solution in example provided by calling niDMM class
Thanks
Ayaz