DEC LSI 11
The following program sends a command string to the Model 263 from a DEC LSI U
minicorn-
puter and displays the instrument reading string on the DEC CRT terminal. The LSI 11 must be
configured with 16K words of RAM and an IBV 11 IEEE-488 interface. The software must be con-
figured with the IEi software as well as FORTRAN and the RT 11 operating system.
DIRECTIONS
1. Using the front panel program feature, set the primary address of the Model 263 to 8.
2. With the power off, connect the Model 263 to the ISV 11 IEEE-488 interface cable.
3. Enter the program below, using the editor under RT 11 and the name IEEE.FOR.
4. Compile using the FORTRAN compiler as follows: FORTRAN IEEE.
5. Link with the system and IF libraries as follows: LINK IEEEJBLIB.
6. Type RUN IFEE and press the RETURN key.
7. The display will read “ENTER ADDRESS”.
8. Type in 8 and press the RETURN key.
9. The display will read “TEST SETUP”.
10. Type in the desired command string and press the RETURN key. For example, to program
the instrument for the current function and 2OOfi range, type in FlR9X and press RETURN.
11. The instrument data string will appear on the computer display.
PROGRAM
COMMENTS
PEOGRQtl IEEE
I HTEGEHd WI ADR
Turn off IF errors.
Allow 5 error 15’s.
Allow 1 second bus timeout.
Set line feed as terminator.
Turn on remote.
Input primary address.
Prompt for command string.
Program instrument.
Address 263 to listen, send string.
Get data from instrument.
ICALL PIJTSTF: 173 INPIJT, iO’ Z’
CALL IBIJNT
iGUT 12
END
Untalk the 263.
Repeat.
E-S