AKI Vision Component AKI 1125 Hwy 7 West

  • Slides: 23
Download presentation
AKI Vision Component AKI 1125 Hwy 7 West Hutchinson, MN 55350 320 -234 -9405

AKI Vision Component AKI 1125 Hwy 7 West Hutchinson, MN 55350 320 -234 -9405

Vision Screen n Vision Screen is activated with less than 10 lines of your

Vision Screen n Vision Screen is activated with less than 10 lines of your own code:

Overview This presentation is primarily intended for the user of the SDK (software development

Overview This presentation is primarily intended for the user of the SDK (software development kit) DLL component n Provides a Point and Click Screen to write step by step Vision Programs. n No code is needed to write Vision Programs. n Never need to change source code when different Part Types need vision programs written. n Summary: minimal code to write to obtain maximum flexibility for using machine vision. n

Development Environments n n DLL Component is a native. NET component. Preferred Supported Development

Development Environments n n DLL Component is a native. NET component. Preferred Supported Development Environments: n n n Visual Studio 2005. NET: C#, VB, C++ Visual Studio 2008. NET: C#, VB, C++ Also Supported: n Visual Studio 6. 0: n n n Visual Basic 6. 0 Visual C++ MFC Delphi

Integration Sample Code is supplied in all supported development environments to “jump start” your

Integration Sample Code is supplied in all supported development environments to “jump start” your integration. n Examples in this presentation will use C#. n Please refer to “AKI Vision Documentation. pdf” for detailed explanations of every vision tool, etc. n

Example Demo Program With Source Code

Example Demo Program With Source Code

Initialization Calls

Initialization Calls

Activate Vision Screen One line of code (after some, one time, initialization calls) activates

Activate Vision Screen One line of code (after some, one time, initialization calls) activates the Vision Screen where you can write as many Vision Programs as you like. No coding needed.

Vision Screen

Vision Screen

Create New Vision Program

Create New Vision Program

Select a Vision Tool For the Current Step

Select a Vision Tool For the Current Step

Example: Pattern Match Tool

Example: Pattern Match Tool

Example: Train Pattern Match

Example: Train Pattern Match

Example: Find Circle Tool

Example: Find Circle Tool

Sample 8 Step Vision Program

Sample 8 Step Vision Program

Back to Source Code: Choose the Vision Program, and populate list boxes

Back to Source Code: Choose the Vision Program, and populate list boxes

Populated List Boxes

Populated List Boxes

User Select Steps To Extract Data

User Select Steps To Extract Data

Run Vision Program

Run Vision Program

Extract Data From Any Step

Extract Data From Any Step

Check For Success

Check For Success

Program Results

Program Results