01-05-2011 01:15 AM
Hello, Everyone
I wrote a program by LabVIEW 2009 SP1 (Professional Development System) ,also I have Vision Acquisition software (November 2009).
I developed that code under windows XP , I test it before deploying and it was O.K .
After I deploy it, I install it on touch Panel PC (with Windows XP Embedded ), after I install it , it ask me about vision acquisition software license, I activate it through Internet and it was successful.
when I run the program , I face these message :
Error-1074396157 occurred at IMAQ Cast Image
Unlicensed copy of NI Vision
Possible reason(s):
IMAQ Vision: (Hex 0xBFF60403) Unlicensed copy of NI Vision
when I delete the IMAQ Cast vi from my code, deploy the code and install it again , my program worked fine as I want. but I need to use that tools , ( I tray also with Image Resample but also error )
Vision and motion-Vision Utilities-Image Manipulating -Resample Image
could you tell me what is the problem?.
Thank you
Solved! Go to Solution.
01-05-2011 04:19 AM - edited 01-05-2011 04:20 AM
In addition to that , I have used ((IMAQ create and IMAQ GetImageSize)) from same library and it was worked with me
and I never face the licence error
I am puzzled by that message
Best regard
01-05-2011 02:25 PM
Hi Al-Zahrani,
Do you have the Vision Development Module on your development machine as well as LabVIEW and Vision Acquision Software? Also, could you confirm which VIs are working and not working?
IMAQ SetImageSize, IMAQ GetImageSize, and IMAQ Create are working without error?
IMAQ Cast Image and IMAQ Resample are not working and the licensing error is produced?
If this is the case, I believe it is due to the fact that these VIs are only included with the Vision Development Module (please see Which VIs are Installed with NI-IMAQ and Vision Acquisition Software). In order to use these on a remote machine you must have a license for the Vision Run-Time Engine.
Lynn
01-09-2011 02:57 AM
Hi, Lynn
Yes, that's what I needed
the program run without any problem
Alzhrani
Thanks for the quick reply and helpful answer.
01-10-2011 12:13 PM
Excellent! Best of luck with your applications!
Lynn