An Introduction to IEEE-488 Measurements
Introduction
A Typical Sequence of Operations


Introduction

        IEEE488 is a standard - written by IEEE - for communication between computers and instruments.  The standard covers both hardware and software aspects of computer-instrumentation communication.  Here we will examine the basic things you need to do to make a typical IEEE488 instrument communicate with a computer.

        Although you can write programs in many environments including C (Console and Visual applications), Visual Basic and LabView, the basic concepts of what transpires are all the same.  We will examine a simple task - a single measurement - and examine how to do that in general, and then examine several specific environments.


Hardware Issues

        There are some things that you need to take care of before you can address any software issues.  Here are the things you need to check.

        Once you have all of the above taken care of, you are ready to use software to control an instrument.
The Sequence Of Operations

        If you want to use an IEEE488 instrument to take measurements, the following sequence of operations is typical.

Here are links to various programming options.