Chapter 3
Software Installation and Configuration
© National Instruments Corp.
3-3
AT-GPIB/NI-488M/AT&T UNIX
a.
For a 3.5 in. diskette:
• Enter the following command to copy files from drive
0
:
tar xvf /dev/dsk/f03ht
• Enter the following command to copy files from drive
1
:
tar xvf /dev/dsk/f13ht
b.
For a 5.25 in. diskette:
• Enter the following command to copy files from drive
0
:
tar xvf /dev/dsk/f0q15dt
• Enter the following command to copy files from drive
1
:
tar xvf /dev/dsk/f1q15dt
B. Install the Utility Files
1.
Copy the file
ugpib.h
to
/usr/include/sys
by entering the
following command.
cp ugpib.h /usr/include/sys
2.
Copy the files
ibic
,
ibconf
,
ibtsta
, and
ibtstb
to a directory
in the command search path (for example,
/usr/bin
) by entering the
following commands.
cp ibic /usr/bin
cp ibconf
/usr/bin
cp ibtsta /usr/bin
cp ibtstb /usr/bin
C. Install the C Library
Compile and convert the file
cib.c
to a C library file. This procedure is
necessary because the NI-488M Software Reference Manual assumes that a
library has already been created for the C language interface.