Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Vision script interpretation

I am building an IMAQ vision analysis system in LabVIEW for a client, and I would like to make it general enough so that the client could add functions. They have Vision Builder and can build a script after working with a sample image(s). Perhaps I can interpret script content and use the Vi server vi's to generate a specific application at run time? Or can they build a subvi with Vision Builder that I could then call if they put its name into a parameter file I would read?
0 Kudos
Message 1 of 2
(2,908 Views)
The only way I can see this working is if they also have LabVIEW. They could convert the script to LV code and make it a sub-vi with standardized inputs and outputs. The connector panel would need to match what you expect in your program. If this was all true, they could enter the name of the vi and you could use it as a sub-vi in your program.

They would have to be able to do some simple LabVIEW programming for this to work.

Bruce
Bruce Ammons
Ammons Engineering
Message 2 of 2
(2,908 Views)