             HP85070B Dielectric Probe Software
                     August 31, 1993

Files contained on this disk:

READ.ME      This file which contains a description of the files 
             on the disk, the installation procedure, as well as
             supplemental information not yet included in the
             manual.

HP85070.HP   The version of the HP85070B software that runs with
             the following IEEE-488 cards from Hewlett-Packard:
               HP82335B HP-IB Interface

HPIB.DLL     The Hewlett Packard Dynamic Link Library required to
             use the HP82335B HP-IB Interface card under Windows 
             3.0 or 3.1.

HPIBSTAT.EXE This program will check out the HP82335B HP-IB Interface
	     and provide card setting information.

HP85070.NAT  The version of the HP85070B software that runs with
             the following IEEE-488 cards:
               National Instruments AT-GPIB Interface
               National Instruments GPIB-II or GPIB-IIA Interface

----------------------------------------------------------------- 
                     INSTALLATION PROCEDURE
-----------------------------------------------------------------
If you have the HP82335B HP-IB interface cards do the following:

1.  Copy the HP85070.HP file from the floppy disk to the desired
    directory on the hard disk as HP85070.EXE.  For example if the
    desired hard disk directory is C:\MATERIAL execute the
    following command at the DOS prompt:

             COPY A:HP85070.HP  C:\MATERIAL\HP85070.EXE

2.  The HPIB.DLL file must be copied into a directory included in
    the DOS PATH.  (The DOS path is typically setup by the
    AUTOEXEC.BAT file during the bootup of the PC.)  To see the
    directories in the DOS PATH, at the DOS prompt, type:

             PATH

    For instance, to copy the file into the WINDOWS directory, at
    the DOS prompt, type:

             COPY A:HPIB.DLL  C:\WINDOWS\HPIB.DLL


3.  Add an EMMEXCLUDE line to the [386ENH] section of your SYSTEM.INI
    file to exclude the memory range of the HP-IB card.  Add a 
    line like the following whether or not you use an expanded 
    memory manager (EMM) driver.  Use HPIBSTAT.EXE to determine the
    proper settings. For example, with the card at select code 7, 
    include this line:

             EMMEXCLUDE=DC00-E000

4.  If your system includes an EMM, modify the CONFIG.SYS file to
    exclude the memory range used by the interface card.  Several
    examples follow, but each EMM uses its own syntax, so you may
    need to refer to the EMM documentation. Use HPIBSTAT.EXE to 
    determine the proper settings. The examples are for the HP-IB 
    card at select code 7.

        For HPEMMGR:
             DEVICE=HPEMMGR.SYS X=DC00-DFFF

        For EMM386:
             DEVICE=EMM386.SYS X=DC00-DFFF

        For HPEMM386:
             DEVICE=HPEMM386.SYS EXCLUDE=DC00-E000

        For HPMM:
             DEVICE=HPMM.SYS EXCLUDE=DC00-E000

5.  Use the Windows Setup Program to enable the Program Manager to
    run the HP85070B application (refer to the Microsoft Windows
    User's Guide).

-----------------------------------------------------------------
If you have a card from National Instruments do the following:

1.  Copy the HP85070.NAT file from the floppy disk to the desired
    directory on the hard disk as HP85070.EXE.  For example if the
    desired hard disk directory is C:\MATERIAL execute the
    following command at the DOS prompt:

             COPY A:HP85070.NAT  C:\MATERIAL\HP85070.EXE

2.  Install the interface card by following the directions in 
    "Using Your GP-IB Software with Microsoft Windows" (a manual
    supplied with the card).  Note that both the interface card 
    and the GP-IB software must be versions that operate under 
    Windows 3.0 or 3.1.  In case of difficulty, or to arrange for
    an upgrade, contact National Instruments.

3.  Use the Windows Setup Program to enable the Program Manager to
    run the HP85070B application (refer to the Microsoft Windows
    User's Guide).

------------------------------------------------------------------

The [HP85070B] section in the WIN.INI file contains the default 
frequency setup parameters, current plotter (printer) selection,
and current directories for data files and setup files. 

The [IEEECard] section in the WIN.INI file contains a delay
parameter that specifies the delay between HPIB commands sent
by the HP85070B software to the network analyzer. The delay
is in seconds (default=0) and a value greater than 0.100 is
treated as 0.100 by the HP85070B software. It may be useful to
increase delay if intermittent HPIB errors occur during program
execution.