VisionPro

VisionPro
1 / 18 PagesView full catalog

VisionPro

Product catalog summary
Legal Notices
The VisionPro software is licensed by Cognex Corporation and is subject to specific terms and conditions. The document and software cannot be reproduced or distributed without permission. Cognex disclaims responsibility for software reliability on non-Cognex equipment and provides no warranties regarding the software's merchantability or fitness for a particular purpose.

Hardware Requirements
Minimum requirements include an IBM-compatible Pentium computer with specific instruction sets, open PCI or PCI Express slots, USB ports, 4 GB memory, and a 1024 x 768 display. The software requires Microsoft .NET Framework 4.7.2 and supports Microsoft Visual Studio 2015 and 2017.

Operating Systems
VisionPro supports Windows 64-bit operating systems, including Windows 10 and Windows 10 IoT Enterprise, for both 2D and 3D vision tools.

Installation Procedures
1. Uninstall existing VisionPro software.
2. Install necessary vision hardware.
3. Attach cameras and I/O devices.
4. Install VisionPro software with administrator privileges.
5. Optionally install VisionPro Edit Control extension and Asian language documentation.
6. Install VisionPro Hardware Drivers.
7. Configure Gigabit Ethernet Network and Cognex Communication Card if applicable.

VisionPro Overview
VisionPro provides an interactive development environment for assembling tools, configuring acquisition and I/O, and deploying applications. It includes QuickBuild for application building, Communications Explorer for I/O hardware interface, and an Application Wizard for generating operator interfaces.

Advanced Development Capabilities
Developers can customize applications using QuickBuild, the Application Wizard, or by writing custom applications in C#, managed C++, or VB.NET.

Getting Started
VisionPro includes features like QuickBuild for job management, Communications Explorer for I/O configuration, and an Application Wizard for creating deployable systems.

Sample Jobs and Programs
VisionPro provides a variety of Visual Studio programming samples and QuickBuild sample jobs to demonstrate vision tasks.

Reference
VisionPro offers standard user interfaces such as QuickBuild Window, Job Editor, Tool Edit Control, and Communications Explorer.

For More Information
Documentation is accessible via QuickBuild or the Start menu.

VisionPro Utilities
Utilities include 3D HandEye Field Calibrator, A5000 Viewer, CAD Import Tool, Cognex Comm Card Configurator, and more, available through the Start menu.
See more

Catalog excerpts

VisionPro-1

VisionPro Quick Reference

 Open the catalog to page 1
VisionPro-2

Legal Notices Legal Notices The software described in this document is furnished under license, and may be used or copied only in accordance with the terms of such license and with the inclusion of the copyright notice shown on this page. Neither the software, this document, nor any copies thereof may be provided to, or otherwise made available to, anyone other than the licensee. Title to, and ownership of, this software remains with Cognex Corporation or its licensor. Cognex Corporation assumes no responsibility for the use or reliability of its software on equipment that is not supplied by...

 Open the catalog to page 2
VisionPro-3

VisionPro Hardware Requirements VisionPro Hardware Requirements Your computer must meet minimum requirements. Minimum Computer Requirements l IBM or compatible Pentium computer with MMX/SSE2 instruction set One open PCI slot if you are using a PCI-bus Cognex frame grabber or a GigE camera adapter One open PCI Express slot if you are using a PCI Express-bus frame grabber, Cognex Communication Card or GigE Vision network adapter One open USB port for the Cognex Security Key One USB3 port if you are using GenTL acquisition 4 GB memory, 2 GB free disk space prior to installation 1024 x 768 display...

 Open the catalog to page 3
VisionPro-4

Installing VisionPro Installing VisionPro 1. Uninstall any existing VisionPro software. Use the Add or Remove Programs feature of the Windows Control Panel to remove any of the following programs if they are present: Cognex VisionPro Cognex Drivers Cognex Japanese Documentation Cognex Software Licensing Center Restart your computer if prompted. 2. Turn off the computer and install the vision hardware necessary for your vision application. For non-Cognex hardware, follow the manufacturer’s installation instructions. 3. Attach the necessary cameras, I/O devices and Cognex Security Key and turn...

 Open the catalog to page 4
VisionPro-5

Installing VisionPro 5. (Optional) By default the installer launches a VisionPro Edit Control extension to populate the tool palette in Visual Studio with the latest VisionPro edit controls. The extension detects which versions of Visual Studio you have installed and will populate the tool palette for all installed versions by default: Be aware the extension does not support automated population of VisionPro edit controls with Visual Studio Express. 6. (Optional) Install the Asian language versions of the documentation. By default the VisionPro installation utility will not install Asian language...

 Open the catalog to page 5
VisionPro-6

Installing VisionPro 7. Install the VisionPro Hardware Drivers The Cognex Drivers utility will launch once the VisionPro software is installed: The Cognex Drivers utility will install the GigE Vision drivers and all the frame grabber drivers. You can, as an option, select Custom in the Setup Type dialog and pick the specific drivers you want installed. The drivers are Authenticode signed with a Cognex certificate. The installer might display a Windows Security warning for the Gige Vision driver from Pleora Technologies: You must click Install to use the correct GigE Vision drivers for best performance....

 Open the catalog to page 6
VisionPro-7

Installing VisionPro If you do not install any drivers during the initial software installation and want to install one or more drivers later, re-insert the installation media and double-click on setup.exe in the \drivers directory to launch the Cognex Drivers utility. Reboot the computer if prompted. If you install additional image acquisition hardware later, use the Windows Control Panel to select the Cognex Drivers software for repair and modifications. Configure the Gigabit Ethernet Network If you installed one or more GigE Vision network adapters, you must use the GigE Vision Configuration...

 Open the catalog to page 7
VisionPro-8

VisionPro Overview VisionPro Overview VisionPro provides an interactive development environment that you can use to assemble tools, configure acquisition and I/O, and deploy robust, high-performance applications with full-featured operator interfaces. VisionPro also provides a full-featured toolkit that you can program in .NET using C#, VB.NET or managed C++. VisionPro consists of a set of development tools: l QuickBuild is an interactive application builder that lets you define an application containing multiple Jobs. For each Job, you define and configure the image source (a Cognex frame grabber,...

 Open the catalog to page 8
VisionPro-9

Advanced Development Capabilities Advanced Development Capabilities In addition to using the Application Wizard to package your VisionPro application for deployment, you can also write a custom application around the configured Jobs, or you can create your entire application using C#, managed C++ or VB.NET directly with the underlying VisionPro components. The following are the three most common advanced development paths towards a customized, deployable application: l Interactive development with QuickBuild plus a customized Application Wizard-Generated Operator Interface Because the Application...

 Open the catalog to page 9
VisionPro-10

Getting Started Getting Started Your VisionPro installation includes several features to help you develop your vision application. Develop Your Application with QuickBuild QuickBuild is a rich interactive development environment that lets you create and manage multiple Jobs, each of which contains multiple tools and has the ability to run automatically whenever an image is available: Configure the Communications Explorer Once your job is working properly, use the Communications Explorer to configure the signals carried by your discrete I/O hardware and establish any TCP/IP links you need to exchange...

 Open the catalog to page 10
VisionPro-11

Getting Started Use the Application Wizard to Build a Deployable System After saving your complete QuickBuild application, including all Jobs and communications information, launch the VisionPro Application Wizard and create a deployable operator interface:

 Open the catalog to page 11
VisionPro-12

Sample Jobs and Programs Sample Jobs and Programs VisionPro installs a large set of Visual Studio programming samples for a variety of tools. Each sample solves a specific vision task, and were created using C# or VB.NET. The installation utility installs a set of programming samples, which are located by default in \Program Files\VisionPro\Samples\Programming. Likewise, QuickBuild includes a set of sample Jobs that demonstrate a variety of vision tasks, and can be accessed through the Navigation pane.

 Open the catalog to page 12

All Cognex catalogs and technical brochures

  1. MX-1502

    28  Pages

  2. MX-1000 Series

    22  Pages

  3. MX-1100

    23  Pages

  4. Cognex Designer

    18  Pages

  5. CVL

    23  Pages

  6. DataMan® 8050

    23  Pages

  7. DataMan® 8700

    23  Pages

*Prices are pre-tax. They exclude delivery charges and customs duties and do not include additional charges for installation or activation options. Prices are indicative only and may vary by country, with changes to the cost of raw materials and exchange rates.