Result
Produces a triangle with no fill pattern.
Circles
A circle is created by defining by its center point and radius. Circles can be filled with
a variety of different patterns. Row, column, and radius are interpreted as inches (100)
or millimeters (10) depending on printer mode.
Syntax
1 X 11 fff rrrr cccc C ppp bbbb rrrr <CR>
Parameters
Where:
l
1 - Rotation (must be 1)
l
X - Graphic field
l
1 - Multiplier (must be 1)
l
1 - Multiplier (must be 1)
l
fff - Fill pattern number
l
rrrr - Row of the center point
l
cccc - Column of the center point
l
C - Circle ID (Fixed Value)
l
ppp - Fixed Value (001)
l
bbbb - Fixed Value (0001)
l
rrrr - Radius of the circle
l
<CR> - Termination character
Sample 1
1 X 11 000 0100 0100 C 001 0001 0025<CR>
Result
Produces a circle centered at row 0100, column 0100 with a radius of 0025 and no fill
pattern:
DPL Command Reference
172