OK I have now written some VEE code to control this instrument. It was a matter of working out which ActiveX automation reference to check ("mcl_pm"), and then guessing at the ProgID for the CreateObject call ("mcl_pm.USB_PM"). Then you can pick your functions from the F&O browser. I can give further details if anyone's interested.
Warren, I am writing a VEE program to control the Mini-circuits USB Synthesized signal generator SSG-6000. Please send me additional details of how you got the VEE program to connect to USB power meter. I have already registered the DLL file. I believe I just need to know what VEE commands to use in VEE Main. Thanks, Ross
In case he does not reply to your request, I attached a VERY simple interface that I had written back in 2008. It looks like I wrote it simply to query the sensor, one thing I also remember was that closing the sensor would crash. I don't know if they still use the same DLL but the general concept is the same. you can find the other functions listed in the "function and object browser"
The VEE file uses the mcl_pm.dll file
Hope it helps.
Attachments