Download Print this page

Roland DPX-3300 Operation Manual page 85

Drafting plotter

Advertisement

.1.
When
want to
format of
6-1 from a computer to the DPX-3300
BASIC, you can choose either a
~"'t·"'II,::>llnterface
or a Serial Interface and write
either of the following typical formats:
LPRINT ttpA 5000,5000;"
PRINT #l,"PA 5000
000;tt
Parallel Interface)
Serial Interface)
Remember: For the serial connection, you must have first opened the
RS~232C
port
by using the" OPEN" statement of your computer,
Also, you can change the pararneters. For example, if you want to change the follow-
ing parameters into variables,
100
LPRINT "PA 1000,2000;"
you can write them as follows:
10
20
100
X=1000
Y=2000
LPRINT
ttpAtt;X;",";y;tt;"
Also, you can key in the line 1 00 as follows:
100 LPRINT "PA,I;X;tl .,;Y;";tlUseaspace"
"insteadofa
comma ",".
100 LPRINT "PA";X,Y;";"
100 LPRINT tlpA"X.Ytl;tl
Separate variables by a comma.
Omit semicolons";" between the
command and variables.
Furthermore, you can key in character parameters as follows:
10
B$="ABCDabcd"
100 LPRINT I'LB tl ;B$;CHR$(3)
ABCDabcd
10
20
100
1000
Y=2000
LPRINT "LB";X;Y;CHR$(3)
1000
2000
However, these character parameters vary with the types of computers and BASIC.
For more inforrnation, see the operation manuals for your computer and BASIC.
6-5

Advertisement

loading