Visionscape Programmer's Kit (VSKit) Manual Visionscapevskitmanual
2016-08-18
: Microscan Visionscapevskitmanual visionscapevskitmanual center
Open the PDF directly: View PDF
Page Count: 364 [warning: Documents this large are best viewed by clicking the View PDF Link!]
- Visionscape® Programmer’s Kit (VSKit) Manual
- Contents
- PREFACE Welcome
- CHAPTER 1 Introduction
- CHAPTER 2 Jobs, Steps and Datums
- Jobs and Job Files
- Steps
- Datums
- Steplib and The Step Object
- Using StepBrowser to Look Up Symbolic Names
- The JobStep Object
- The VisionSystemStep Object
- Step Object Properties
- Step Object Methods
- Datum Object Properties
- Datum Object Methods
- Step Handles: Converting to Step Objects
- CHAPTER 3 Talking to Visionscape Hardware: VsCoordinator and VsDevice
- Introduction to Visionscape® Device Objects (VSOBJ.DLL)
- Connecting Jobs to Visionscape® Devices
- What Else Can I Do With Device Objects?
- A Detailed Look at VsDevice
- Obtaining Device Information
- Namespace Information
- VsNameNode
- A Detailed Look at VsCoordinator
- Device Collection
- DeviceFocusSet
- Grouping Controls Using GroupID
- Device Focus Property
- DeviceFocusSetOnDiscovery
- Finding a Device by Name or IP
- OnDeviceDiscovered Event
- Using Message Broadcasting to Simplify Application Design
- Global Strings
- UpdateUI Method
- LogMessage and the Debug Window
- Using VsFunctions to Synchronize UI Elements
- Getting Information About Local Network Interface Controllers
- VsCoordinator Reference
- VsDevice Reference
- CHAPTER 4 Viewing Images and Results with VSRunView Control
- CHAPTER 5 Using VsKit Components
- CHAPTER 6 Using Report Connections
- CHAPTER 7 I/O Capabilities
- CHAPTER 8 Display and Setup Components
- APPENDIX A Examples
- Example 1 — Load and Run
- Example 2 — Monitor a Smart Camera
- Discover, Connect to, and Monitor a Running Smart Camera
- Add References and Components to your project
- Name Your Project and Form
- Drop the VsRunView Control on Your Main Form
- Add Global Variables to frmMain
- Add Code to the Form_Load Event
- Attach VsRunView in the OnDeviceFocus Event
- Size the VsRunView Control in Form_Resize
- Compile and Run
- Extras
- APPENDIX B Legacy Controls
- APPENDIX C Advanced Datums
- APPENDIX D Installed Sample Applications