04-17-2013 07:10 PM
Hi,
I have written an executable in Labwindows/CVI that implements imaqSubtract and imaqThreshold and I'm trying to run it on another computer that has the Vision Run-Time license on it but It will not do the subtraction or threshold. Is there something special I need to do when building the executable to make it run on a computer with only the Run-Time license? Thanks!
Solved! Go to Solution.
04-18-2013 10:10 AM
Also, the target computer with the run time license has Labwindows/CVI. I know I can't debug the imaqSubtract code on that machine since it doesn't have the correct license but is it possible to change the code, create a new executable, and run it, all on the target machine? Thanks!
04-18-2013 11:45 AM
When you say "It will not do the subtraction or threshold" what do you mean? Are you getting a specific error? Are you getting a hang in your program? If you could give a little more information it might narrow down the possibilities for what's going on.
Licensing is something that people often get confused on with vision software. You may want to double check that everything is set up right. You can see a bit of information about licensing and applications with the Vision Development Module in this KnowledgeBase http://digital.ni.com/public.nsf/allkb/F1699570F78FECBB86256B5200665134?OpenDocument#VDMRTE
04-18-2013 11:50 AM
I called Technical support and let them know I had a previous install of a Trial version of the Full Vision Development Module (something I failed to mention in the above post). They suggested uninstalling NI Vision, I did (I didn't even have to reinstall the Run Time Engine) and my program works! Thanks!