PROGRAMMING ALPHANUMERIC DESCRIPTIONS (Continued)
Please follow these simple steps to program your logo:
Step 1: First, write out your store name and logo message you wish to program. For example, to program the following
store logo message:
INTERNATIONAL COFFEES
999-555-1111
222 EAST MAIN STREET
OPEN 7AM TO 6PM
COFFEES OF THE WORLD
STORE/LOGO/COMMERICAL MESSAGE WORKSHEET
┌──────────────┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
│ 1st Line │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
├──────────────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼─-─┤
│ 2nd Line │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
├──────────────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼──-┤
│ 3rd Line │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
├──────────────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
│ 4th Line │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
├──────────────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤│
5th Line │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
└──────────────┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
Step 2: After writing out your message, next count the number of characters on each line.
Number of Characters
Per Line
(including spaces)
INTERNATIONAL COFFEES 21
999-555-1111 12
222 EAST MAIN STREET 20
OPEN 7AM TO 6PM 15
COFFEES OF THE WORLD 20
Step 3: Next, fill in the chart, filling in extr a unused characters with blank spaces. Note that blank spaces were added at
the beginning and end of each line in order to CENTER the logo. Otherwise, the logo lines will align to the right
side of the receipt.
┌──────────────┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
│ 1st Line │00 │00 │ I │ N │ T │ E │ R │ N │ A │ T │ I │ O │ N │ A │ L │00 │ C │ O │ F │ F │ E │ E │ S │00 │
├──────────────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
│ 2nd Line │00 │01 │39 │01 │39 │01 │39 │78 │01 │35 │01 │35 │01 │35 │78 │01 │31 │01 │31 │01 │31 │01 │31 │00 │
├──────────────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
│ 3rd Line │00 │00 │32 │32 │32 │00 │ E │ A │ S │ T │00 │ M │ A │ I │ N │00 │ S │ T │ R │ E │ E │ T │00 │00 │
├──────────────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
│ 4th Line │00 │00 │00 │00 │ O │ P │ E │ N │00 │37 │ A │ M │00 │ T │ O │00 │36 │ P │ M │00 │00 │00 │00 │00 │
├──────────────┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┼───┤
│ 5th Line │00 │00 │ C │ O │ F │ F │ E │ E │ S │00 │ O │ F │00 │ T │ H │ E │00 │ W │ O │ R │ L │ D │00 │00 │
└──────────────┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
Note: Re: Programming Numbers in Logo Message:
1. If you require the printing of numbers, for example, for a telephone number or part of the street address, the
numbers must be entered using the Alphanumeric Code C hart on Page 43. For example, for the telephone
number "999-555-1111" in the above example, the number 9 was programmed using the character code "39";
the number 5 was programmed using the code "35", etc.
2. Note that the phone number was programmed usi ng double width characters (code "01" before each number
for double width).
45