End of waveform eoi kn – Measurement Computing Analyzer488 User Manual

Page 230

Advertising
background image

Section 6

Instrument Simulator

6.20

End of Waveform EOI Kn

The End Or Identify (EOI) line is one of five bus management lines on the IEEE

488 Bus. It is used by a talker to indicate the end of a multiple byte transfer sequence.
A waveform is made up of 256 readings. The End of Waveform EOI command, Kn,
will enable the Analyzer488 to assert or not assert the EOI line on the last byte of the
256th reading (the end of the waveform).

In the K0 mode, the EOI line is asserted by the Analyzer488 on the last byte of the

waveform. In the K1 mode, the EOI line is not asserted by the Analyzer488.

SYNTAX:

K0

EOI enabled, assert EOI on end of waveform
(default)

K1

EOI disabled, do not assert EOI on end of
waveform

K?

Return current End of Waveform EOI selection

EXAMPLES:

PRINT#1,"OUTPUT10;K1X"

do not assert EOI on End of
Waveform

PRINT#1,"OUTPUT10;K?"

request EOI selection from
Analyzer488

PRINT#1,"ENTER10"
INPUT#2,A$
PRINT A$

display shows K1

Advertising