01-07-2016 05:21 AM
I have to upgrade a LabVIEW application using a SM2064 DMM from WXP to W7.
The device is recognized by the operating system but the LabVIEW library doesn't work. The DLL seems incompatible.
Has anyone already used this discontinued DMM on a W7 64 bits machine ?
Many thanks in advance for any advice.
Solved! Go to Solution.
01-07-2016 07:24 AM
01-07-2016 09:39 AM - edited 01-07-2016 09:42 AM
Hi Dennis,
Yes.
After installing the driver you mention, the DMM is detected by W7.
But below error message appears when I try to open the low level VIs calling the SM2060.dll. I'm using the LV library which is linked in the bottom of this page. W7 is not listed as a supported Operating System.
Translation of the error description : The program can't be started because agvisa32.dll is missing. Try to reinstall the program to solve the problem.
Should I try to install the driver for the DMM mentionned in this discussion in which you participated ?
Many thanks for your help.
01-07-2016 11:14 AM
01-07-2016 11:24 AM
JB wrote:
Translation of the error description : The program can't be started because agvisa32.dll is missing. Try to reinstall the program to solve the problem.
Looks like agvisa32.dll is the 32-bit driver for Agilent VISA. Their driver needs it apparently.
01-08-2016 01:24 AM
Which new driver ?
Yes, LV 32-bit on W7 64-bit.
01-08-2016 01:44 AM
Extract from "Install Instructions.docx" which is part of the driver installation.
Agilent M918X Signametrics Compatible Installation Instructions
Installation Process
M918x driver installation (required if the system contains any M918Xs) Run the Agilent M918x Installation (M918X_Setup.exe). A restart will be required. For M918x DMMs connected to the system afterwards, the new hardware wizard found may appear, in which case, select “search automatically for updated driver software”. Opening the M918x DMM with the Agilent soft front panel verifies that the drivers have been successfully installed.
SMX206X driver installation (required if the system contains any SMX206Xs)
...
Not using a M918x I have done only the points listed for the SMX206X. Moreover, the mentionned "M918X_Setup.exe" is not included in the installer.
01-08-2016 10:25 AM
You need to install IO Libraries Suite.
01-11-2016 05:12 AM - edited 01-11-2016 05:17 AM
Good news : it is possible to control a SM2064 by LV in W7 !
Below drivers and library are needed :
Five VIs of the LV library are not functional because the functions they call (same names as VIs) are missing in SM2060.dll :
Many thanks to all for your advices.