- Added support for GenICam for Camera Link (CLProtocol). Requires third party CLProtocol communication DLL supplied by the camera vendor.

Size: px
Start display at page:

Download "- Added support for GenICam for Camera Link (CLProtocol). Requires third party CLProtocol communication DLL supplied by the camera vendor."

Transcription

1 Matrox Imaging Library (MIL) 9.0 Update 43 MilSolios.txt May 23, 2012 Copyright Matrox Electronic Systems Ltd., All rights reserved This document outlines what is new with MIL for Matrox Solios and explains the current limitations and particularities when using MIL with Matrox Solios. It also presents last minute information that did not make it into the manual or on-line help. Note that this text file serves to complement your manual. The information found in this file overrides the formally documented material. Contents 1. Matrox Solios with MIL. 1.1 What s new Differences between MIL 9.0 Update 43 and MIL 9.0 Update Differences between MIL 9.0 Update 5 and MIL 9.0 Update Differences between MIL 9.0 Update 4 and MIL Differences between MIL 9.0 and MIL 8.0 Update 16a Differences between MIL 8.0 Update 16a and MIL 8.0 Update Differences between MIL 8.0 Update 16 and MIL 8.0 Update Differences between MIL 8.0 Update 8 and MIL 8.0 Update Differences between MIL 8.0 Update 5 and MIL Limitations and particularities 1. Matrox Solios with MIL. 1.1 What s new Differences between MIL 9.0 Update 43 and MIL 9.0 Update 5. - Updated the MilConfig tool to support selection for the amount of memory mapped on-board the Solios. This is useful to reduce the amount of memory mapped on the PCI/PCIe bus. The unmapped memory is still available for acquisition. - Added support for GenICam for Camera Link (CLProtocol). Requires third party CLProtocol communication DLL supplied by the camera vendor. - Updated the Intellicam tool to support a Feature Browser for Camera-Link. - Updated the MilConfig tool to support GenICam for Camera Link default parameters. - Added clprotocol.cpp board specific example. Demonstrates the use of GenICam for Camera Link CLProtocol. Enables the use of MdigControlFeature() and MdigInquireFeature() to control camera features (parameters) as well as the feature browser dialog window. - Added support for MdigControlFeature() and MdigInquireFeature(). See MIL documentation for details. - Added support for the new Solios ev-cl with MDR26 Camera Link connectors (SOL2MEVCLBL* and SOL2MEVCLFL*). - Fixed error: "Error MdigProcess(): the command was aborted." This error could have occurred after calling MdigProcess and M_STOP without M_WAIT. - Fixed a glitch that could have occurred when timers were used in continuous mode. - Updated the analog firmware to fix an acquisition problem. - Additions to MdigControl() - M_GC_CLPROTOCOL: Controls the activation of GenICam for Camera Link CLProtocol. M_ENABLE: Enables GenICam for Camera Link (CLProtocol). A Device ID template must be specified prior to enabling CLProtocol. See M_GC_CLPROTOCOL_DEVICEID. - M_GC_CLPROTOCOL_DEVICEID: Specifies the GenICam for Camera Link (CLProtocol) device ID template, which must match the camera connected to the Solios card. The installed device IDs can be inquired by calling MdigInquire() with M_GC_CLPROTOCOL_DEVICEID+n. See clprotocol board-specific example for more details. A MIL_TEXT_PTR string representing the GenICam for Camera Link (CLProtocol) device ID template. - M_GC_FEATURE_BROWSER: Opens the device feature browser dialog from a MIL console

2 application. Supported control values are: - M_DEFAULT: Opens the feature browser dialog. The calling thread is blocked. - M_OPEN+M_SYNCHRONOUS: same as M_DEFAULT. - M_OPEN+M_ASYNCHRONOUS: Opens the feature browser dialog. The calling thread returns as soon as the feature browser is created. - M_CLOSE: Closes the feature browser dialog. - Additions to MdigInquire() - M_GC_CLPROTOCOL: Returns information regarding activation of GenICam for Camera Link CLProtocol. M_ENABLE: GenICam for Camera Link CLProtocol is active. M_DISABLE: GenICam for Camera Link CLProtocol is not active. - M_GC_CLPROTOCOL_DEVICEID_NUM: Returns a MIL_INT, representing the number of installed GenICam for Camera Link device ID templates. - M_GC_CLPROTOCOL_DEVICEID_SIZE_MAX: Returns a MIL_INT, representing the maximum string length required to store the device ID templates. - M_GC_CLPROTOCOL_DEVICEID+n: Returns a MIL_TEXT_PTR string, representing the nth GenICam for Camera Link device ID template installed Differences between MIL 9.0 Update 5 and MIL 9.0 Update 4. - Additions to MsysInquire(): - M_FIRMWARE_BUILDDATE: Returns the date when the grab firmware was built. - M_FIRMWARE_REVISION_GRAB: Returns the revision number of the grab firmware. - M_FIRMWARE_BUILDDATE_PROCESSING: Returns the date when the processing firmware was built. - M_FIRMWARE_REVISION_PROCESSING: Returns the revision number of the processing firmware. - Additions to MdigControl() and MdigInquire(): - M_CAMERA_POWER: Controls the power sent to PoCL (Power over Camera-Link) cameras. M_ON Enable PoCL mechanism. M_OFF Disable PoCL mechanism. M_DEFAULT Same as M_ON. - Added a setting in MilConfig->Boards->Solios to control the amount of on-board physical memory visible on the PCI bus. - Improved speed when calculating Bayer white balance coefficients on the Matrox Solios ev/em-clb. - Improved transfer speed of color images to an M_PLANAR host destination with the Matrox Solios ev/em-clb. - Added support of host M_RGB24 planar buffers when grabbing from a Bayer camera on the Matrox Solios ev/em-clb. - Added support for 6 taps 8-bit acquisition modes. - Added support for 4 taps 8-bit time multiplex cameras. - Various bug fixes - Fixed issue where MdigControl commands could have been executed immediately instead of being queued (REF: ). - Fixed MdigGetHookInfo state for user bits. M_ON is always returned since it is the only possible value (REF: ). - Fixed memory leak with MdigLut() (REF: ). - Fixed Bayer support when grabbing in RGB24 packed host buffers (REF: ). - Added more detailed error messages when setting invalid exposure values (REF: ).

3 - Fixed issue when grabbing simultaneously from 2 independent acquisition paths. Using MdigFree on one of the paths could Have affected the other path (REF: ). - Updated firmwares: - Matrox Solios ev-clb - Firmware file name: Soliosclem.firmware. - Updated to build id: A90D0C0B, Snap version: 4_94. - Improved performance of DMA operations. - Fixed issues with hardware Bayer when grabbing at high bandwidth. - Fixed issues when grabbing from multi-tap Bayer cameras. - Added support of 3 DMA contexts to support RGB planar buffers. - Matrox Solios ev-clf - Firmware file name: Soliosclemf.firmware. - Updated to BuildId: A90A0C0F, Snap version: 4_94. - Improved performance of DMA operations Differences between MIL 9.0 Update 4 and MIL Added support of Matrox Solios em-cl and Matrox Solios ev-cl: - Matrox Solios ev-clb and Matrox Solios em-clb supports automatic Bayer conversion when grabbing from a camera that has a Bayer color filter (as specified by the DCF). To make use of this feature, use MdigControl() with M_BAYER_CONVERSION enabled. During conversion, the image can be white balanced if white balancing is enabled using MdigControl() with M_WHITE_BALANCE. The white balance coefficients can be set explicitly using MdigControl() with M_BAYER_COEFFICIENTS_ID or calculated automatically using MdigControl() with M_WHITE_BALANCE set to M_CALCULATE. The M_BAYER_... control types can only be used when grabbing from a camera that has a Bayer color filter (as specified by the DCF), otherwise an error will be generated. - Reduced internal non-paged memory utilization Differences between MIL 9.0 and MIL 8.0 Update Support for MIL 9. - MbufCopy(): - The DMA transfer line count is not limited to 4095 lines anymore Differences between MIL 8.0 Update 16a and MIL 8.0 Update Intellicam fix for pinout description of aux. I/O on Matrox Solios ecl-b/xcl-b Differences between MIL 8.0 Update 16 and MIL 8.0 Update 8. - Support of Matrox Solios ecl/xcl-b (single-base Camera Link ). - Support of Matrox Solios ecl/xcl-f (single-full Camera Link ) Differences between MIL 8.0 Update 8 and MIL 8.0 Update 5. - Improved firmware update support Differences between MIL 8.0 Update 5 and MIL Silent redistribution of driver update is now functional. - Implemented a cleaner recovery mechanism for FLASH configuration corruption that can occur on 66MHz Camera Link boards. - Added M_GRAB_EXPOSURE_TRIGGER_MISSED parameter to MdigInquire() and MdigGetHookInfo() functions. - Added M_TRIGGER_FOR_FIRST_GRAB parameter to MdigProcess(). - Support for exposure clock source coming from AUX_IN.

4 - Support for all rotary encoder modes. - Ability to inquire of the rotary encoder count on grab line. - Support for reversing grab direction (MdigControl/MdigInquire with M_GRAB_DIRECTION_X and M_GRAB_DIRECTION_Y). - Added capture-ignore mode (when enabled in the DCF). - Support for 85Mhz Camera Link acquisition speed. - Support for serial communication at up to 230Kbaud (with XCL version 1xx, ecl version 0xx and up). - Support for 10-bit RGB acquisition. - Bug fixes and other improvements: - Changing the configuration of an 85 MHz Camera Link board from dual-base to single-medium will no longer drop the maximum acquisition speed to 66 MHz. - Fixed a system crash (BSOD) that occurs when a target unit is set to null. - Removed a possible deadlock condition in the MdigProcess() function. - Increased the minimum grab timeout value from 1 to 5 seconds. - Fixed various software trigger issues. - Improved CC (camera control) bit behavior for Camera Link boards. - Fixed setting of the external I/O pins according to DCF. - Fixed a system crash (BSOD) that occurs when using a queued MdigLut() function. - Fixed data corruption with frame sizes bigger then 8K lines. - Fixed a dispatching problem with some MdigControl() calls. - Improved Timer settings and control, and fixed a Timer 2 programming error. - Fixed a problem with MdigFree() in a multi-digitizer configuration. - Fixed a system crash (BSOD) when no internal grab buffer is used. - Fixed an issue causing frame scan acquisition to lose sync. - Fixed a system crash (BSOD) that occurs when a halt command is called with no continuous grab started. - Fixed an issue in ThrControl() with M_TIMEOUT and MthrWait() (event and thread) functions. - Fixed a General Protection Fault (GPF) that occurs with a hook operation when an unhook operation occurs at the same time as a hook command is called. - Removed latency in MbufFree(). - Fixed a potential problem with buffer allocation and a minor issue with MbufInquire(). - Fixed an inquire value for SCAN_MODE. - Fixed a problem with slow scan cameras (for example, acquisition below 12 MHz). - Removed a false error generated in Trigger source and Exposure source.

5 - Fixed an issue with configuration bits when switching from Camera Link dual-base to Medium or vice-versa. - Fixed a timeout problem with acquisition in trigger mode. 1.2 Limitations and particularities. - If used in conjunction with a MIL GigE Vision system, MIL 9 Update 43 requires MIL 9 Update 52 (or later MIL 9 update) for GigE Vision. MIL 9 Update 43 cannot be used with MIL 9 Update 34 (or earlier MIL 9 support) for GigE Vision. - Processing FPGA - The Solios ea/xa's processing FPGA option is no longer supported. - MdigGrab(): When grabbing in on-board buffers, the following limitations apply: - The buffer Size X and Y must match the limitations set in the DCF. - The buffer type must match the limitations set in the DCF. When grabbing with a 10- or 12-bit camera in an on-board 8-bit buffer, some image data might be missing or improperly shifted depending on the DCF tap configuration. - MdigAlloc(): The mode of Matrox Solios ecl/xcl can be changed through MILConfig (Solios tab) from its factory-default setting of single-medium to dual-base. Follow all on-screen procedures. Once changed, the PC must be shut-down and then turned back on (perform a cold-boot) for changes to take effect. Note that simply restarting your computer (using the Start Shut Down Windows Restart command) will not allow the changes to take affect. If you change the mode of Matrox Solios, make certain you also change your DCF. Using the wrong DCF when performing a digitizer allocation (using MdigAlloc()) will result in an error. - MdigChannel(): - Changing the synchronization channel with M_CHn+M_SYNC is not yet supported.

- Added support for GenICam for Camera Link (CLProtocol). Requires third party CLProtocol communication DLL supplied by the camera vendor.

- Added support for GenICam for Camera Link (CLProtocol). Requires third party CLProtocol communication DLL supplied by the camera vendor. ------------------------------------------------------------------------------- Matrox Imaging Library (MIL) 9 Update 50 Release Notes (MilRadient) January 2013 (c) Copyright Matrox Electronic Systems

More information

This document outlines what is new with MIL s USB3 Vision system and explains the current limitations and particularities.

This document outlines what is new with MIL s USB3 Vision system and explains the current limitations and particularities. Matrox Imaging Library (MIL) 10.0 Update 30 Release Notes (MIL s USB3 Vision system) September, 2016 (c) Copyright Matrox Electronic Systems Ltd., 1992-2016. This document outlines what is new with MIL

More information

------------------------------------------------------------------------------- Matrox Imaging Library (MIL) 10 Update 6 Release Notes (MilOrionHD) March 2013 (c) Copyright Matrox Electronic Systems Ltd.,

More information

------------------------------------------------------------------------------- Matrox Imaging Library (MIL) 10 Update 57 Release Notes (MilOrionHD) January 2017 (c) Copyright Matrox Electronic Systems

More information

Matrox Solios ev. Installation and Hardware Reference. Manual no. Y

Matrox Solios ev. Installation and Hardware Reference. Manual no. Y Matrox Solios ev Installation and Hardware Reference Manual no. Y11113-101-0203 January 3, 2013 Matrox is a registered trademark of Matrox Electronic Systems Ltd. Microsoft and Windows, are registered

More information

-------------------------------------------------------------------------------- Matrox Imaging Library (9.0) Update 19 Mil1394.txt Readme File February 9, 2011 Copyright Matrox Electronic Systems Ltd.,

More information

Matrox Solios. Installation and Hardware Reference. Manual no. Y

Matrox Solios. Installation and Hardware Reference. Manual no. Y Matrox Solios Installation and Hardware Reference Manual no. Y10898-101-0500 November 15, 2013 Matrox is a registered trademark of Matrox Electronic Systems Ltd. Microsoft and Windows, are registered trademarks

More information

Video capture using GigE Vision with MIL. What is GigE Vision

Video capture using GigE Vision with MIL. What is GigE Vision What is GigE Vision GigE Vision is fundamentally a standard for transmitting video from a camera (see Figure 1) or similar device over Ethernet and is primarily intended for industrial imaging applications.

More information

Matrox Orion. Installation and Hardware Reference. Manual no

Matrox Orion. Installation and Hardware Reference. Manual no Matrox Orion Installation and Hardware Reference Manual no. 10704-101-0200 May 9, 2000 Matrox is a registered trademark of Matrox Electronic Systems Ltd. Microsoft, Windows, and Windows NT are registered

More information

INTERNAL USE ONLY (Set it to white if you do not need it)

INTERNAL USE ONLY (Set it to white if you do not need it) APPLICATION NOTE Interfacing Basler GigE and USB3 Vision Cameras with Matrox Imaging Library (MIL) Applicable to Vision Interface Standard cameras and Windows operating systems only Document Number: AW000648

More information

Matrox Radient ev-cl. Feature-packed high-performance Camera Link frame grabber. Feature-packed Camera Link frame grabber.

Matrox Radient ev-cl. Feature-packed high-performance Camera Link frame grabber. Feature-packed Camera Link frame grabber. Matrox Radient ev-cl Feature-packed high-performance Camera Link frame grabber Benefits Support the most high-performance Camera Link cameras with available support for Full and 80-bit mode at up to 85

More information

Matrox 4Sight X. Complete embedded system for image capture, processing, display and I/O. Industrial imaging platform.

Matrox 4Sight X. Complete embedded system for image capture, processing, display and I/O. Industrial imaging platform. Matrox 4Sight X Complete embedded system for image capture, processing, display and I/O Key features embedded Intel Celeron M or Core 2 Duo CPU small footprint and rugged construction native GigE Vision

More information

microenable 5 VF8-PoCL

microenable 5 VF8-PoCL microenable 5 VF8-PoCL Getting Started Imprint Silicon Software GmbH Steubenstraße 46 68163 Mannheim, Germany Tel.: +49 (0) 621 789507 0 Fax: +49 (0) 621 789507 10 Copyright 2013 Silicon Software GmbH.

More information

For more information and what's new in processing, display, drivers, Linux, ActiveMIL, and all MIL 9 updates, consult their respective readme files.

For more information and what's new in processing, display, drivers, Linux, ActiveMIL, and all MIL 9 updates, consult their respective readme files. Matrox Imaging Library (MIL) 9.0 Update 58. Release Notes (Whatsnew) September 2012 (c) Copyright Matrox Electronic Systems Ltd., 1992-2012. For more information and what's new in processing, display,

More information

This document outlines what is new with MIL display module.

This document outlines what is new with MIL display module. Matrox Imaging Library (MIL) 9.0 mildisplay.txt October 6, 2009 Copyright Matrox Electronic Systems Ltd., 1992-2009. All rights reserved. This document outlines what is new with MIL display module. It

More information

PicPort -X-CL PicPort -X-CL-PMC PicPort -Express-CL

PicPort -X-CL PicPort -X-CL-PMC PicPort -Express-CL PIONEERS IN IMAGE ACQUISITION PicPort -X-CL PicPort -X-CL-PMC PicPort -Express-CL Frame grabber for PCI-Express bus 1 or 4 or PCI/PCI-X Bus as standard board or PMC module Camera Link cameras Up to 2 base

More information

Runtime Software Version 5.5.1

Runtime Software Version 5.5.1 Runtime Software Version 5.5.1 Release Notes This document provides the release notes for the Silicon Software runtime software version 5.5.1 for Windows and Linux. In the following sections, new features,

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-usedpre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

Matrox Meteor-II /Multi-Channel

Matrox Meteor-II /Multi-Channel Matrox Meteor-II /Multi-Channel Installation and Hardware Reference Manual no. 10761-101-0200 October 14, 2003 ox Meteor-II /Digital Matrox is a registered trademark of Matrox Electronic Systems Ltd. Microsoft,

More information

X64 Xcelera-CL PX4 User's Manual Edition 1.10 Part number OC-X4CM-PUSR0

X64 Xcelera-CL PX4 User's Manual Edition 1.10 Part number OC-X4CM-PUSR0 DALSA 7075 Place Robert-Joncas, Suite 142 St-Laurent, Quebec, H4M 2Z2 Canada http://www.imaging.com X64 Xcelera-CL PX4 User's Manual Edition 1.10 Part number OC-X4CM-PUSR0 *OC-X4CM-PUSR0* NOTICE 2007 DALSA

More information

APPLICATION NOTE Compatibility of Basler Cameras with Third-Party Software Libraries

APPLICATION NOTE Compatibility of Basler Cameras with Third-Party Software Libraries APPLICATION NOTE Compatibility of Basler Cameras with Third-Party Software Libraries Applicable to Basler GigE Vision, USB3 Vision, Camera Link and IEEE 1394 cameras Document Number: AW001186 Version:

More information

Release Notes MultiCam Release Notes. MultiCam June 22, 2007

Release Notes MultiCam Release Notes. MultiCam June 22, 2007 Release Notes MultiCam 6.0.0.1 Release Notes MultiCam 6.0.0.1 June 22, 2007 WARNING EURESYS S.A. shall retain all rights, title and interest in the hardware or the software, documentation and trademarks

More information

Application Note. Grabbing to a Host Buffer with Matrox Genesis-LC

Application Note. Grabbing to a Host Buffer with Matrox Genesis-LC Application Note Grabbing to a Host Buffer with Matrox Genesis-LC June 12, 1998 Grabbing to a Host buffer When grabbing to a Host buffer, Matrox Genesis-LC uses off-screen frame buffer memory (that is,

More information

X64-LVDS User's Manual Part number OC-64LM-USER0 Edition 1.22

X64-LVDS User's Manual Part number OC-64LM-USER0 Edition 1.22 DALSA Montreal 7075 Place Robert-Joncas, Suite 142 St-Laurent, Quebec, H4M 2Z2 Canada http://www.imaging.com/ X64-LVDS User's Manual Part number OC-64LM-USER0 Edition 1.22 *OC-64LM-USER0* NOTICE 2001-2007

More information

microenable IV VD1-CL Product Profile of microenable IV VD1-CL Datasheet microenable IV VD1-CL

microenable IV VD1-CL Product Profile of microenable IV VD1-CL Datasheet microenable IV VD1-CL i Product Profile of Scalable, intelligent image processing board for applications with high data input All formats of Camera Link standard Suitable for high data input despite of PCIe x1 Intelligent programming

More information

AcquisitionApplets. User Documentation. Acq_SingleFullAreaBayer for microenable 5 marathon/lightbridge VCL

AcquisitionApplets. User Documentation. Acq_SingleFullAreaBayer for microenable 5 marathon/lightbridge VCL AcquisitionApplets User Documentation Acq_SingleFullAreaBayer for microenable 5 marathon/lightbridge VCL AcquisitionApplets User Documentation Acq_SingleFullAreaBayer for microenable 5 marathon/lightbridge

More information

AcquisitionApplets. User Documentation. Acq_DualBaseAreaRGB for microenable 5 marathon/lightbridge VCL

AcquisitionApplets. User Documentation. Acq_DualBaseAreaRGB for microenable 5 marathon/lightbridge VCL AcquisitionApplets User Documentation Acq_DualBaseAreaRGB for microenable 5 marathon/lightbridge VCL AcquisitionApplets User Documentation Acq_DualBaseAreaRGB for microenable 5 marathon/lightbridge VCL

More information

/14/14 Fixed an issue with tm_waitnextframe when setting an exposure greater than 5 seconds.

/14/14 Fixed an issue with tm_waitnextframe when setting an exposure greater than 5 seconds. Hamamatsu Video Capture Library for LabVIEW Release Notes 3.4.14 12/16/15 Added new VIs o tm_writemetadata o tm_readmetadata o tm_getframe_wview o tm_setarea_wview o tm_masterpulse Added new sample VIs

More information

iport PT1000-LV Hardware Guide Rev

iport PT1000-LV Hardware Guide Rev iport PT1000-LV Hardware Guide These products are not intended for use in life support appliances, devices, or systems where malfunction of these products can reasonably be expected to result in personal

More information

GigE Vision Cameras. Key Features. Dimension (Unit : mm) Pin map (H/W Rev 2.0 이상 ) LED Indicator. back Pannel. Download (File name)

GigE Vision Cameras. Key Features. Dimension (Unit : mm) Pin map (H/W Rev 2.0 이상 ) LED Indicator. back Pannel. Download (File name) GigE Vision Cameras Key Features (Unit : mm) Mini-size CCD / CMOS GigE camera Camera standard - GenICam, GigE Vision Trigger input range : +3.3V~24V(Photo coupler) PoE 지원 (2Tap 모델제외 ) Pin map (H/W Rev

More information

GRABLINKTM GRABLINK GRABLINK GRABLINK. Avenue TM. Value TM. Express TM. Affordable Base Camera Link Image Acquisition Boards

GRABLINKTM GRABLINK GRABLINK GRABLINK. Avenue TM. Value TM. Express TM. Affordable Base Camera Link Image Acquisition Boards TM Value TM Avenue TM Express TM Affordable Base Camera Link Image Acquisition Boards Value TM Avenue TM Express TM www.euresys.com info@euresys.com Copyright 2013 Euresys s.a. Belgium. Euresys is a registred

More information

Matrox Meteor-II /Camera Link

Matrox Meteor-II /Camera Link Matrox Meteor-II /Camera Link Installation and Hardware Reference Manual no. 10760-101-0200 June 5, 2002 Matrox is a registered trademark of Matrox Electronic Systems Ltd. Microsoft, Windows, and Windows

More information

Copyright Matrox Electronic Systems Ltd., All rights reserved.

Copyright Matrox Electronic Systems Ltd., All rights reserved. Matrox is a registered trademark of Matrox Electronic Systems Ltd. DOS/4GW is a trademark of Tenberry Software, Inc. Microsoft, MS-DOS, Windows, and Windows NT are registered trademarks of Microsoft Corporation.

More information

microenable 5 marathon ACL Product Profile of microenable 5 marathon ACL Datasheet microenable 5 marathon ACL

microenable 5 marathon ACL Product Profile of microenable 5 marathon ACL Datasheet microenable 5 marathon ACL i Product Profile of Scalable, intelligent high performance frame grabber for highest requirements on image acquisition and preprocessing by robust industrial MV standards All formats of Camera Link standard

More information

Release Notes MultiCam 6.2. Release Notes. MultiCam 6.2. Release February 19, 2008

Release Notes MultiCam 6.2. Release Notes. MultiCam 6.2. Release February 19, 2008 Release Notes MultiCam 6.2 Release Notes MultiCam 6.2 Release 6.2.0.20 February 19, 2008 DISCLAIMER EURESYS s.a. shall retain all property rights, title and interest of the documentation of the hardware

More information

Basler. CMOSIS models with Camera Link and up to 340 fps

Basler. CMOSIS models with Camera Link and up to 340 fps Basler Area Scan Cameras CMOSIS models with Camera Link and up to 340 fps Ground-breaking price starting at 299 euros Gigabit Ethernet interface with PoE Camera Link interface for high throughput with

More information

Technical Resource. Genie Nano Camera Configuration

Technical Resource. Genie Nano Camera Configuration Technical Resource Genie Nano Camera Configuration Teledyne DALSA Incorporated Industrial Products Copyright 2016 Teledyne DALSA, Inc. http://www.teledynedalsa.com/visionsystems Genie Nano Configuration

More information

Aegis Electronic Group

Aegis Electronic Group Basler ace Area Scan Cameras Ground-breaking price on all interfaces USB 3.0 easiest way for plug and play Gigabit Ethernet interface with PoE Camera Link interface with PoCL Broad sensor selection: CCD,

More information

Select Your Sensor. Select Your Interface. Get The Perfect Fit

Select Your Sensor. Select Your Interface. Get The Perfect Fit THE IMAGE YOU WANT, THE WAY YOU WANT PicSight marks an all new approach for industrial cameras. You take control! Choose your very own industrial camera to match your needs. Pick your image characteristics

More information

NI PCIe Hardware Overview. Functional Overview USER MANUAL. Base, Medium, Full, and Extended Configuration Camera Link Frame Grabber

NI PCIe Hardware Overview. Functional Overview USER MANUAL. Base, Medium, Full, and Extended Configuration Camera Link Frame Grabber USER MANUAL NI PCIe-1477 Base, Medium, Full, and Extended Configuration Camera Link Frame Grabber The NI PCIe-1477 is an image acquisition device with a PCIe 2.0 x8 host interface. It has a user-configurable

More information

RETIRED PRODUCT. Matrox Corona

RETIRED PRODUCT. Matrox Corona Matrox Corona Color/monochrome PCI frame grabber with simultaneous real-time capture to integrated display and transfer to system memory. Matrox Corona True-color solution Matrox Corona is a single-slot

More information

Architecture Specification

Architecture Specification PCI-to-PCI Bridge Architecture Specification, Revision 1.2 June 9, 2003 PCI-to-PCI Bridge Architecture Specification Revision 1.1 December 18, 1998 Revision History REVISION ISSUE DATE COMMENTS 1.0 04/05/94

More information

Using USB3 Vision Cameras with National Instruments' Vision Acquisition Software

Using USB3 Vision Cameras with National Instruments' Vision Acquisition Software Using USB3 Vision Cameras with National Instruments' Vision Acquisition Revised Applicable Products 2 Application Note Description 2 Preparing for Use 2 Understanding USB3 Vision 3 Installation and Configuration

More information

Release Notes. Please refer to the Intel RealSense 3D Camera Software License.rtf for license terms and conditions.

Release Notes. Please refer to the Intel RealSense 3D Camera Software License.rtf for license terms and conditions. Release Notes Intel RealSense Depth Camera Manager (DCM) 1.4 HF2 This release notes covers Release 1.4 HF2 of Intel RealSense Depth Camera Manager F200 These are for use with Intel RealSense F200 Camera.

More information

Basler. CMOSIS models with Camera Link and up to 340 fps

Basler. CMOSIS models with Camera Link and up to 340 fps Basler Area Scan Cameras CMOSIS models with Camera Link and up to 340 fps Ground-breaking price starting at 299 euros Gigabit Ethernet interface with PoE Camera Link interface for high throughput with

More information

Matrox Imaging White Paper

Matrox Imaging White Paper Reliable high bandwidth video capture with Matrox Radient Abstract The constant drive for greater analysis resolution and higher system throughput results in the design of vision systems with multiple

More information

Coyote. Software Guide

Coyote. Software Guide Coyote Software Guide Simply connect Version 2.4 These products are not intended for use in life support appliances, devices, or systems where malfunction of these products can reasonably be expected

More information

Echo Digital Audio Corporation Echo Indigo Echo Indigo io Echo Indigo dj Windows driver version 7.2

Echo Digital Audio Corporation Echo Indigo Echo Indigo io Echo Indigo dj Windows driver version 7.2 Echo Digital Audio Corporation Echo Indigo Echo Indigo io Echo Indigo dj Windows driver version 7.2 Table of Contents DISCLAIMER... 2 INTRODUCTION... 2 NEW FEATURES... 3 FIXES... 3 KNOWN ISSUES... 3 WINDOWS

More information

Release Notes MultiCam 6.1. Release Notes. MultiCam 6.1. Release August 13, 2007

Release Notes MultiCam 6.1. Release Notes. MultiCam 6.1. Release August 13, 2007 Release Notes MultiCam 6.1 Release Notes MultiCam 6.1 Release 6.1.0.6 August 13, 2007 DISCLAIMER EURESYS s.a. shall retain all property rights, title and interest of the documentation of the hardware and

More information

PCIe-20AO8C500K. 20-Bit 8-Output 500KSPS Precision Wideband. PCI Express Short-Card Analog Output Module

PCIe-20AO8C500K. 20-Bit 8-Output 500KSPS Precision Wideband. PCI Express Short-Card Analog Output Module PCIe-20AO8C500K 20-Bit 8-Output 500KSPS Precision Wideband PCI Express Short-Card Analog Output Module Features Include: Eight Single-ended or 3-Wire Differential 20-Bit analog output channels. Simultaneous

More information

X64 Xcelera-CL PX4 User's Manual Edition 2.20

X64 Xcelera-CL PX4 User's Manual Edition 2.20 X64 Xcelera-CL PX4 User's Manual Edition 2.20 sensors cameras frame grabbers processors software vision solutions P/N: OC-X4CM-PUSR0 www.teledynedalsa.com NOTICE 2014 Teledyne DALSA Corp. All rights reserved.

More information

GigE Area Scan Camera

GigE Area Scan Camera GigE Area Scan Camera Quick Start Guide V1.0.0 ZHEJIANG DAHUA TECHNOLOGY CO.LDT Overview Abstract This manual described GigE Area Scan Camera, including product introduction, Structure, basic parameters

More information

Komodo 10GiGE Vision Frame Grabber

Komodo 10GiGE Vision Frame Grabber Premium Vision Solutions Key Features: Up to 8 x10gbps GiGE Vision links support PCIe Gen3 x8 Half-length card Up to 144 Gb image buffer Multi-stream support Camera controls and triggers Up to 8 re-transmit

More information

Matrox Odyssey ecl/xcl

Matrox Odyssey ecl/xcl Vision processors Matrox Odyssey eclxcl Leading-edge vision processor board. Evolutionary architecture with leading-edge performance Matrox Odyssey eclxcl is a fourth generation vision processor board

More information

Basler aviator AREA SCAN CAMERAS

Basler aviator AREA SCAN CAMERAS Basler aviator AREA SCAN CAMERAS 1 to 4 megapixels and up to 120 fps Brilliant CCD color with 12 bit image quality High speed thanks to four tap sensor technology Outstanding performance OVERVIEW Fast

More information

LB5900 Series Sensor Unattended Operation Guide

LB5900 Series Sensor Unattended Operation Guide LB5900 Series Sensor Unattended Operation Guide LadyBug LB5900 series sensors with option UOP, (Unattended & Autonomous Operation), are capable of fully independent operation. The self-contained, highly

More information

Preliminary. Datasheet. UNIIQA+ CameraLink Color CMOS Color Linescan Camera. Features. Description. Applications

Preliminary. Datasheet. UNIIQA+ CameraLink Color CMOS Color Linescan Camera. Features. Description. Applications Datasheet Preliminary Features CMOS Monochrome and Mono-Line Sensors: o 4096 pixels, 5x5µm o 2048, pixels, 10x10µm Interface : (Base or dual Base) Line Rate : o Up to 40 kl/s for the Essential models o

More information

Release Notes for MultiCam 6.9.8

Release Notes for MultiCam 6.9.8 Release Notes for MultiCam 6.9.8 June 10, 2016 EURESYS s.a. shall retain all property rights, title and interest of the documentation of the hardware and the software, and of the trademarks of EURESYS

More information

XMC-16AI32SSC1M. 32-Channel, Differential, 16-Bit Simultaneous Sampling XMC Analog Input Board

XMC-16AI32SSC1M. 32-Channel, Differential, 16-Bit Simultaneous Sampling XMC Analog Input Board 32-Channel, Differential, 16-Bit Simultaneous Sampling XMC Analog Input Board With 1.0MSPS Sample Rate per Channel, Time-tagging and Low-latency access 32 Differential analog inputs with dedicated 1.0MSPS

More information

AcquisitionApplets. User Documentation. Acq_SingleCLHSx2AreaRAW for microenable 5 marathon AF2

AcquisitionApplets. User Documentation. Acq_SingleCLHSx2AreaRAW for microenable 5 marathon AF2 AcquisitionApplets User Documentation Acq_SingleCLHSx2AreaRAW for microenable 5 marathon AF2 AcquisitionApplets User Documentation Acq_SingleCLHSx2AreaRAW for microenable 5 marathon AF2 Applet Characteristics

More information

X64 Xcelera-CL PX4 User's Manual Edition 2.00 Part number OC-X4CM-PUSR0

X64 Xcelera-CL PX4 User's Manual Edition 2.00 Part number OC-X4CM-PUSR0 Teledyne Dalsa 7075 Place Robert-Joncas, Suite 142 St-Laurent, Quebec, H4M 2Z2 Canada www.teledynedalsa.com X64 Xcelera-CL PX4 User's Manual Edition 2.00 Part number OC-X4CM-PUSR0 *OC-X4CM-PUSR0* NOTICE

More information

Genesis. Matrox. High-performance imaging with speeds of up to 100 billion operations per second (BOPs).

Genesis. Matrox. High-performance imaging with speeds of up to 100 billion operations per second (BOPs). Matrox Genesis High-performance imaging with speeds of up to 100 billion operations per second (BOPs). Main Board long PCI board integrating acquisition, processing and display Grab Module acquires from

More information

NI-IMAQ VI Reference Help

NI-IMAQ VI Reference Help NI-IMAQ VI Reference Help June 2008, 370162K-01 The NI-IMAQ VI Reference Help is for NI-IMAQ driver software users. The NI-IMAQ VI Library, a series of virtual instruments (VIs) for using LabVIEW with

More information

INTERNAL USE ONLY (Set it to white if you do not need it)

INTERNAL USE ONLY (Set it to white if you do not need it) APPLICATION NOTE Comparison of Basler BCON and Camera Link Interfaces Applicable to Basler dart BCON cameras only Document Number: AW001394 Version: 01 Language: 000 (English) Release Date: 09 September

More information

Getting Started with the BitFlow SDK 5.90

Getting Started with the BitFlow SDK 5.90 Getting Started with the BitFlow SDK 5.90 Contents General Information 2 Installing the SDK 3 Initial System Tests 5 Uninstalling Previous Versions of the SDK 8 Installed components 9 Firmware Updates

More information

Basler. CMOSIS models with Camera Link and up to 340 fps

Basler. CMOSIS models with Camera Link and up to 340 fps Basler Area Scan Cameras CMOSIS models with Camera Link and up to 340 fps Ground-breaking price starting at 299 euros Gigabit Ethernet interface with PoE Camera Link interface for high throughput with

More information

Release Notes for MultiCam September 9, 2013

Release Notes for MultiCam September 9, 2013 Release Notes for MultiCam 6.8.1 September 9, 2013 EURESYS s.a. shall retain all property rights, title and interest of the documentation of the hardware and the software, and of the trademarks of EURESYS

More information

What s new in Inspector SCA & FI software update May 2017

What s new in Inspector SCA & FI software update May 2017 What s new in Inspector 4.12 SCA & FI software update May 2017 Contents Page 3 What s new in 4.12? Inspector Generic Windows 10 & Java 8 Save Log & Out windows Lecroy 8000 series Improvements and fixes

More information

Picturall Media Servers Changelog

Picturall Media Servers Changelog Picturall series Picturall Media Servers Changelog Picturall Media Servers Changelog Known problems Known issues General Various operations may slow down significantly while the GUI is transferring large

More information

TDT 1.2 Release Notes and FAQ March 2002

TDT 1.2 Release Notes and FAQ March 2002 TDT 1.2 Release Notes and FAQ March 2002 This document gives additional information about the use of the ARM Trace Debug Tools TDT 1.2 (build 1031) For more information, please see the Trace Debug Tools

More information

Base, Medium, Full, and Extended Configuration Camera Link Frame Grabber

Base, Medium, Full, and Extended Configuration Camera Link Frame Grabber USER MANUAL NI PCIe-1437 Base, Medium, Full, and Extended Configuration Camera Link Frame Grabber The NI PCIe-1437 is an image acquisition device with a PCIe 2.0 x8 host interface. It supports many Lite,

More information

Matrox Morphis. Installation and Hardware Reference. Manual no

Matrox Morphis. Installation and Hardware Reference. Manual no Matrox Morphis Installation and Hardware Reference Manual no. 10867-101-0200 August 26, 2005 Matrox is a registered trademark of Matrox Electronic Systems Ltd. Windows are registered trademarks of Microsoft

More information

Frame grabber for one full-configuration Camera Link camera with support for extra long cables

Frame grabber for one full-configuration Camera Link camera with support for extra long cables DATASHEET Grablink Full XR Frame grabber for one full-configuration Camera Link camera with support for extra long cables At a Glance For one Camera Link 80-bit, Full, Medium or Base configuration camera

More information

Silicon Software Runtime Software For Camera Link and GigE Vision Frame Grabbers microenable IV Series. Release Notes

Silicon Software Runtime Software For Camera Link and GigE Vision Frame Grabbers microenable IV Series. Release Notes Silicon Software Runtime Software 5.2.3.1 For Camera Link and GigE Vision Frame Grabbers microenable IV Series Release Notes Imprint Silicon Software GmbH Steubenstraße 46 68163 Mannheim, Germany Tel.:

More information

CCVPX-16AI32SSC1M. 32-Channel, Differential, 16-Bit Simultaneous Sampling; Conduction-Cooled VPX Analog Input Board

CCVPX-16AI32SSC1M. 32-Channel, Differential, 16-Bit Simultaneous Sampling; Conduction-Cooled VPX Analog Input Board CCVPX-16AI32SSC1M 32-Channel, Differential, 16-Bit Simultaneous Sampling; Conduction-Cooled VPX Analog Input Board With 1.0MSPS Sample Rate per Channel, Time-tagging, Low-latency access, and Front-Panel

More information

Accessing I/O Devices Interface to CPU and Memory Interface to one or more peripherals Generic Model of IO Module Interface for an IO Device: CPU checks I/O module device status I/O module returns status

More information

MIZ-21C Software Product Bulletin

MIZ-21C Software Product Bulletin Table of Content Table of Content... 2 Purpose of MIZ-21C Software 1.0.6... 3 Downloading and Installing MIZ-21C Software 1.0.6... 3 New Features in MIZ-21C Software 1.0.6... 4 Software Update Reliability...

More information

User Manual PCIE-1172/1174. Reference Manual

User Manual PCIE-1172/1174. Reference Manual User Manual PCIE-1172/1174 Reference Manual Copyright The documentation and the software included with this product are copyrighted 2016 by Advantech Co., Ltd. All rights are reserved. Advantech Co., Ltd.

More information

Test Applet. User Documentation. FrameGrabberTest for microenable 5 marathon AF2

Test Applet. User Documentation. FrameGrabberTest for microenable 5 marathon AF2 Test Applet User Documentation FrameGrabberTest for microenable 5 marathon AF2 Test Applet User Documentation FrameGrabberTest for microenable 5 marathon AF2 Applet Characteristics Applet FrameGrabberTest

More information

Download the new firmware from the X32 product page onto the root level of a USB Flash drive (FAT formatted).

Download the new firmware from the X32 product page onto the root level of a USB Flash drive (FAT formatted). X32 FIRMWARE UPDATE UPDATE INSTRUCTIONS X32 Firmware updates are issued periodically to add new features, fix reported software bugs and improve product performance. Updates are designed to be user-installed

More information

GenICam What is New? Vision Stuttgart Nov Dr. Fritz Dierks. Director of Platform Development at Chair of the GenICam Standard Committee

GenICam What is New? Vision Stuttgart Nov Dr. Fritz Dierks. Director of Platform Development at Chair of the GenICam Standard Committee GenICam What is New? Vision Stuttgart Nov 2012 Dr. Fritz Dierks Director of Platform Development at Chair of the GenICam Standard Committee 1 Outline GenICam as Core of Modern Interface Standards Latest

More information

Silicon Software Interface Library for NI LabVIEW. Installation and User Guide Version 2.0

Silicon Software Interface Library for NI LabVIEW. Installation and User Guide Version 2.0 Silicon Software Interface Library for NI LabVIEW Installation and User Guide Version 2.0 Imprint Silicon Software GmbH Steubenstraße 46 68163 Mannheim, Germany Tel.: +49 (0) 621 789507 0 Fax: +49 (0)

More information

READ THIS INFORMATION FIRST Product: Remote IO Manager Software Release Remote IO Manager w/ Cable. Remote IO Manager Branding Toolkit.

READ THIS INFORMATION FIRST Product: Remote IO Manager Software Release Remote IO Manager w/ Cable. Remote IO Manager Branding Toolkit. May 16, 2002 IMPORTANT PRODUCT INFORMATION READ THIS INFORMATION FIRST Product: Remote IO Manager Software Release 2.03 IC641CFG100E IC641CFG101E IC640CFG200E Remote IO Manager. Remote IO Manager w/ Cable.

More information

Xtium-CLHS PX8 User's Manual Edition 1.10

Xtium-CLHS PX8 User's Manual Edition 1.10 Xtium-CLHS PX8 User's Manual Edition 1.10 sensors cameras frame grabbers processors software vision solutions P/N: OC-Y8HM-PUSR0 www.teledynedalsa.com NOTICE 2016 Teledyne DALSA, Inc. All rights reserved.

More information

PC-based data acquisition I

PC-based data acquisition I FYS3240 PC-based instrumentation and microcontrollers PC-based data acquisition I Spring 2016 Lecture #8 Bekkeng, 20.01.2016 General-purpose computer With a Personal Computer (PC) we mean a general-purpose

More information

NOTE: There are two different installation methods dependent upon the manufacture date.

NOTE: There are two different installation methods dependent upon the manufacture date. X32 FIRMWARE UPDATE UPDATE INSTRUCTIONS X32 Firmware updates are issued periodically to add new features, fix reported software bugs and improve product performance. Updates are designed to be user-installed

More information

Release Notes up to MultiCam August 12, 2011

Release Notes up to MultiCam August 12, 2011 Release Notes up to MultiCam 6.7.1.1575 August 12, 2011 EURESYS s.a. shall retain all property rights, title and interest of the documentation of the hardware and the software, and of the trademarks of

More information

IMPORTANT PRODUCT INFORMATION

IMPORTANT PRODUCT INFORMATION 22-Apr-08 IMPORTANT PRODUCT INFORMATION READ THIS INFORMATION FIRST Product: Max-ON Hot-Backup Redundancy Software, Release 2.05 Introduction Max-ON is a trademark of GE Fanuc Automation, Inc. IC641HBR300D

More information

1. Introduction. Be sure to read the release notes in section 10 before operating the Unit.

1. Introduction. Be sure to read the release notes in section 10 before operating the Unit. 1. Introduction This manual describes the ways of configuring and monitoring the operation of the PROFINET IO Controller CJ1W-PNT Sample Version V0.00 V67.06 V0.00 (Internal release V6.29). Be sure to

More information

ELiiXA+ Tri-Linear 8k CL CMOS TRI-LINEAR COLOUR CAMERA

ELiiXA+ Tri-Linear 8k CL CMOS TRI-LINEAR COLOUR CAMERA ELiiXA+ Tri-Linear 8k CL CMOS TRI-LINEAR COLOUR CAMERA Datasheet Features Cmos Tri-Linear Colour Sensor : 3 x 8192 RGB Pixels 7.5 x 7.5µm. Interface : CameraLink. Line Rate : up to 33 000 l/s. Bit Depth

More information

New CMOS and CCD Cameras for 2013

New CMOS and CCD Cameras for 2013 New CMOS and CCD Cameras for 2013 12 Megapixel CMOS Cameras with GigE New high resolution CCD cameras with Dual GigE for higher frame rate performance For pricing or further technical information, please

More information

GigE Module for FLIR TAU2

GigE Module for FLIR TAU2 GigE Module for FLIR TAU2 Introduction GigE module is designed and manufactured by Workswell for easy and user-friendly PC connection for FLIR TAU2 cores. GigE module automatically detects image stream

More information

Application Note for EVP

Application Note for EVP Sundance Multiprocessor Technology Limited Application Note Form : QCF32 Date : 11 Februay 2009 Unit / Module Description: SMT111-SMT372T-SMT946 Unit / Module Number: Document Issue Number: 1.0 Issue Date:

More information

PCI-X Protocol Addendum to the PCI Local Bus Specification Revision 2.0a

PCI-X Protocol Addendum to the PCI Local Bus Specification Revision 2.0a PCI-X Protocol Addendum to the PCI Local Bus Specification Revision 2.0a July 22, 2003 REVISION REVISION HISTORY DATE 1.0 Initial release. 9/22/99 1.0a Clarifications and typographical corrections. 7/24/00

More information

Migration Guide for Grablink series

Migration Guide for Grablink series EURESS s.a. shall retain all property rights, title and interest of the documentation of the hardware and the software, and of the trademarks of EURESS s.a. All the names of companies and products mentioned

More information

Komodo CoaXPress Frame Grabber with 8 channels

Komodo CoaXPress Frame Grabber with 8 channels Premium Vision Solutions Key Features: 1 to 8 CoaXPress links support PCIe Gen3 x8 Half-length card Up to 136 Gb image buffer Camera controls and triggers Up to 4 re-transmit links Per-link indication

More information

PHOENIX-D48 CPCI CAMERA LINK

PHOENIX-D48 CPCI CAMERA LINK PHOENIX-D48 CPCI CAMERA LINK CONDUCTION COOLED DIGITAL FRAME GRABBER Single Base, Dual Base or Medium Camera Link Configurations. 3U CompactPCI form factor. Optional conduction cooled assembly. 32 bit

More information

Test Applet. User Documentation. FrameGrabberTest for microenable 5 AQ8-CXP6B

Test Applet. User Documentation. FrameGrabberTest for microenable 5 AQ8-CXP6B Test Applet User Documentation FrameGrabberTest for microenable 5 AQ8-CXP6B Test Applet User Documentation FrameGrabberTest for microenable 5 AQ8-CXP6B Applet Characteristics Applet FrameGrabberTest Applet

More information

Product Release Notes

Product Release Notes Product Release Notes ExpressSAS Host Adapter 6Gb Flash Bundle Version 160105 1. General Release Information These product release notes define the new features, changes, known issues and release details

More information

ExpressSAS Host Adapter 6Gb v2.30 Windows

ExpressSAS Host Adapter 6Gb v2.30 Windows Product Release Notes ExpressSAS Host Adapter 6Gb v2.30 Windows 1. General Release Information These product release notes define the new features, changes, known issues and release details that apply

More information