home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / mrlabl.zip / FORMATS1.PRT < prev    next >
Text File  |  1991-06-13  |  9KB  |  197 lines

  1.  
  2.  FORMATS.PRT
  3.  
  4.  This file is a demonstration of some dot-matrix formats included on your disk.
  5.  
  6.  To print this file type: COPY FORMATS.PRT PRN   requires 3 sheets of paper.
  7.  
  8.  Formats consist of printer commands assigned to lines of a label plus the
  9.  SETTINGS for LINES, START, STOP, MARGIN, SPACES, WIDTH.
  10.  
  11.  Printer commands go to the printer before the text for that line.
  12.  
  13.  The WIDTH setting should be set for the longest line to be typed onto your
  14.  form. The example, LETTER.FMT in your manual, tells step-by-step how to
  15.  create a format.
  16.  
  17.  -------------------------------------------------------------------------
  18.  << SLANTED.FMT >>
  19.  
  20.  LINES=3  START=1  STOP=3  SPACES=3  MARGIN=0  WIDTH=32
  21.  
  22.  Prints on a standard 3 1/2 x 1 15/16 label.
  23.  This format prints each line of the label 1 space to the right.
  24.  
  25.  The codes are:
  26.      1:  1R/     << print first line 1 space over >>
  27.      2:  2R/     << second line 2 spaces over >>
  28.      3:  3R/     << third line 3 spaces over >>
  29.  
  30.  
  31.   Robert J. Jordan
  32.    77 W. Central Avenue
  33.     Phoenix, AZ  85202
  34.  
  35.  
  36.  -------------------------------------------------------------------------
  37.  << LARGE1.FMT >>
  38.  
  39.  LINES=4  START=1  STOP=4  SPACES=2  MARGIN=0  WIDTH=32
  40.  
  41.  This format prints the first line in Enlarged font.  Remaining 3 normal. So
  42.  on line 1 we'll turn on Enlarged and Double strike mode (for emphasis).  On
  43.  line 2 we'll reset the CPI to 10 and turn off the printer commands.  Printer
  44.  commands go the printer before the text so line 2 will print normal.
  45.  
  46.  The codes are:
  47.      1:  5/<Esc>W1<Esc>G   << 5 CPI, Turn on Enlarged <Esc>W1
  48.                                         Turn on Double-strike <Esc>G
  49.      2:  10/<Esc>W0<Esc>H  << reset CPI to 10.  <Esc>W0 turns off Enlarged
  50.                                  <Esc>H turns off double strike;
  51.                                  Line 2 will now print in normal mode.
  52.      3:                          No codes for this line
  53.      4:                          No codes; will print same as line 2
  54.  
  55. WGGRobert J. Jordan
  56. WHHExecutive Vice President
  57. 77 Central Ave.
  58. Phoenix, AZ  85202
  59.  
  60.  
  61.  -------------------------------------------------------------------------
  62.  << POSTCARD.FMT >>
  63.  
  64.  LINES=7  START=4  STOP=7  SPACES=7  MARGIN=0  WIDTH=50
  65.  
  66.  This format prints a fixed return address and varying destination address
  67.  on Avery continuous postcards, Avery form #4167.  The cards are 3.5 x 6
  68.  inches.  So there are 3.5 x 6 = 21 lines between the tops of forms.  This is
  69.  accounted for by: Lines=7 + Spaces=7 + 7 Linefeeds in the format = 21.
  70.  
  71.  See the example for LETTER.FMT in the manual for more info on creating this
  72.  type of format.  Lines 1 - 3 are fixed, they will stay the same for each
  73.  postcard.  Lines 4 - 7 are varying, you type info into these lines or read it
  74.  from a file.
  75.  
  76.  The codes are:
  77.      1:
  78.      2:      << Lines 1 - 3 print in normal mode. >>
  79.      3:
  80.      4:  25R/<Alt 10><Alt 10><Alt 10><Alt 10><Alt 10><Alt 10><Alt 10>
  81.                 << 25R means space over 25 to the right before printing
  82.                    the first line of our addressee.
  83.                    The seven <Alt 10> are linefeed commands. They cause the
  84.                    printhead to go down 7 lines. So line 4 will print 7
  85.                    lines down and 25 spaces to the right. >>
  86.      5:  25R/   << Space over 25 before printing line 5 >>
  87.      6:  25R/   << ditto >>
  88.      7:  25R/   << ditto >>
  89.  
  90.  The SPACES setting of this format will advance the printhead to the top of
  91.  the next postcard.
  92.  
  93. DataWave Software
  94. P.O. Box 42213
  95. Mesa, AZ  85274
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.                          Robert J. Jordan
  104.                          77 Central Ave.
  105.                          Phoenix, AZ 85202
  106.  
  107.  
  108.  
  109.  -------------------------------------------------------------------------
  110.  << CENTERED.FMT >>
  111.  
  112.  LINES=4  START=1  STOP=3  SPACES=2  MARGIN=0  WIDTH=40
  113.  
  114.  This format prints 3 lines in 3 different type fonts and all centered.
  115.  Line 1 is Enlarged; Line 2 is Normal; Line 3 is Condensed.
  116.  
  117.  The codes are:
  118.      1:  C5/<Esc>W1<Esc>G   << C = Center this line;
  119.                                   5/  sets the CPI to 5 char per inch
  120.                                   <Esc>W1  Turn on Enlarged
  121.                                   <Esc>G   Turn on Double-Strike  >>
  122.      2:  C10/<Esc>W0    << C = Center;  10/ means 10 chars per inch;
  123.                              <Esc>W0  Turn off enlarged;
  124.                              Line 2 turns off enlarged font prior to printing.
  125.                              Line 2 will be centered.  Double strike mode is
  126.                              still active.  >>
  127.      3:  C18/<Alt 15>         << 18/  = 18 chars per inch for condensed font
  128.                              <Alt 15> turns on condensed font for line 3  >>
  129.                              Line 3 will print in small characters.
  130.      4:  C10/<Alt 18><Esc>H  << 10/ = 10 CPI;  <Alt 18> turns off condensed  >>
  131.                              <Esc>H turns off double-strike.
  132.                              Lines 1 - 3 are our varying lines for this format
  133.                              Line 4 is a fixed blank line.  Its only purpose is
  134.                              to clear the condensed font and double strike.
  135.     Printer commands stay on until turned off.  When writing formats, a line
  136.     like line 4 is often needed to turn off previous printer commands.  If
  137.     we left Condensed on, and then turned on Enlarged on line 1 we'd get a
  138.     font sort of in between the two - at least on an Epson printer.  We've
  139.     turned off double-strike mode here and will turn it on again on line 1 -
  140.     it wasn't necessary but is the clean way of doing things.
  141.  
  142.  
  143. WGG   Paul J. Jordan
  144. W           77 W. Central Ave.
  145.                            Phoenix, AZ  85202
  146. H
  147.  
  148.  
  149.  -------------------------------------------------------------------------
  150.  << ROLODEX.FMT >>
  151.  
  152.  LINES=8  START=1  STOP=8  SPACES=4  MARGIN=0  WIDTH=40
  153.  
  154.  This label prints a standard Rolodex card, RediForm #06821. The form rips down
  155.  to 4 inches wide by 2 1/6 inch deep.  There are 13 lines between the tops of
  156.  each continuous form.  Notice that LINES plus SPACES equals 12.  We pick up a
  157.  blank line from line 2 of the format. A blank line is inserted after the first
  158.  line so the name stands out on the card.
  159.  
  160.  The codes are:
  161.  1: 10/<027>W1<Alt 15>    The combination of enlarged and condensed fonts
  162.                           prints in 10 characters per inch (10/) but somewhat
  163.                           larger and bolder than normal.
  164.  2: 3R/<027>W0<Alt 18><Alt 10>
  165.                           Line 2 starts printing 3 spaces Right from the left
  166.                           margin. <027>W0 and <Alt 18> turns off enlarged and
  167.                           condensed. The <Alt 10> causes a line feed
  168.                           command to be sent.  Thus line 2 will print after
  169.                           moving down one line.
  170.  3 - 8: 3R/              Lines 3 thru 8 start printing 3 spaces to the right.
  171.  
  172. WJordan, John J.
  173. W
  174.     Executive VP, WorldWide Transport
  175.    77 W. Central Ave.
  176.    Phoenix, AZ 85202
  177.    (602) 820-5555
  178.  
  179.    Likes golf.  Has a son Paul.
  180.  
  181.  
  182.  ----------------------------------------------------------------------------
  183. This example is not a format but illustrates our address printed
  184. with its barcode zip code for a 9 pin dot-matirx printer.
  185. Z\
  186. Z\                                                                                        
  187. 
  188. $A DataWave Software
  189. P.O. Box 42213
  190. Mesa AZ 85274-2213
  191.  
  192.  ----------------------------------------------------------------------------
  193.  
  194.  These are just examples.  If you create a format that you feel will
  195.  be of value to others please send the code, some sample labels, and any
  196.  manufacturers form number.  We'll include it in a library of formats.
  197.