Customer Support Center : CV-5000 .NET Library
All examples provided to the user are for instructional use only. Developer's that download the following examples are expected to have Visual Studio .NET (2005 or 2008) and have purchased and installed the CV-5000 .NET Library control on their development computer. All sample programs require that the "Password" property of the CV-5000 .NET Library control be correctly set before compiling/running the program.
Programming Examples
 

EXAMPLE 1: Automated Data and Part Image Acquisition (VB.NET)
This is is the first sample program presented in the CV-5000 .NET Library User's Manual ("Your First CV-5000 Program"). This program will demonstrate the use of the CV-5000 .NET Library in a simple program to log measurement data and part images sent from the CV-5000. The program will be responsible for triggering the CV-5000 every 5 seconds. When measurement and image data is received by the CV-5000 via the Ethernet connection it will be displayed to the user.

   
 

EXAMPLE 1: Automated Data and Part Image Acquisition (C#) (Document documentation here.)
This is is the first sample program presented in the CV-5000 .NET Library User's Manual ("Your First CV-5000 Program") but written in C#. This program will demonstrate the use of the CV-5000 .NET Library in a simple program to log measurement data and part images sent from the CV-5000. The program will be responsible for triggering the CV-5000 every 5 seconds. When measurement and image data is received by the CV-5000 via the Ethernet connection it will be displayed to the user.