Measurement Computing Analyzer488 User Manual

Page 157

Advertising
background image

Section 4

Serial Controller

4.63

EXAMPLES

PRINT#1,"ERASE"
PRINT#1,"RELATIVE OFF"
PRINT#1,"CONTROLLER ON"
PRINT#1,"RECORD ON"
PRINT#1,"CLEAR 20"
PRINT#1,"RECORD OFF"
PRINT #1,"VIEW 2"
INPUT#1,A$;PRINT A$

Returns: 00002 0534

PRINT#1,"SET RELATIVE 2"
PRINT#1,"RELATIVE ON"
PRINT#1,"VIEW 0"
INPUT#1,A$;PRINT A$

Returns: +00000 0534

PRINT#1,"SET RELATIVE 10"
PRINT#1,"VIEW -10"
INPUT#1,A$;PRINT A$

Returns: -00010 0534

Advertising