*********************** **** Read Me First **** *********************** Version: 2.4.6.0 February 2018 Introducing the AgInfiniiVision IVI Driver for the Keysight InfiniiVision 1000X, 2000X, 3000X, 4000X, 6000X, M924x and P924x oscilloscope families. --------------------------------------------------------------------------- This instrument driver provides access to the functionality of the InfiniiVision oscilloscopes through a COM server or ANSI C API which also complies with the IVI specifications. This driver works in any development environment which supports COM or C programming including Microsoft Visual C++, Microsoft .NET, Keysight VEE Pro, National Instruments LabView, LabWindows CVI, MATLAB(32 bit only) and others. Supported Instruments --------------------- DSOX1102A,DSOX1102G,EDUX1002A,EDUX1002G,DSOX2002A,DSOX2004A,DSOX2012A, DSOX2014A,DSOX2022A,DSOX2024A,MSOX2002A,MSOX2004A,MSOX2012A,MSOX2014A, MSOX2022A,MSOX2024A,DSOX3014A,DSOX3024A,DSOX3032A,DSOX3034A,DSOX3052A, DSOX3054A,MSOX3012A,MSOX3014A,MSOX3024A,MSOX3032A,MSOX3034A,MSOX3052A, MSOX3054A,DSOX3012A,MSOX3102A,MSOX3104A,DSOX3102A,DSOX3104A,DSOX3012T, DSOX3014T,DSOX3022T,DSOX3024T,DSOX3032T,DSOX3034T,DSOX3054T,DSOX3102T, DSOX3104T,MSOX3012T,MSOX3014T,MSOX3022T,MSOX3024T,MSOX3032T,MSOX3034T, MSOX3052T,MSOX3054T,MSOX3102T,MSOX3104T,DSOX3052T,DSOX4022A,DSOX4032A, DSOX4052A,DSOX4024A,DSOX4034A,DSOX4054A,DSOX4154A,MSOX4022A,MSOX4032A, MSOX4052A,MSOX4054A,MSOX4024A,MSOX4034A,MSOX4104A,MSOX4154A,DSOX4104A, MSOX6002A,MSOX6004A,DSOX6002A,DSOX6004A,M9241A,M9242A,M9243A,P9241A,P9242A, P9243A. Installation ------------- System Requirements: The driver installation will check for the following requirements. If not found, the installer will either abort, warn, or install the required component as appropriate. Supported Operating Systems: Windows 7 32-bit, 64-bit Windows 8 32-bit, 64-bit Windows 10 32-bit, 64-bit Shared Components Before this driver can be installed, your computer must already have: IVI Shared Components Version: 2.4.2 or newer installed The IVI Shared Components installers are available from: http://www.ivifoundation.org/shared_components/Default.aspx VISA-COM Any compliant implementation is acceptable. Typically, VISA-COM is installed with VISA and other I/O library modules. The latest version of Keysight's IO Libraries is recommended and includes VISA-COM. You can download the latest version from: http://www.keysight.com/find/iosuite Uninstall --------- This driver can be uninstalled like any other software from the Control Panel using "Add or Remove Programs" or "Programs and Features" dialog. The IVI Shared Components may also be uninstalled like any other software from the Control Panel using the "Add or Remove Programs" or "Program & Features" dialog. Note: All IVI-COM/C drivers require the IVI Shared Components to function. To completely remove IVI components from your computer, uninstall all drivers and then uninstall the IVI Shared Components. Source Code ----------- Driver source code is available by enabling the "Source Code" option in the "Custom Setup" dialog when installing the driver. This code is provided as is for informational purposes only. Modification of this code is not supported. Code is a Visual Studio 2010 C++ project and may be updated to new versions of Visual Studio. Caution: Once you have installed version 2.x of the IVI Shared Components, you will not be able to build IVI drivers and applications developed with earlier versions. You will need to upgrade those drivers/applications to the new IVI Shared Components and to build on Visual Studio 2010 or higher or you will need to build those drivers/applications on a different machine that does not have version 2.x of the IVI Shared Components. Start Menu Help File -------------------- A shortcut to the driver help file is added to the Start Menu, All Programs, Keysight IVI Drivers, AgInfiniiVision group. It contains "Getting Started" information on using the driver in a variety of programming environments as well as documentation on IVI and instrument specific methods and properties. You will also see shortcuts to the Readme and Introduction files and programming examples for this driver. Additional Setup ---------------- .NET Framework The .NET Framework itself is not required by this driver. If you plan to use the driver with .NET, the minimal .NET framework version is: 2.0 The .NET Framework requires an interop assembly for a COM server. A Primary Interop Assembly, along with an XML file for IntelliSense is installed with the driver. The driver's PIA along with IVI PIAs are installed by default in: drive:\\IVI Foundation\IVI\Bin\Primary Interop Assemblies The PIA is also installed into the Global Assembly Cache (GAC) if you have the .NET framework installed. Using a New Version of the Driver --------------------------------- New versions of this Keysight IVI-COM/C driver may have a new ProgId. If you use the version dependent ProgId in CoCreateInstance, you will need to modify and recompile your code to use the new ProgID once you upgrade to the next version of the driver. Doing a side-by-side installation of the driver to use multiple versions of the driver is not supported. If you need to go back to an older version of the driver, you need to uninstall the later version and install the older version. If you use the version independent ProgId in CoCreateInstance, you will not need to modify and recompile your code. The new version of the driver has been tested to be backwards compatible with previous versions. To access the new functionality in a new version of the driver you will need to use the latest numbered IAgInfiniiVision[n] interface rather than the IAgInfiniiVision interface. The IAgInfiniiVision[n]. property will return a pointer to the new IAgInfiniiVision[n] interface. The IAgInfiniiVision[n] interface contains the methods and properties for the new functionality and inherits all prior interface functionality. The new interfaces were introduced rather than modifying the existing interfaces for backwards compatibility. The interfaces that were previously shipped have not been changed. Pre-existing .NET client applications must be re-build before using the new version of the driver. Revision History ---------------- Version Date Notes ------- ----------- ----- 2.4.6.0 Feb 2018 Added support for P924x series models, modified infiniiVisionVisaSession.cpp file and updated AgInfiniiVision_LabVIEW_WaveformAcq example code. 2.3.9.0 March 2017 Added support for 1000X series models which includes Added new interface: -ABUS -FRA Updated the following interfaces with new commands, Enum and Help -External2 -Trigger5 2.2.8.0 Nov 2016 Added example WavefromAcq. Added support for M924x series models which includes Added new interface(s): -Trigger4:PXI:Mode -Trigger4:PXI:QueryMasterArmLine -Trigger4:PXI:SetMasterArmLine -Trigger4:PXI:SlaveArmLine -Trigger4:PXI:Slot -Trigger4:PXI:TriggerLine 2.1.9.0 Oct 2015 Added support for 6000x series models which includes Added new interface(s): -SEARch5:SERial4:CAN2 -SEARch5:SERial4:LIN2 -SerialBuses4:CAN3 -SerialBuses4:LIN2 -SerialBuses4:SENT2:Trigger2 -WaveGens2 -WaveGens2:Tracking2 -SerialBuses4:CAN3::FD2 Updated the following interfaces with new commands, Enum and Help -Display4 -MathFunctions2 -Histogram -SerialBuses4 -Search5 2.1.6.0 Feb 2015 Added support for 3000T series models Added new interface(s): -FFT -Search4::Serial3::SENT -SerialBuses3::SENT -SerialBuses3CAN::FD -Waveform2 -System4 -Display4 Updated the following interfaces with new commands -Measurements3 -MathFunctions2 2.1.0.0 Oct 2014 Rebranded Keysight Technologies 2.0.3.0 May 2014 Added support for 6000X series models which includes following New interfaces or updates. - Acquisition3 - ClockRecovery - Counter - Histogram - Jitter - MathFunction.FFT2 - MathFunction2.Smoothing - MathFunction.MeasurementTrend2 - Memory2.ResultFormat - Search3.Peak - System3.Precision 1.2.8.0 July 2013 Added support for 4000X series models which includes 1) New repeated capabilities are added. - MathFunction - WaveGen 2) Following interfaces are added or updated. - Acquisition2 - Calibration - Cursors - Display3 - DVM - MathFunctions - Memory - Search2 - SerialBuses2 - System2 - Trigger3 - WaveGens 3) New Repeated capabilities names for DigitalChannel and Measurement interface. 4) Defect fixes. 1.1.8.0 Nov 2012 Added support for the 4000X series models. 1.1.6.0 Sep 2012 Added support for the following models: MSOX3102A,MSOX3104A,DSOX3102A,DSOX3104A. Updated implementation of Statistics =>GetResults method to be able to read measurement data with spaces. 1.1.4.0 Dec 2011 Added support for the following: 1. X cursor units, Y cursor units. 2. Specifying FFT Vertical units as V RMS as well as decibels. 3. Advanced math functions. 4. Setting up Edge, Pulse Width, Rise/Fall time, Runt and Serial searches. 5. Serial bus decode for the modes: CAN, I2S, IIC, LIN, SPI and UART/RS-232 6. Installing and making measurements for new measurement types. 7. New Trigger types: Delay, Nth Edge Burst, OR, TV, Setup & Hold, USB. 8. Arbitrary waveform generation. 1.0.8.0 Mar 2011 Initial public release IVI Compliance -------------- IVI Generation: IVI-2014 IVI-COM/IVI-C IviScope Compliant Instrument Specific Driver IVI Instrument Class: IviScope IviScope Spec: IVI-4.1 Revision: 4.1 Group Capabilities Supported: IviScopeAcLineTrigger yes IviScopeAutoSetup yes IviScopeAverageAcquisition yes IviScopeBase yes IviScopeContinuousAcquisition yes IviScopeGlitchTrigger yes IviScopeInterpolation yes IviScopeMinMaxWaveform yes IviScopeAutoSense yes IviScopeRuntTrigger yes IviScopeSampleMode yes IviScopeTriggerModifier yes IviScopeTVTrigger yes IviScopeWaveformMeas yes IviScopeWidthTrigger yes Optional Features: Interchangeability Checking No State Caching No Coercion Recording No Driver Identification: Vendor: Keysight Technologies Description: AgInfiniiVision 1000X, 2000X, 3000X, 4000X, 6000X, M924x and P924x oscilloscope families. Revision: 2.4.6.0 Component Identifier: AgInfiniiVision.AgInfiniiVision Hardware Information: Instrument Manufacturer: Keysight Technologies Supported Instrument Models: DSOX1102A,DSOX1102G,EDUX1002A,EDUX1002G,DSOX2002A,DSOX2004A,DSOX2012A, DSOX2014A,DSOX2022A,DSOX2024A,MSOX2002A,MSOX2004A,MSOX2012A,MSOX2014A, MSOX2022A,MSOX2024A,DSOX3014A,DSOX3024A,DSOX3032A,DSOX3034A,DSOX3052A, DSOX3054A,MSOX3012A,MSOX3014A,MSOX3024A,MSOX3032A,MSOX3034A,MSOX3052A, MSOX3054A,DSOX3012A,MSOX3102A,MSOX3104A,DSOX3102A,DSOX3104A,DSOX3012T, DSOX3014T,DSOX3022T,DSOX3024T,DSOX3032T,DSOX3034T,DSOX3054T,DSOX3102T, DSOX3104T,MSOX3012T,MSOX3014T,MSOX3022T,MSOX3024T,MSOX3032T,MSOX3034T, MSOX3052T,MSOX3054T,MSOX3102T,MSOX3104T,DSOX3052T,DSOX4022A,DSOX4032A, DSOX4052A,DSOX4024A,DSOX4034A,DSOX4054A,DSOX4154A,MSOX4022A,MSOX4032A, MSOX4052A,MSOX4054A,MSOX4024A,MSOX4034A,MSOX4104A,MSOX4154A,DSOX4104A, MSOX6002A,MSOX6004A,DSOX6002A,DSOX6004A,M9241A,M9242A,M9243A,P9241A,P9242A, P9243A. Supported Bus Interfaces: TCPIP, GPIB, USB, PXI 32-bit Software Information: Supported Operating Systems: Windows 7 32-bit, Windows 8 32-bit, Windows 10 32-bit Unsupported Operating System: Windows 2000 Support Software Required: VISA-COM Source Code Availability: Source code included with driver via custom installation option. 64-bit Software Information: Supported Operating Systems: Windows 7 64-bit, Windows 8 64-bit, Windows 10 64-bit Support Software Required: VISA-COM Source Code Availability: Source code included with driver via custom installation option. Unit Testing ------------ Test Setup Instrument: Instrument Models (FW Revision): P924x (07.20.2017051119) Bus Interface: USB Operating System (Service Pack): Windows 7 (SP1) OS Bitness/Application Bitness: 64-bit/32-bit VISA Vendor and Version: Keysight VISA-COM (IO Libraries 18.0) IVI Shared Components Version: 2.4.2 Test Setup Simulation: Instrument Models: (FW Rev N/A) P924x Bus Interface: N/A Operating System (Service Pack): Windows 7 (SP1) OS Bitness/Application Bitness: 64-bit/32-bit, 64-bit/64-bit VISA Vendor and Version: N/A IVI Shared Components Version: 2.4.2 Driver Installation Testing: Operating System (Service Pack): Windows 7 (SP1), Windows 8, Windows 10 OS Bitness: 32-bit, 64-bit Driver Buildability: Operating System (Service Pack): Windows 7 (SP1), Windows 8, Windows 10 OS Bitness: 32-bit, 64-bit Visual Studio Version: VS2010 Driver Test Failures - Known Issues: None - This driver does not have any known defects. Keysight Technologies has evaluated and tested this driver to verify that it meets all applicable requirements of the IVI specifications at the time this compliance document was submitted to the IVI Foundation and agrees to abide by the dispute arbitration provisions in Section 7 of IVI-1.2: Operating Procedures, if the IVI Foundation finds this driver to be non-conformant. More Information ---------------- For more information about this driver and other instrument drivers and software available from Keysight Technologies visit: http://www.keysight.com/find/drivers A list of contact information is available from: http://www.keysight.com/find/contactus Microsoft, Windows, MS Windows, and Windows NT are U.S. registered trademarks of Microsoft Corporation. Copyright Keysight Technologies 2011-2018