© Copyright 1999-2018 Cognex Corporation. All rights reserved.
Revision: 5.6.00010000.5, 06/13/2018
This document describes the In-Sight Display Control for Microsoft® Windows®, including the following topics:
The In-Sight Display Control (CvsInSightDisplay) forms the heart of the Job View window in In-Sight Explorer and provides a display of images, graphics and spreadsheet data when connected to an In-Sight vision system. This control is packaged as both a .NET control that can be inserted onto a Microsoft Visual Studio C# .NET or VB.NET Windows Forms application and an ActiveX component that can be integrated into Visual Basic 6.0 or HMI/SCADA environments.
Note:
Visit the In-Sight Online Support Center to download the latest release notes and documentation, including localized versions.
In-Sight software has been tested on the following operating systems:
Although In-Sight Display Control may function on other operating systems, systems not meeting the preceding requirements have not been tested and are not supported.
In-Sight 5.6.0 software contains three firmware versions:
In-Sight vision systems that have older firmware versions might work properly; however, some features are unsupported with older firmware versions and are not fully tested. For optimal performance, update vision systems running older firmware to the most recent, supported firmware versions.
In-Sight software requires Microsoft .NET Framework 4.5. If the In-Sight software installer fails to detect Microsoft .NET Framework 4.5, it will attempt to download and install it.
The In-Sight Display Control is installed with the In-Sight Software and In-Sight SDK installers, and you must be logged on as a user with full administrative privileges in order install either.
In-Sight Display Control Sample Projects are installed to the following folder:
A shortcut on the Start Menu is available to open this location.
Refer to the In-Sight Display Control help file for a complete list of enhancements and other API changes in this release of the In-Sight Display Control.
| CR# | Issue |
|---|---|
| 15264 |
When building an In-Sight Display Control application on a 64-bit operating system, you must set your Platform Target to x86. If the Platform Target is set to Any CPU or x64, your application may crash with a FileNotFoundException or BadImageFormatException. Workaround: To configure your application for an x86 Target Platform in Visual Studio:
Note: Consult the In-Sight Display Control Help file for specific instructions for C# and VB.NET projects.
|
| 5771 |
If you have multiple versions of In-Sight Software installed, uninstalling one version may result in the following error message when attempting to use the Cognex In-Sight Display Control (CvsInSightDisplay) in a VB6, COM or ActiveX environment: Component 'CvsInSightDisplay.ocx' or one of its dependencies not correctly registered: a file is missing or invalid. Workaround: To correct the issue, open the Windows Control Panel, select the desired In-Sight Software installation and perform a Repair. Note: Only one version of the In-Sight Display Control can be registered for COM/ActiveX on your system at a time, and this is always the latest version installed. Although applications compiled using an older version of the In-Sight Display Control may seem to function with this version installed, their compatibility with this version is not guaranteed.
|
| 5319 |
When a PairDistance function is added to an Abs formula, as in either of the following examples, "Abs(B2)+PairDistance(C2,0,1)" or "PairDistance(C2,0,1)+Abs(B2)", the expression may cause the Property Sheet to open incorrectly. Workaround: The PairDistance function should be placed in its own cell and referenced by the other expression. |
| 5230 | If you add an OPC Tag from an In-Sight Display Control, the corresponding OPC Tag inside the In-Sight OPC Server must use the exact same upper and lower case characters. If the two names do not match exactly, a Configuration Error will result in the OPC Server. |
| 5093 | The Open and Save File dialogs (such as CTRL+O), when invoked from the In-Sight Display Control in a custom .NET or ActiveX environment, differ in behavior from the Open/Save File dialogs launched from In-Sight Explorer. Under the list of "In-Sight Sensors," In-Sight Explorer will list all In-Sight vision systems on the local subnet and any Explorer Host Table entries. When launched from an In-Sight Display control in a .NET or ActiveX environment, however, these same dialogs will show the list of all systems on the local subnet and In-Sight Host Table entries stored on the vision system to which the display is connected. |