06-13-2011 11:51 AM
I am trying to control two devices: 1) HORIBA MicroHR monochromator and 2) THORLABS PM100 powermeter, for some application. I have programmed VI and have that my VI and it works perfectly fine. Now, when I build application
(executable) from this VI and run exe file, for some reason I keep getting error. The error is: "SDK Hardware Key Not Found. Insert Key to continue."
I
have built many applications before and never came accross this error.
Attached you can find the VI along with executable file. Please let me know if I am missing anything here.
Thanks
06-13-2011 12:44 PM
You're using what appears to be an ActiveX library. That library probably requires a license, and it's in the form of a hardware key.
06-13-2011 12:50 PM
Where do I get this key from?
Thanks
06-13-2011 01:01 PM
From the seller of the ActiveX library. If that's what it is. Did you not write the code? Do you not know what libraries you used and where they came from? Do you have any documentation?
06-13-2011 02:34 PM
Yes, I am using ActiveX library for HORIBA monochromator USB Mono. You can find them in below mentioned link. I have not recieved any hardware key along with this llbs/ VIs.
http://www.horiba.com/us/en/scientific/products/optical-spectroscopy/software/labview/thank-you/
I am calling one of the VIs in this library as a sub-VI in my main VI.
Any suggestions?
Thanks
06-13-2011 03:41 PM
Those VIs rely on a certain SDK being installed. This SDK is distributed by the manufacturer, so I'm not sure why you are asking about a hardware key here. Have you contacted the manufacturer?
06-13-2011 04:11 PM
Similar yet unresolved issue here:
http://forums.ni.com/t5/SignalExpress/Error-quot-SDK-Hardware-Key-Not-Found-quot/td-p/786744/page/2
-AK2DM