Download Print this page

Lakeshore DRC-93C User Manual page 66

Temperature controller

Advertisement

Section IV
Model
DRC-93C
T a b l e 4 - 1 4 .
DRC-93C
Command/Request Summary
for
Program
Step
Command
Request
Functional Description
Functional Description
4 . 1 2 . 3
Examples of
Saving
and
R e s t o r i n g
Executable (Internal)
Program
Steps
4 . 1 2 . 3 . 1
Program
to Request and Store
Program
Step #
1
t h r u
10 using
the HP86B
The following program for the
HP86B
requests and get Program Steps
#01 thru
#10
and stores the data in a file called
"PROGRAM"
on afloppy with volume
label
"93C". To
initialize an unused floppy in slot
0
for this purpose the
command
INITIALIZE "93C", "D700"
can be executed.
10 REM "STORE"
20
REM PROGRAM TO
READ AND STORE
AN
INTERNAL PROGRAM
30 REM
SET
IEEE ADDRESS
TO
12
40 ADDRESS SWITCH
1
OPEN
(0)
TO GET (CR) (LF)
50
DIM A$[62],Nl$[1],N2[1]
60 REM CREATE "PROGRAM1.93C" ,99,32
!
ONLY USE FIRST TIME
TO
CREATE FILE
70 ASSIGN#
1
TO "PROGRAM1.93C"
!
OPEN THE FILE
80 FOR I=1 TO
1 0
!
FOR PROGRAM STEPS
#01
THRU
#10
90 IF I<10 THEN
GOTO
140
110 Nl$=I$[1,1]
120 N2$=1$[2,2]
130
GOTO
160
140 Nl$="0"
150
N2$=VAL$ (1)
160 OUTPUT 712;"WE";N1$;N2$
!
SEND THE WE COMMAND REQUESTING PROGRAM STEP I
170 ENTER 712; A$
!
GET PROGRAM STEP I
180 DISP A$
!
DISPLAY ON
THE
SCREEN
190 PRINT#
1;
A$
! SAVE
PROGRAM STEP I IN
THE
FILE
200
NEXT
I
210 ASSIGN#
1 TO
*
!
CLOSE THE FILE
220
END
100 I$=VAL$ (I)
4-24
COPYRIGHT 3/88
LSCI

Advertisement

loading