Create Logo Command (Normal)
189
Using the LOGO Command
This section illustrates the use of the LOGO Command to create a log o for the
Job Application Form we created earlier for a demolition company. Since this
is a demoltion company, we will create the logo as a Bomb with the upper-
case letter D superimposed on it. The dimensions of the gri d will be
.5 x .75 inches.
First plot the logo on a grid so you know which dots are n ecessary for printing.
Then compose the dot pattern information for each row of the grap hic. Use
the following graphic as the logo for the company. The syntax on below
creates the BOMB logo plotted.
LOGO;BOMB;54;30
1;20
2;20
3;20
4;19
5;19
6;18
7;18
8;17
9;17
10;16
11;16
12;15
13;15
14;15
15;11-19
16;11-19
17;11-19
18;11-19
19;11-19
20;11-19
21;11-19
22;9-21
23;8-23
24;6-24
25;6-25
26;5-25
27;5-26
28;4-27
29;4-27
30;3-28
31;3-11;23-28
32;2-11;24-29
Dot Pattern Specifies dot(s) that will be printed
in the specified row.
This information is entered in two ways:
single dots or sequences of dots. Several
single or sequences of dots can be defined
for each row. Proper format for entering
sequences of dots is beginning dot -
ending dot (23-44). Each of the entries
must be separated by a semicolon.
END Command Terminator. Enter END.
Table 24. CREATE LOGO Mode Command
Field Function Option/Modifier Selections