08-29-2011 07:01 AM
08-30-2011 12:58 AM
Hi Prashant,
Could you elaborate a touch more on what you mean when you say "generic"? Also, what is the nature of applications that you are looking at?
08-30-2011 03:03 AM
Hello Rohan,
Thanks for your reply.
Actually I am looking forward to design some kind of common framework for applications of relative domain like bottle inspection for different designs (considering maximum inspection parameters) or blister inspection for any medical company(considering maximum inspection parameters).
So that it can be used for any relative domain applications with minor modification and hence reduces the human efforts and development time.
Please guide me about this if you have any idea.
08-30-2011 05:23 AM
Hi Prashant,
Are you attempting to build a 'framework' using LabVIEW or VBAI? If it is using LabVIEW, you can build a generic vision inspection system by designing a multi-
application VI that chooses tests to run depending upon a case control.
You could go through example VIs related to vision based inspection that come along with LabVIEW. As such, a single VI can not prove to be a perfect fit for a range
of vision applications.
08-30-2011 08:11 AM
Vision Builder AI is also well suited to being an environment that makes it easy to adjust settings, see the resulting image to provide an interactive and easy to use experience to fine tune your vision algorithm. You can even save templates for the various types of inspection classes you want to support that can be loaded from the start screen. Vision Builder AI provides high level easily configurable function blocks (kind of like Express VIs for each algorithm), so user doesn't have to do any programming.
LabVIEW and Vision Development Module can provide more flexiblity, but would require a lot of work to make the app easy to configure/modify/fine tune algorithm for different samples. You could use a Vision Assistant Express VI and have a different one for each class of parts you want to support, so this might also be another alternative.
Hope this helps,
Brad