Agilent Technologies

34970A/72A VISA Com and C# Measurement Example Program

This program sets the 34970A/72A for a simple scan that makes both DCV and type J thermocouple temperature measurements. The program also checks the instrument and module identification to make sure there is communication between the 34970A/72A and the computer, and the correct module is installed. The returned data is entered into a list box.

If a 34972 is detected, this program will enable logging to the USB memory. If USB memory is present, data will be logged both to internal memory and the USB memory.

This program uses the Agilent VISACom COM objects to program the instrument. To use the IO object in another C# project, set the reference to add the appropriate library in the Project/Add References menu, and using the COM tab:

VISA COM 3.0 Type Library

NOTE -- Possible build errors with revised IO Libraries: If the build gives an error similar to this:

The type or namespace name 'Ivi' could not be found (are you missing a using directive or an assembly reference?)

You may need to do the same Add Reference as above, except after selecting COM, then select Browse and locate the

C:\Program Files\IVI Foundation\VISA\VisaCom\Primary Interop Assemblies\Ivi.Visa.Interop.dll

The program was developed in Microsoft® C# (C Sharp) .NET 2005

Date: April 27, 2005

Revised: January 2010

Version: 1.0.0.0

Language: Microsoft® C# (C Sharp)

Operating System: Windows® NT® 4.0, 2000 Professional, XP, Vista

VISA COM Version: Use Agilent I/O Library Suite 14.0 or above

Microsoft, Windows, NT, XP, Vista are registered trademarks of Microsoft Corporation

Copyright © 2005,2010 Agilent Technologies Inc. All rights reserved.

You have a royalty-free right to use, modify, reproduce and distribute these example files (and/or any modified version) in any way you find useful, provided that you agree that Agilent has no warranty, obligations or liability for any Sample Application Files.

Agilent Technologies will not modify the program to provide added functionality or construct procedures to meet your specific needs.


© Agilent 2000-2010