The typical WiT Engine development procedure is as follows:
Following are further explanations of the above steps. As an example, we will create a pen cap inspection application using Visual Basic. In this application, we continuously grab images of pens which should all have a cap. If the cap is not put on properly or is missing, it is classified as Fail, other it is a Pass. We will show the total number of Pass and Fail pens since the system was started, and also the image of each Pass or Fail pen so that the user can visually verify the decision. You can find this demo application in:
${WITHOME}\demoPrograms\engine\VB\penCap
Create User Program
Design Igraph
Generate WIC Files
Interface with WiT Engine
Map Controls
Map Data and Windows
Test Application
Prepare Distribution
|