78
HPIIISi TWINAX CARD
The printer interface will interpret the “ ,” to be the end of the
parameter (so that, for example, “50,000” would be interpreted as two
values: value 1 = “50”, value 2 = “000”).
International users should also be aware that commas used to
represent decimal points for line width in mm (as in “1,5” for “1
1
⁄
2
”)
also cause the number to be interpreted as two separate values (for
“1,5”, value 1 = “1”, value 2 = “5”). To enter a valid decimal line width,
use periods “.” to represent decimal points (as in “1.5” for “1
1
⁄
2
”).
7.6.3 B
ASIC
D
ESCRIPTION
Line
—¬GL<line width>;<x start>;<y start>;<x end>;<y end>
Draws a line from the specified x,y start to x,y end. <Line width> is
specified in mm.
For example: ¬GL2;100;0;100;600 draws a 2-mm wide, vertical (<x start> = <x
end>) line that is 2 inches long (<y-end> - <y-start> = 600/300" = 2"), as
shown in Figure 7-9.
Figure 7-9. Example of a line.
X,Y end
(100,600)
X,Y start
(100,0)
2 inches