Trademark Acknowledgements ® Acrobat Reader is a trademark of Adobe Systems Incorporated. DEC is a trademark of Compaq Computer Corp. Epson is a trademark of Seiko Epson Corp. Genicom is a trademark of Genicom L.L.C. HP is a trademark of Hewlett-Packard Company. IBM and Proprinter are trademarks of International Business Machines Corporation.
Table of Contents 1 QMS® Code V™ Graphics Processing Language ... 15 Graphics Processing Language... 16 Graphics Mode ... 16 Turning Graphics Mode On ... 16 PY Then ... 17 Turning Graphics Mode Off ... 17 Code V Command Character (CVCC)... 18 Changing The CVCC ...
Page 6
Table of Contents Block Character Fonts ... 37 7.5 CPI ... 37 10 CPI ... 38 12 CPI ... 39 15 CPI ... 39 Code V Font Selection... 40 Code V Character Set Selection... 40 Compressed Fonts ... 41 NLQ Fonts ... 42 Default Font Selection ...
Page 7
4 Barcodes... 61 Selecting Barcodes ... 62 Barcode Density ... 62 Barcode Height ... 62 Barcode Width... 62 Barcode Version 1... 63 Barcode Version 2... 64 Dark/Light Bar Ratios ... 70 High Density Barcode ... 71 LOGMARS Barcode ... 72 Code 128 Barcode ...
Page 8
Table of Contents 6 Buffered/Defined Forms ... 99 Buffered Forms ... 99 Data Fields ... 99 Buffered Form Create ... 100 Buffered Form Execute ... 100 Control Code Command Changes ... 101 Buffered Form Delete... 104 Buffered Form Reset... 104 Buffered Form List...
Page 9
Two of Five with 3:1 Ratio (Type 10)... 136 Interleaved Two of Five, 3:1 (Type 11)... 137 UPC Version A (Type 12)... 138 EAN-13 (Type 13) ... 139 EAN-8 (Type 1) ... 140 Block Characters ... 141 Block Character Sizes ... 141 Normal Density (^M) Examples ...
Page 11
10 PGL Barcodes... 205 PGL Barcodes (Used in CREATE Mode Only)... 205 Barcode Command Parameters... 205 Data Field Characters ... 211 Incrementing Barcode Data ... 214 PGL Barcode Commands And Output... 215 Code 39... 215 Code 128B ... 216 Code 128C ... 217 EAN 8 ...
Page 12
Table of Contents EAN 128... 257 US Postnet Barcode... 262 Large Character Printing (LCP)... 263 LCP Character Set US-ASCII LCP Character Set German ... 264 A Customer Support ... 267 TallyGenicom Customer Support Center... 267 TallyGenicom Supplies Department ... 267 Corporate Offices...
Page 13
Zero Parameter (Menu Level 2) ... 295 Vscale Parameter (Menu Level 2)... 295 PGL Special Function Command Character (SFCC) Parmeter (Menu Level 2) ... 295 I PY/PN Data Processing... 297 PN Then Data Processing When PN Then = NONE ... 297 PN Then Data Processing When PN Then = ALL ...
® Processing Language This manual describes the features and uses of the Code V Graphics Processing Language. Code V uses a Graphics Processing Language (GPL) that provides the user with total control over the printing and formatting of graphics images. This GPL is compatible with QMS 2 and includes the following features.
Chapter Graphics Processing Language Graphics Processing Language The Graphics Processing Language (GPL) consists of a set of commands that are used to print graphics images such as block characters, barcodes, lines, and boxes, as well as provide formatting control for the correct placement of these images.
When Graphics Mode is on: • The control panel displays ONLINE GRAPHICS • All GPL commands and data are processed by Code V • Non-GPL data is passed to the current emulation. PY Then This control panel option defines the action taken on characters that are on the same line as the Graphics Mode On Command (^PY).
Chapter Code V Command Character (CVCC) Code V Command Character (CVCC) All GPL commands begin with a Command Character. By default, this character is an ASCII caret (^) having hexadecimal value of 5E. Changing The CVCC There are two ways to change the CVCC. Using ESC Sequences Using the ^N Command Change Sequence This method can only be done in Graphics Mode.
Turning Free Format On Free Format The GPL provides a mode which ignores all data with values less than 20 (decimal 32). Data having values below decimal 32 are collectively called Control Characters and include Line Feed, Form Feed, and Escape characters.
Chapter Free Format Control Code Equivalents When Free Format is turned ON, GPL control code equivalents are treated as actual ASCII control codes. For example ^! functions in the same manner as the ASCII control code SOH. If control code characters need to be passed to the printer in Free Format Mode, use the control code equivalents shown in Table 1.
Control Code Equivalents ^: (caret colon) ^; (caret semicolon) ^< (caret left arrow) ^= (caret equal sign) ^> (caret right arrow) ^? (caret question mark) Ignore Data The Ignore Data command causes the printer to ignore all data (except for the command to turn Ignore Data OFF).
Chapter Graphics Pass Not all GPL commands and data sent to the printer need to be in a pass. In fact, many commands must be outside of a pass to function properly. For instance, the command ^H sets the form length if it is used outside of a pass, but sets the pass height if it is used within a Pass.
The Printer uses a Heap Buffer to process the pass for printing. If a Graphics Pass is so complex that processing it overflows the available Heap Buffer space, the Printer aborts processing and announces a Heap Overlfow fault. Pass Format A single Graphics Pass Command is formatted like this: Command ^ {M, U, V or E}hhwwjjd<data>^- Arguments ^ {M, U, V, or E} The braces, { }, indicate that either M, U, V, or E...
Page 24
Chapter Graphics Pass Vertical Left Orientation (^E) Prints data down the page and roated 90 degrees counterclockwise so that the baseline faces the right margin of the paper: The height of each individual barcode or block character. This dimension is measured vertically on the page and is specified in increments of 0.1 inches (0.25 cm).
GPL Commands Most of the examples shown in this manual assume Graphics Mode and Free Format Mode are turned on, although the examples will not always show the ^PY and ^F commands. The complete set of commands to turn Graphics and Free Format Mode On, send GPL commands and data, then turn Free Format and Graphics Mode Off are shown below: ^PY^-...
Character Printing Control Panel Option A new option has been added to the control panel under the Graphics category. The new option, Vscale, determines whether or not vertical block characters will be scaled to match the difference between the horizontal and vertical print densities.
Page 28
Chapter Block Character When a block character is rotated 90 degrees clockwise or counterclockwise on a page, the height and width values are exchanged: • the Graphics Pass height value determines the new character width. • the Graphics Pass width value determines the new character height. Command ^{M, U, V, or E}hhwwjjd<data>^- Arguments ^{M, U, V, or E} One of the four orientation commands ^M, ^U, ^V, or ^E.
Page 29
The following examples illustrate block character printing. Example 1: The Graphics Pass ^M0202000Graphics ^- prints: Horizontal orientation of character. Character height of 0.2 inches (0.51 cm). Character width of 0.2 inches (0.51 cm). Justified downward 0.00 inches. No additional dot rows of justification down. Graphics Data to be printed.
Page 30
Chapter Block Character Example 4: The Graphics Pass ^E0101000Vertical Left^_ prints: Example 5: The Graphics Pass ^M0202000GRAPHICS ^M0203053OPTION^- prints: • First Command - ^M0202000GRAPHICS GRAPHICS Data printed at 0.2 inches high and 0.2 inches • Second Command - ^M0203053OPTION^- OPTION Vertical left orientation of the pass.
Page 31
Example 6: To place OPTION directly under GRAPHICS, a pass terminator (^-^*) must be placed after the end of the first pass but before the beginning of the second pass: ^M0404000GRAPHICS^-^*M0404053OPTION^- will now print: Example 7: This example shows horizontal block characters with varying degrees of justification.
Chapter Descender Mode • Third Command - ^M0303020s • Fourth Command - ^M0303000s^- Descender Mode The Descender Mode is recognized only within a Graphics Pass (^M, ^V, ^E, or ^U has been previously sent). It can be toggled on and off as often as desired within a Graphics Pass, and it is terminated when the Graphics Pass terminates.
Reverse Image Reverse Image causes the printer to print white block characters on a black background. The black background extends beyond each character one dot row or column for every 0.1 inch increment of character window size. For example, a Reverse Image character window with a horizontal dimension of 03 (0.3 inches or 0.76 cm) and a vertical dimension of 04 (0.4 inches or 1.0 cm) will have the dark background extend three dot columns left and right of the character(s) and four dot rows on the top and bottom.
Chapter Half-Tone Example 2: Sending the Graphics Pass ^M0303000^R^Dfghij^R^D^- with Descender Mode ON prints: NOTE: The dark background of Reverse Image extends three dot rows below the descenders. Half-Tone Lines, boxes, and characters are printed in solid black, but they can also be printed in patterns of dots.
Half-Tone Toggle Once a half-tone pattern has been selected, it can be toggled ON and OFF within a Graphics Pass with the command: Command ^KH<data>^KH Example: The Graphics Pass ^M0303000GRA ^KL05PHI^KHSC OP^KHTIO^KHN^- prints: Data printed as solid black. Turns Half-Tone Mode ON. Selects the 05 half-tone pattern.
Chapter Half-Dot Mode (Double Density) Half-Dot Mode (Double Density) The Half-Dot Mode causes the printer to print at 120 DPI horizontally (the standard print density is 60 DPI). Printing at 120 dpi results in darker printing and reduces the stairstep effect of diagonal lines. It is most often used to improve barcode readability.
• Second Graphics Pass - ^M0303040^KH^KFOPTION^KF^KH^- OPTION Block Character Fonts Block character fonts are created from the block character set in four graphic orientations, and are available in the following sizes: • 7.5 CPI block characters, 0.2 inches high. • 10 CPI block characters, 0.1 inch high.
Chapter Block Character Fonts 10 CPI The 10 CPI block character set is 0.1 inches high and is selected by using the following Graphics Pass Command. Command ^{M,U,V,E}0101jjd<data>^- Arguments ^{M,U,V,E} 0101 <data> Example 1: The Graphics Pass ^M0101000HORIZONTAL 10 CPI^- prints: Example 2: ^M0101000HORIZONTAL 10 CPI ^M0202000HORIZONTAL 5 CPI^- prints: One of four Graphics Pass orientations (^M for...
12 CPI The 12 CPI character set is 0.1 inches high and is selected with the following special Graphics Pass command. Command ^{M,U,V,E}0001jjD<data>- Arguments ^{M,U,V,E} One of four Graphics Pass orientations (^M for horizontal, ^V for clockwise rotation, ^E for counterclockwise rotation, or ^U for upside down and reverse order of characters).
Chapter Code V Font Selection Code V Font Selection Since Code V runs on top of another emulation, the Code V Language has the ability to print either emulation fonts or Code V fonts. When Code V is turned on via the ^PY^- command, it sets the out of pass font to the 10 CPI Draft emulation font using the character set selected on the Control Panel.
The upper Code V character set contains the following characters not found in the Latin1 set: Compressed Fonts Code V has the following nine compressed fonts for use in normal printing outside of a Graphics Pass. • Near Letter Quality (NLQ) character sets at 10, 12, 13.3, 15, and 17.1 CPI.
Chapter NLQ Fonts Example 1: The command ^#6OCR-A characters^- prints: Example 2: The commands ^M0202000GRAPHICS PASS^-^*^#2^- COMPRESSED FONT^- prints: NLQ Fonts The NLQ fonts use 0.10 inch high Gothic characters whenever high quality print or high density is desired. NLQ fonts are limited to Horizontal Orientation only, and the NLQ Font command must be contained within a Graphics Pass.
Example 2: The Graphics Pass ^M0000000^S1A line^T0100of text^- (10 CPI) prints: Default Font Selection This command allows selection of a default font that when issued inside a pass, selects the font used for the duration of that pass only. When used outside a pass, it selects the font used in all non-graphics printing.
Chapter Draft Fonts Draft Fonts The draft fonts, when issued inside a pass, select the font used for the duration of that pass only. When used outside a pass, they select the font used in all non-graphics printing. Command ^@Cnn Arguments Font/Quality Speed Code V is capable of printing most of the Code V fonts at three different...
Half Space Font Mode Selects 60 DPI, fast speed, lowest quality fonts. The paper will not back up to print any GPL font (excluding OCR) when ^~FH is selected. Command ^~FH Lines Per Inch The number of character lines per inch may be set with the command: Command ^@Lnn Arguments Dump Mode...
Chapter Control Panel Option Control Panel Option The following Control Panel option provides more control of speed and quality. Block Character This option allows you to set the size at which Block Character Smoothing begins. NOTE: Smoothing slows down the Code V processing. The default is size 3. ISO Character Sets Several international standard character sets may be selected with this command.
Creating Lines And Graphics Line Drawing Code V allows printing of solid or dashed lines of various thicknesses and orientations. The following sections describe the line drawing commands and their usage. Solid Lines Description Solid lines can be printed horizontally and vertically ranging in width and length from one dot to 13.2 inches.
Page 50
Chapter Line Drawing Example 1: The command ^LS04000001^- prints a horizontal line exactly 4 inches (10.2 cm) long and 1 dot row thick. Example 2: The command ^LS0500011^- prints a horizontal line 3.5 inches (8.9 cm) long and 0.1 inches (0.25 cm) plus 1 dot row thick. Example 3: The command ^LS00020110^- prints a vertical line 2 dot columns wide and 1.1 inches (2.79 cm) high.
Dashed Lines Description Dashed lines are drawn by printing alternate tenths of an inch (every 0.25 cm). The individual dashed marks will be oriented to the line’s strongest dimension (horizontal or vertical). If the horizontal and vertical lengths are equal, the dashes will be horizontal.
Page 52
Chapter Line Drawing Example 2: The command ^LD00100210^- prints a vertical dashed line 0.10 inch wide and 2.1 inches (5.3 cm) tall. 0010 0210 Example 3: Dashed lines will print horizontally if the horizontal and vertical dimensions are the same. The command ^LD01000100 will print a series of vertical stripes 0.1 inches (0.25 cm) wide across a space that is 1.0 inches (2.5 cm) square.
Boxes Description Boxes can be drawn in a variety of shapes, sizes, and line weights. Maximum box size is limited to the maximum printed pass length and the width of the paper being printed upon. NOTE: When printing boxes, the minimum box length must be greater than twice the thickness of the vertical borders.
Page 54
Chapter Boxes Example 2: The command ^LB0250010025^- prints the following: 0250 0100 Example 3: The command ^LB0010025046^- prints the following: 0010 0250 The Box command Line lengths for top and bottom borders of 2.5 inches (6.4 cm) with no additional dot columns. Line lengths for left and right borders of 1.0 inches (2.54 cm) with no additional dot rows.
Example 4: The Graphics Pass, ^M0202000^LB00900009011GRAPHICS^- prints the following box and characters: 0090 0090 GRAPHICS Data to be printed with each character is 0.2 inches Form Drawing Description The GPL Form command is used to draw boxes with vertical lines ineside.
Page 56
Chapter Form Drawing Example 1: The Graphics Pass ^LF03000150110050010100101003^G prints the following box and vertical lines. 0300 0150 Additional horizontal positioning of the first vertical line in dot columns, ranging from 0 to 9. Thickness of the first vertical line in dot columns, ranging from 1 to 9.
Plot Mode Description Plot Mode allows you to create and print your own graphics images. The Plot Mode command must be inside a Graphics Pass. Plot data is based on vertical columns of seven dots each. Each column is described by a hex byte that specifies which of the seven dots to print.
Chapter Logos The X is drawn dot by dot as illustrated in Figure 2. Figure 2. Plot Mode Example Logos A set of predefined logos come with Code V. See Appendix C, “Logos” on page 271 for a table of logos. The first twelve are available in all four orientations;...
Version 2 logos The Version 2 logo command prints all logos. The logo command must occur within a Graphics Pass. Command ^ILOGO,d,nn^G Arguments ^ILOGO NOTE: If “d” is left out, density defaults are low. Example: The command ^M0202000^ILOGO,L,43^G^U0202000^ILOGO,L,43^G ^V0202000^ILOGO,L43^G^E0202000^ILOGO,L,43^G^- prints: Pixel Expansion The Pixel Expansion command expands logos, fonts, and plot data up to 255 times their original size.
Page 60
Chapter Pixel Expansion To enlarge the logo, send the Pixel Expansion code first, followed by the logo command. For example, ^M0101000^IPEXP,3,3^G^ILOGO,L45^G^- prints: Example 2: Sending the code ^M^IFONT,S,3^Gline of Text^- prints at the normal size: Whereas sending the code ^M^IFONT,S,3^G^IPEXP,4,3^GLine of Text^- prints:...
Barcodes The CVCC provides the capability to print several standard barcode styles with or without accompanying human-readable characters. All barcode encoding algorithms reside in the printer. The user needs to only send the Barcode Command followed by the data to encode, and the printer will do the rest.
Chapter Selecting Barcodes Code V supports Version 1 and Version 2 Barcode commands. Version 1 commands allow more flexibility in the placement of the human-readable text portion of a barcode. Version 2 commands have the advantage of including the name of the barcode style in the command. Either command must be contained within a valid Graphics Pass for it to be recognized by the printer.
Barcode Version 1 The Version 1 command for printing a barcode is: Command Default Ratio: ^{B,C}ax<data>^G Variable Ratio: ^{B,C}a9x<ratio><data>^G Arguments ^{B,C} B to print a horizontal barcode, or C to print a vertical barcode. One of the following characters: B, prints the OCR-B font three dots below the barcode.
Chapter Example 2: The Graphics Pass ^M0515000^CYD67890^G^- prints: ^M0515000 Turns ON the Graphics Pass Mode. Barcode height 67890 Barcode Version 2 The Version 2 command for printing a barcode is: Command Default Ratio: ^IBARC,x,a,<data>^G Variable Ratio: ^IBARC,x,R<ratio>,a,<data>^G Arguments ^IBARC <ratio> NOTE: Colons must be used for Version 2 to separate the ratio parameters.
Page 65
<data> Table 3 shows the available barcode styles and associated indices: Table 3. Valide Barcode Symbologies Version 1 Version 2 Index Index AIAG Code 39 EMBARC Code 39 HIBCC Code 39 Code 39 LOGMAR Code 39 C39A Code 39 C39M43 Code 39 CBAR Codabar...
Page 66
Chapter NOTE: We cannot guarantee tha barcode data with unique ratios other than those listed above will result in readable printer output. When using unique ratios, make sure that the wide and narrow bar ratios conform to requirements for readability. Example 1: The following command is the Version 2 equivalent of Example 1 in the Version 1 barcode section: ^M0515000^IBARC,C39,N,12345^G^- prints:...
Page 67
Example 3: Example 2 may be printed with the human-readable characters embedded in the barcode by replacing B with an E as shown below: ^M0505000^IBARC,C39,E,12345^G^- prints: ^M0505000 Sets up horizontal orientation and sets the barcode height to 0.5 inches. ^IBARC, Turns ON the Barcode Mode.
Page 68
Chapter Example 5: The Graphics Pass ^U0505^IBARC,EAN8,E,1234567^G^- prints: ^U0505 ^IBARC EAN8 1234567 Example 6: Barcodes may be printed in all four orientations. The following four Graphics Passes will print: 1. ^M0505000^IFONT,S,1^G^IBARC,C128,B,Horizontal^G 2. ^U0505000^T0250^IBARC,C128,B,Upside^G^-^* 3. ^E0505000^T0000^IBARC,C128,B,Vert Left^G 4. ^V0505000^T0250^IBARC,C128,B,Vert Right^G^- Causes the barcode to be upside down with a height of 0.5 inches.
Page 69
First Command: ^M0505000^IFONT,S,1^G^IBARC,C128,B,Horizontal^G ^M0505000 Causes barcode to print horizontally with a height of 0.5 inches. ^IFONT,S,1^G Selects Draft 10 CPI characters. ^IBARC,C128, Turns ON Barcode Mode and selects Code 128 barcode. Prints the character translation below the barcode. Horizontal Data to be encoded as Code 128 barcode and printed below the barcode as Draft 10 CPI characters.
Chapter Fourth Command: ^V0505000^T0250^IBARC,C128,B,Vert Right^G^- ^V0505000 ^T0250 ^IBARC,C128, Vertical Right Dark/Light Bar Ratios The default widths of the light and dark bars that comprise each barcode style are determined by the ratios given in Table 3. These ratios are read in pairs, with the first number of the first pair being the width of the narrowest bar in dot columns, and the second number of the first pair being the width of the narrowest space in dot columns.
Example 1: Barcodes can be expanded by doubling the ratio of the light/dark bars. Code 39, which is normally 1:1:3:3 can be printed double wide by sending the Version 2 Graphics Pass, ^M0505000^IBARC,C39,R2:2:6:6,E,12345^G^- prints: Example 2: Barcodes can also be expanded by replacing the ratio numbers in Table 3, page 65, with other values that are not exact multiples.
Chapter LOGMARS Barcode The LOGMARS barcode is a style used by the U.S. government. Although it was meant to print with the human-readable characters placed below the barcode (B), LOGMARS can also be used the with human-readable characters embedded in the barcode (E) or not selected (N). Example: The Graphics Pass, ^M1010^IFONTS,S,10^G^IBARC,LOGMAR,E,NEWMEX^G^- prints:...
Page 73
Example 1: The Graphics Pass ^M0505000^IFONT,S,10^IBARC,C128,E,ABCDE^G^- prints: Example 2: By adding the greater than symbol to the printable characters of Example 1, the Graphics Pass, ^M0505000^IFONT,S,10^IBARC,C128,E,>ABCDE^G^- prints a different barcode pattern, indicating that >A (decimal 65) now represents the control code SOH (decimal 1): NOTE: The human-readable characters did not print under the barcode as it did in Example 1, above.
Page 74
Chapter Table 4. Code 128 Special Command Characters Special Character >0 >1 >2 >3 >4 >5 >6 >7 >8 The following examples illustrate the Special Character usage Barcode Commands ^IBARC,C128,B,>8123^G^- ^IBARC,C128,B,>7123^G^- ^IBARC,C128,B,>6123^G^- ^IBARC,C128,B,>3123^G^- ^IBARC,C128,B,>2123^G^- ^IBARC,C128,B,>123^G^- ^IBARC,C128,B,>456>8123^G^- ^IBARC,C128,B,>456>7123^G^- ^IBARC,C128,B,>456>6123^G^- ^IBARC,C128,B,>456>3123^G^- ^IBARC,C128,B,>456>2123^G^- Code 128 Code A Code B...
Code 128 Special Characters When a style selection has been made, character data will be translated from the selected code style to the Code 128 representation as shown in Table 5. NOTE: Codes 96 through 102 do not have corresponding ASCII character translations;...
Page 76
Chapter Code 128 Value Table 5. Code 128 Translation Table Code A Code B < < > > Code C...
Page 77
Table 5. Code 128 Translation Table Code 128 Code A Value ‘ Code B Code C...
Page 78
Chapter Code 128 Value Table 5. Code 128 Translation Table Code A Code B FNC 3 FNC 3 FNC 2 FNC 2 SHIFT SHIFT CODE C CODE C CODE B FUNC-4 FNC 4 CODE A FNC 1 FNC 1 Code C CODE B CODE A FNC 1...
Accessing POSTNET in CVCC Postnet Barcodes POSTNET barcodes are now available to all Code V users. You can now print POSTNET barcodes on envelopes or any printer output desired. The United States Postal Service defines POSTNET Barcodes in USPS Publication #25, A Guide To Business Mail Preparation.
Chapter Postnet Barcodes Parameters In POSTNET When used with POSTNET barcodes, some parameters function differently than when used with other barcodes. These parameters are as follows: ^IBARC,POSTNET,B,98032^ The Below (B) parameter adds human-readable characters below the barcode, but unlike other barcodes, does not reduce the height of POSTNET codes.
HIBCC Barcode The HIBCC barcode style is used by the health industry. It is actually a Code 39 barcode with a check digit. If the human-readable text is printed, it is bracketed on either side by an asterisk. Lower-case letters cannot be used with the HIBCC barcodes.
Positioning and Repeating Positioning Data This chapter discusses the formatting and positioning commands provided by Code V. Horizontal Tab The Horizontal Tab command allows the user to specify the current print position relative to the left margin. When issued outside a pass, it sets the default left margin for all subsequent Graphics Passes.
Chapter Positioning Data Example 2: Since the tab command always specifies the print position relative to the left margin, it is possible to back up to previously printed positions within the line. For instance, the following example prints B before A even though A appears before B in the command sequence ^M0505^T0100A ^T0000B^-.
Pass Height This function changes the height of block characters and barcodes within a Graphics Pass. Command ^Hxx Arguments Pass Height Command New window height in increments of 0.1 inches (0.25 cm) from 01 to 99. The actual height ranges from 0.1 to 9.9 inches (0.3 to 25.2 cm).
Chapter Positioning Data Pass Width This function changes the width of block characters within a Graphics Box. Command ^Wxx Arguments Example: The Graphics Pass, ^M0404000GRA ^W02PHIC^- prints: PHIC Pass Density This function changes the density (dots per inch or DPI) of barcodes and block characters.
The vertical density in dots per inch. The allowable is from 040 to 240. Example 1: The Graphics Pass, ^M0404000^~D05005050x50 dpi^- prints: Example 2: The Graphics Pass, ^M0505000^~D070072^BYA1234567890^G^- prints: Example 3: The Graphics Pass, ^M0505000^~D060072^BYA1234567890^G^- prints: Dot Slew The Dot Slew command moves the paper up by a user-specified number of dot rows.
Chapter Positioning Data Interrupt Function With the Interrupt function, a Graphics Pass may be interrupted at a designated vertical distance from the top of the pass to allow another Pass to begin printing at that location. The Interrupt command is not processed until a Pass Terminator is received.
Repeating Data The printed image defined by a sequence of Code V commands and data may be repeated horizontally and vertically through the use of Code V Repeat commands. This technique is often used to replicate labels, allowing the user to print numerous labels from a single command sequence.
Page 90
Chapter Repeating Data, Version 2 Example 1: The command ^IREPH,2,200^G^M0202000REPEAT^_^IREPE^- prints: ^IREPH, ^M0202000REPEAT^ ^IREPE Example 2: The Graphics Pass ^IREPH,2,200^G^M0202000GRAPHICS^- ^*^M0303000^T0040MODE^-^IREPE^- prints: ^IREPH, ^M0202000 Sets the orientation and size of the character GRAPHICS The data to be printed. ^-^* ^M0303000 Sets the orientation and size of the character ^T0040 MODE ^IREPE...
Vertical Repeat, Version 2 Vertical repetition can be selected by bracketing the commands and data to be repeated with the commands shown below. Both Graphics and non- Graphics commands and data are repeated vertically. Command ^IREPV,n,vd^G <data>^IREPE Arguments ^IREPV Vertical Repeat Command The number of times the data is to be repeated (1 to 9999).
Chapter Repeating Data, Version 2 Multiple Repeat Commands A Graphics Pass may contain more than one Repeat Start/Repeat End pair. When a Graphics Pass contains more than one pair of Repeat Start/Repeat End commands, the additional pairs are described as being “nested” inside the Graphics Pass.
Page 93
^iREPV,2,070^G Specifies a Vertical Repeat twice at 0.7 inches separation. ^IREPH,3,100^G Specifies a Horizontal Repeat three times with a separation of 1 inch. ^M0101000abc^- First Graphics Pass with data and Pass Terminator. ^IREPV,2,000^G Specifies a Vertical Repeat of two more times with no separation.
Chapter Automatic Increment/Decrement ^IREPV,2,050^G Level A ^IREPH,2,150^G ^T003 Level B ^IREPV,3,020^G ^T005 Level C Automatic Increment/Decrement Data items within a repeat sequence can be increased or decreased in predetermined amounts using the following increment or decrement syntax. Command <Begin Repeat Command>^Yx+/-z^G<End Repeat Command> Arguments This command causes Level A and all the following passes to be repeated twice vertically, with a...
Page 95
Incrementing or decrementing numbers and characters is similar to adding or subtracting numbers. Align the numers and/or letters vertically in columns and add or subtract each column. For example, K + 1 means to advance 1 character position from K to the next letter (i.e., K+1 = L and K-1 = J). The following examples show how automatic increments (addition) and decrements (subtraction) apply to numeric and character fields: (Operand)
Page 96
Chapter Automatic Increment/Decrement Example 1: The Auto Increment Command, ^IREPV,3,0^G^M0202000^YAA8+3^G^-^*^IREPE prints: ^G^-^* ^IREPE Example 2: The Auto Increment command, ^IREPV,4,0^G^M0202000^Y Y9+4^G^- ^*^IREPE- prints: ^G^-^* ^IREPE Turns ON the Automatic Increment/Decrement function. The operand (the starting value). The operator. This is the amount by which the operand is incremented.
Page 97
Multiple Repeat Commands Example 3: This example shows how to print sequentially numbered labels. The Automatic Increment command: ^IREPV,3,0^G^M0000Vert ^Y1+1^G^- ^IREPH,3,100^G^M0101Horz ^Y1+1^G^- ^IREPV,2,0^G^M0101VERT ^Y1+1^G^- ^IREPE^IREPE^IREPE^- prints:...
Chapter Repeating Data, Version 1 Repeating Data, Version 1 Horizontal Repeat Horizontal Version 1 repetition can be accomplished by bracketing the commands and data to be repeated with the commands shown below: Command ^Snntt^-<data>^-^S^- Arguments <data> ^S^- NOTE: Auto increments/decrements are not supported within a Version 1 horizontal repeat.
Buffered/Defined Forms Buffered Forms Code V allows users to store commands and data in printer memory. The data stored in memory may be named and called up for use any time. Data stored in memory this way is called a buffered form. The buffered form can consist of any data and commands sent to the printer.
Chapter Buffered Forms Buffered Form Create Buffered forms are created by the Buffered From Create Command. When a buffered form is created, it is stored in printer memory until it is deleted or the printer exits Graphics Mode. Every Version 2 Buffered Form has a name by which it is referenced.
<data> Data to be entered into the data fields of the Buffered Form. Command Terminator Example: To print the form defined as TEST 1 in Example 2, page 100, send the following command: ^IFORM,ETEST 1^GABCDEF^-^G This would print ABCDEF as 0.5 x 0.5 inch block characters: Control Code Command Changes Within the Buffered Form Execute <data>...
Page 102
Chapter Buffered Forms The following examples illustrate the use of buffered formatting. Example 1: This example is a two step process. A form with the file name EXAMPLE 1 will be created in the first step, then executed in the second step.
Page 103
Control Code Command Changes ^T0004^J122QUANTITY^J133^T0025 (Q) ^T0004^J232 SUPPLIER^J241^T0025 (V) ^T0004^J312 SERIAL^J323^T0025 (S) ^M0100000^T0030^J386 ^[055^-^*^ 2. The following Execute command inserts data into the data fields and prints the AIAG form as follows: ^IFORM,EAIG^G 1234567^+ 1234567^+ 12345^+12345^+ 123456^+ 123456^+ 123456789 123456789 Company Name Goes Here ^+^G...
Chapter Buffered Forms Buffered Form Delete Any existing form or label can be deleted from the printer’s memory if additional space is needed to create a new form. This is done through the command: Command ^IFORM,D<name>^G Arguments ^IFORM,D <name> Buffered Form Reset This command deletes all user-defined forms stored in memory.
Buffered Form List Buffered Form List This command prints a list of all forms currently in memory, the number of bytes needed for each form, the total number of bytes used, and the number of bytes still available. This is done through the command: Command ^IFORM,L Example: Issuing the above command prints:...
Chapter Buffered Forms Buffered Form Repeats Two types of Repeat commands are allowed within a buffered form: the Buffered Form Copy command and the Buffered Form Repeat command. Both the Copy and Repeat commands serve to repeat a sequence of Create <data>...
Page 107
Buffered Form Copy Example 1: ^F^- Free Format ON ^IFORM,CEXAMPLE1^G ^C03^-^M0101This line prints 3 times^-^Z^- ^C02^-^M0201This line prints ^[020^-^Z^- ^C04^-^M0202This line prints ^[020^-^Z^- ^IFORM,EEXAMPLE1^G 2 times^-2 times^- 3 times^0 3 times^0 3 times^0 ^O^ Free Format OFF prints:...
Chapter Buffered Forms Repeat The Repeat command repeats a sequence of Code V commands and data a user-specified number of times. The number of times to repeat a command or data sequence is specified in the data section of a Buffered Form Execute command.
Predefined Forms Code V comes with the following two predefined forms already stored in permanent memory: • AIAG form • Preliminary Metals form The barcode portions of these predefined forms can be printed at either 120 DPI high density or 60 DPI low density. However, the Halfdot Mode reduces print speed by approximately 50% during the printing of the barcode(s).
Chapter Predefined Forms Partner Number The first field (up to nine characters) is treated as human-readable characters. The second field (up to nine characters) is treated as barcode data. Quantity The third field (up to six characters) is treated as human-readable characters. The fourth field (up to six characters) is treated as barcode data.
which prints: Primary Metals Form Similar to the AIAG form, the Primary Metals form utilizes both barcode and human-readable characters to create a standard label for shipping and identification. The barcode portions of this form can be printed in either the High Density or Low Density mode: The command to select Half Dot Mode is METALS_H.MT.
Chapter Predefined Forms The data sent to fill the METALS forms will sequentially fill the following data fields: Product Identification The first field (up to 15 characters) is printed as human-readable characters. The second field (up to 15 characters) is printed as barcoded data. Supplier Number The third field (up to 11 characters) is printed as human-readable characters.
Special Data The twentieth field (up to 14 characters) is printed as a single line of human- readable characters. The twenty-first field (up to 14 characters) is printed as a single line of human- readable characters. The twenty-second field (up to 14 characters) is printed as a single line of human-readable characters.
Page 114
Chapter Predefined Forms MINT^+ TASTE^+ GREEN^+ Green Mint Gum, Inc.^+ ^G^- prints (see next page): Human-readable Special Data Human-readable Special Data Human-readable Special Data Human-readable Supplier Address...
Chapter Version 1 Buffered Formatting Version 1 Buffered Formatting This section discusses only the Version 1 commands for buffered formatting. Version 2 commands are discussed on page 99. Buffered Form Create Version 1 Buffered Form creation and execution differs from Version 2 in that there is no Version 1 Execute command.
Page 117
Example 1: In this example, the words Shopping List: are part of the Graphics Pass with the data milk, eggs, and butter, transmitted afterward. Since butter contains the most letters (six characters), the data field will be 6 bytes. The command: ^B^-^M0202000Shopping List: ^[006^-^*^*^] milk^-...
Page 118
Chapter Version 1 Buffered Formatting Example 2: The Buffered Repeat command described in the Version 2 Buffered Form section can also be used with Version 1 Buffered Forms as illustrated in this example. The command sequence: ^B^-^R^-^M0202000Shopping List: ^[006^-^*^*^Z^-^] 0001milk^- 0002butter 0003eggs^- ^G^-...
Page 119
Example 3: The Buffered Copy command described in the Version 2 Buffered Form section can also be used with Version 1 Buffered forms as illustrated in this example: ^B^-^C02^-^M0202000Shopping List: ^[006^-^*^Z^-^*^] milk^-milk^- butterbutter eggs^-eggs^- ^-^-^G^- will print:...
Industrial Graphics Application Introduction This Industrial Graphics manual describes how to print several different types of barcodes and block characters using escape sequences and command functions. This chapter contains the following sections: Control Sequences This section describes the escape sequences used in entering and exiting the Barcode/Block Character mode, and how to select the various functions (i.e., Normal/Double Density, barcode styles, sizes of block characters, moving the cursor for justification, etc.).
Chapter Control Sequences Control Sequences This section describes the escape sequences for entering and exiting the Industrial Graphics Barcode/Block Character mode. The commands for accessing related functions, such as selecting Normal or Double Density Block Characters, vertical or horizontal orientation of barcodes, line height, and others are also discussed.
Exiting Barcode/Block Character Mode To exit the Barcode/Block Character Mode, send the following escape sequence: Command ESC {<41 (lower-case L) 1B 5B 3C 34 6C Control Sequence Formatting All Control Sequences in the Barcode/Block Character mode have the same basic format: Command ^Xaa;bb...NL Argument The Control Sequence Introducer...
Chapter Control Sequences Valid Control Sequences The following eleven control sequences are valid in Barcode/Block Character Mode: Move the Home. Select Horizontal Barcode. Select Vertical Barcode. Select Double Density Block Characters. Select Normal Density Block Characters. Select New Introducer. Relative Cursor Move. Signed Cursor Move.
Page 125
(size) Scale factor affecting both height and unit width of the bars, ranging from 1-8 (default = 1). (option) Human Readable Characters option (default = 1) 1 = No characters 2 = Data Processing font 3 = OCR-A font 4 = OCR-B font ^C - Select Vertical Barcode Selects Vertical Barcode and sets barcode parameters.
Page 126
Chapter Control Sequences ^M - Select Normal Density Block Characters Selects 60 dots per inch and sets Block Character parameters. Command ^M(height);(width)NL Argument (height) (width) NOTE: Odd numbers can be selected, but they will default to the next lower even number (5=>4, 7=>6, etc.). ^N - Select New Introducer Selects a new character as the control sequence introducer where: Command ^N(?)NL...
Page 127
^S - Signed Cursor Move Moves the cursor relative to its current position in increments of fixed value. Command ^X(xsign);(ysign)NL Argument (xsign) The distance to move horizontally in increments of 0.01 inches. Positive values move the cursor right, and negative values move it left. Total distance must be in the range 0-1320 (default = 0).
Page 128
Chapter Control Sequences ^W - Set Barcode Density Sets the print densities and dot-making rules for Barcode printing thereby affecting print speed, symbol length, and readability through white:black and wide:narrow ratios. For typical applications, the default values produce fully readable Barcode; however, a range of settings is provided to accomodate softer papers or drier ribbons, and to optimize size or throughput for special applications.
Home And Cursor The Home position and cursor pointers in this manual are similar in function to the Home and cursor pointers in a CRT terminal: • Upon entering the Barcode/Block Character Mode, the Home position is set to the extreme top-left dot in the current print line. This is considered the starting point for horizontal and vertical positioning.
Chapter Barcodes Barcodes Barcodes can be printed either vertically or horizontally from 01 to 2.55 inches high. The Barcode styles can now be defined individually. Code 39 (Types 1 And 2) Character Set 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z - . (space) $ / + % Data Limits No limits are imposed by your printer.
Chapter Barcodes Two of Five with 2:1 Ratio (Type 6) Character Set 0 1 2 3 4 5 6 7 8 9 0 Data Limits No data limits. Invalid characters are encoded as a solid black character. Examples: Horizontal with OCR-A Characters, ^B;80;1;3<CRLF> 2598760<CRLF> prints: Vertical without OCR Characters, ^6;80;1<CRLF>2598760<CRLF>...
Interleaved Two of Five, 2:1 (Type 7) Character Set 0 1 2 3 4 5 6 7 8 9 Data Limits An even number of digits. If an odd number of digits or invalid characters are sent, the last digit and invalid characters will be encoded as a solid black character.
Chapter Barcodes Two of Five with 3:1 Ratio (Type 10) Character Set 0 1 2 3 4 5 6 7 8 9 Data Limits None. Invalid characters are encoded as a solid black character. Examples: Horizontal with OCR-A Characters, ^B10;80;1;3<CRLF> 2598760<CRLF> prints: Vertical without OCR Characters, ^C10;80;1<CRLF>...
Interleaved Two of Five, 3:1 (Type 11) Character Set 0 1 2 3 4 5 6 7 8 9 Data Limits Any even number of digits. If an odd number of digits or invalid characters are sent, they will be encoded as a solid black character.
Chapter Barcodes UPC Version A (Type 12) Character Set 0 1 2 3 4 5 6 7 8 9 Data Limits Data is limited to 10 digits. Each symbol as exactly 10 data digits preceeded by a number system digit followed by a check digit. If 10 characters are sent, the printer supplies zero as the number system check.
EAN-13 (Type 13) Character Set 0 1 2 3 4 5 6 7 8 9 Data Limits Twelve digits. An EAN-13 symbol is very similar to UPC Version A, but has a thirteenth digit (a number system digit) which is encoded into a parity pattern of the left six digits.
Chapter Barcodes EAN-8 (Type 1) Character Set 0 1 2 3 4 5 6 7 8 9 Data Limits Eight digits. The EAN-8 symbol encodes two flag digits, five data digits, and the check digit; eight total digits including the check digit.
Block Characters Block characters use the same basic formatting as described in Control Sequences earlier in this manual and can be printed in two different densities: • Normal Density (^M) Characters will print 60 DPI vertically x 72 DPI horizontally. •...
Chapter Block Characters ^M6;6 <CRLF> DEF ^R0;12 <CR> ^M4;4 <CR> ^R0;-12<CR>GHI^R0;12 <CR> ^M2;2 <CR> ^R0;-12 <CR> JKL<CRLF> prints: The ^R command defines both the top and eight of each block character. NOTE: The control sequence ^R0;XX <CR> moves the cursor up (for negative XX values) or down (for positive XX values) in multiples of 0.01 inches.
Chapter Block Characters ^D15;15 <CRLF> HUGE <CRLF> prints: Mixing Barcode/Block Characters These following examples show the mixing of Barcode and block characters with cursor movements. ^B1;0;0;4 <CR> 12345^D2;2 <CR> ^S125;0 <CR> THIS IS CODE 39<CRLF> ^S125;30 <CR> WITH OCR-B <CRLF> ^S125;20 <CR> 12345 <CRLF>...
PGL Menu Operations Introduction The Printronix Graphics Language (PGL) option on your printer is designed to be compatible with the Printronix Intelligent Graphics Processor (IGP) - 100 Version 2. On your printer some of the parameters you have to set for proper PGL operations are located in Multi-Level menus that can be accessed through the printer control panel.
Chapter Graphic Menu Category Graphic Menu Category This category allows you to configure certain aspects of the Graphic Option on your printer. Table 7. Configurations Menu Entries For Graphics Options Menu Level 1 Category Graphic Menu Entries Menu Level 2 Menu Level 3 Parameter Selections...
Smooth Parameter PGL Graphic Parameters This section explains the Graphic Category parameters that applies to the PGL Graphic Option on your printer. Smooth Parameter The Smooth Parameter affects the block characters in PGL. Smoothing causes the stair step appearance of larger block characters to be less pronounced.
Chapter PGL Graphic Parameters Vscale Parameter Due to the difference between horizontal and vertical DPI, as the size of block characters increase, there is a greater disparity between the physical size of horizontal and vertical output. This parameter allows you to print vertical block characters larger than size 3 at approximately the same scale as horizontal block characters.
PGL Command Set PGL Command Set Standards To use the PGL commands, follow a set of standards in constructing the commands you send to your printer. Special Function Control Character (SFCC) The SFCC identifies Special Function Commands that are used in NORMAL Mode and Execute Mode.
Chapter PGL Command Set Standards Printable Data Delimiter All printable data (excluding overlay data), alphanumeric characters, and barcode data must be enclosed by a printable data delimiter. This delimiter is always a printable character that the printer recognizes, telling it to print the data that follows until it encounters the same character again.
• Amersand (&) (HEX 26) The SFCC can also be used as part of a form or logo name. Numeric Variables Some command parameters may include numeric variables. When it is required, an appropriate numeric value must be entered. In optional parameters where a numeric variable appears, the numeric variable needs to be included only if the option is selected.
Chapter PGL Command Set Standards Data Types There are four data types used in PGL: • Fixed (template/form description) • Overlay (interactive) • Dynamic (mailing lists) • Incremental (automatically updated information such as check numbers, order numbers, etc.). Double-Density Printing (DARK Parameter) The DARK parameter is available in the Alpha, Reverse, and Barcode commands to produce darker text, backgrounds, and barcodes.
PGL Modes Four basic modes of operation for the PGL are available: NORMAL, LOGO, CREATE, and EXECUTE. NORMAL In NORMAL mode, the printer functions in line printer mode. The incoming data is scanned by the printer for SFCC commands. When the printer encounters a properly formatted SFCC Command it executes the specified command.
Page 156
Chapter PGL Commands PGL Command DELETE FORM DELETE LOGO DENSITY DIRECTORY EXECUTE EXPAND HDUP HORZ IAFn IBFn IGOFF IGON ISET LFORM LISTEN LOGO (Call) LOGO (Create) NORMAL PAGE QUIET RESET REVERSE SCALE SFCC SFOFF SFON USET Table 8. Supported PGL Commands NORMAL CREATE Mode...
Table 8. Supported PGL Commands NORMAL PGL Command Mode VDUP VERT Command Presentation Each command is presented in a table (see Figure 4) showing the command in its basic form followed by a breakdown of the command into its required and optional parameters.
Chapter PGL Commands Alphanumeric String Creation Commands (Create) The command table in Figure 5 lists, describes, and explains the use of all parameters that may be used in creating alphanumeric character strings, and specifies their location on the form you are creating. You may creat static/ dynamic, incremental, and dynamic incremental alphanumeric strings using variations of this command.
Page 159
Table 9. Static/Dynamic Alphanumeric Creation Command Field Function Cn; CPI and Optional parameter for Type Style selecting Characters Per Selection Inch and OCR-A and OCR-B type styles. AFn;L; Optional field that Dynamic identifies location and the data to be length of a dynamic entered in alphanumeric string.
Page 160
Chapter PGL Commands Table 9. Static/Dynamic Alphanumeric Creation Command Field Function Parameters X3 and X4 control character expansion. The valid range of selections for both is from 0 to 113. Both must be set to zero if the Elongated parameter is used or any CPI other than the default is specified.
Incremented Static (Fixed) Alphanumeric Strings To create a fixed incremental alphanumeric string use the following basic command: This command is identical to the Static/Dynamic Alphanumeric string command except for the following added parameters. Table 10. Fixed Incremental Alphanumeric String Command Field Function Specifies that this...
Chapter PGL Commands Table 10. Fixed Incremental Alphanumeric String Command Field Function This parameter defines the starting incremental field. STEPMASK (Increment Information Field) The STEPMASK parameter defines the size, amount of increment and which positions in the field will be incremented. Valid entries for the STEPMASK field are 0-9, L, and any other character.
Page 163
The following examples show various ways the STEPMASK may be set up and the result each setup has on a field of data. Example Key: SM = STEPMASK SD = STARTDATA RPT = SD Repeat Count RST = SD Reset Count Example 1: Incremental, linked alphanumeric Subfields: Default RPT (1) and RST (0) Example 2: Non-incremental position with nonlinked subfields: Default RPT...
Page 164
Chapter PGL Commands Example 3: Non-incremental subfield with Linked subfields, Default RPT (1) and RST (999) In example 3 above, if the subfield was 0000A (alphabetic), the subfield to the left of the nonincremental linking subfield would increment alphabetically. 0000A 0000B 0000C 0000Z...
Page 165
Example 5: Non-incremental subfield with incremented linked subfields, Default RPT (1) and RST (5000) Example 6: Linked Alphanumeric subfields with a Decrementing subfield and Non-incrementing subfield: Default RPT (2) and RST (0)
Chapter PGL Commands Dynamic Incremented Alphanumeric Strings This command creates a window on the form in which a Dynamic Incremented Alphanumeric String will later be entered in the EXECUTE mode. The window is assigned a number (IAFn) that will be used in EXECUTE mode to identify in which window the string will print.
Valid Ranges: 1 - 5461 lines for 6 LPI 1-7281 lines for 8 LPI NOTE: Make sure to send the proper command for the LPI. If you send the LFORMS command when the printer is set for 6 LPI, the results are not desirable.
Page 168
Chapter PGL Commands Table 12. Horizontal Duplication Command Field Function HDUP;OFF Termines Horizontal duplication mode. NOTE: You may embed Horizontal Duplication commands within Vertical Duplication commands, but you cannot embed Horizontal Duplication commands within Horizontal Duplication commands. Vertical Duplication Command This command allows you to duplicate specific elements vertically on a form, such as lines, logos, barcodes, etc.
Using Duplication Commands Using Duplication Commands Both the duplication commands use the same basic format. For these examples we will use the HDUP and VDUP commands to duplicate the BOMB Logo, which we create in a later section, on a form. The following program would print the bomb logo four times horizontally on a form: Example 1: Horizontal Duplication ~CREATE;BOMB...
Chapter PGL Commands Page Number Command (Create) This command allows you to place an automatically incremented page number on each page in a specific location. The format for this command is: Table 14. Page Number Command Field Function PAGE; Command Specifier SR and SC parameters define the starting location of the page number.
Reverse Print Command (Create) This command allows you to define an area on a form where reverse printing (white ouput on black background) will be output. Reverse printing cannot be used with OCR Characters or Overlay Data. Table 15. Reverse Command Field Function REVERSE...
Chapter PGL Commands Exit CREATE Mode (Create) To exit the CREATE mode after creating your image, enter the following command: When the printer receives this command it stores the work you have done and returns to NORMAL Mode. EXECUTE Mode (Normal) To use the commands listed above to execute printing of a form you must first enter EXECUTE Mode.
Page 173
Table 16. EXECUTE Form Command Field Function Command Specifier. Instructs EXECUTE; pritner to enter EXECUTE Mode. Name; Specifies Form to print. PAGEn; Optional parameter that sets the beginning page number for an incremental page number. If a page number location has not been specified in the CREATE Form Mode, the page number will print in the upper-left corner of the form.
Page 174
Chapter PGL Commands Table 17. EXECUTE Form Command Optional Parameters Field Function EVFU Data Optional parameter that downloads the EVFU channels (lines) where Overlay data will be entered. You cannot mix line spacing on forms that use an EVFU program. Otherwise, the EVFU form is removed from memory.
Page 175
Table 17. EXECUTE Form Command Optional Parameters Field Function idir; Optional field specifying whether the data field will be incremented or decremented. STEPMASK; This parameter is the increment information field that defines the number of character positions in the data field, the increment amount for each position, and which positions will be incremented.
Page 176
Chapter PGL Commands Table 17. EXECUTE Form Command Optional Parameters Field Function STEPMASK; This parameter is the increment information field that defines the number of character positions in the data field, the increment amount for each position, and which positions will be incremented.
Table 17. EXECUTE Form Command Optional Parameters Field Function Line Feed A Line Feed command must separate the Execute Sequence from the NORMAL command. Initiates printing of last form and NORMAL returns printer to NORMAL Mode. Box Command (Create) This command is used to construct boxes at different locations on the form. The basic command for creating a box is: Field Function...
Page 178
Chapter PGL Commands Field Function Plots the ending ROW of the box. Plots the ending COLUMN of the box. STOP Command Terminator. Table 18. Box Command Option/Modifier Selections Enter a range ranging from 2 to one less than the maximum form length and the parameter delimiter.
Using The Box Command Using The Box Command This command allows you to create a series of boxes, each smaller than the previous box. Make the first box 4” square and make each successive box smaller by approximately .25”. Each box will have a line thickness of 3 points. Start the first box at row 1 and column 1 (SCALE = DOT).
Chapter PGL Commands Call LOGO Command (Create) This command allows you to call a previously defined logo for priting at a specified place on the form you are creating. The format of this command is: Table 19. Call LOGO Command Field Function LOGO...
Change LPI Command (Normal and Execute) This command selects an LPI setting for printer output. This command affects all printing in PGL mode except Overlay data. It will not reset the value selected in the printer menu system. when you are not using the PGL option, printer output is configured according to the settings in the pritner multi-level menus.
Chapter PGL Commands Change SFCC Command (Normal and Execute) This command allows you to change the current/default Special Function Control Character to one of your choosing. SFCC command characters may be selected from ASCII characters in Hex address 00-FF. The SFCC command is: Table 21.
Create Corner Frames (Create) This command allows you to crate Corner Frames for your forms. Similar to the BOX command, you define starting and ending points but in addition, you specify the length of the horizontal and vertical arms of each corner frame. The basic command for creating Corner Frames is: Field Function...
Page 184
Chapter PGL Commands Table 22. Corner Command Field Function Specifies the length of the vertical arms of each corner. Specifies the length of the horizontal arms of each corner. STOP Command Terminator. Option/Modifier Selections Enter a value of 1 or greater. Do not forget the parameter delimiter.
Using The Corner Command Using The Corner Command The corner command is used and set up similar to the BOX Command, with a few additional parametres. Use the same basic program for this parameter and add two specifications for controlling arm lengths. Create a set of corner frames on our form with the same starting and ending points (SCALE = DOT) used in the BOX program presented previously, and add arm lengths of 30 dots.
Chapter PGL Commands Create Form Command (Normal) This command is used to enter CREATE Form Mode. The command structure for entering CREATE Mode is: Table 23. Enter CREATE Mode Command Field Function Indicates CREATE Mode. CREATE ;Name Enter the name of the form in this field.
Using The Create Form Command This example shows how to design an employment application form for an Explosives Handler for a Demolition Company. To enter CREATE Mode and design a form called JobAppl, send the following command to your printer: CREATE;JobAppl To enter CREATE Mode and design the same form, send the following command to your printer:...
Page 188
Chapter PGL Commands Table 24. CREATE LOGO Mode Command Field Function Initiates Create LOGO Mode. LOGO; Name; Enter the name of the Logo in this field. Vertical size of the Grid at 72 DPI. Horizontal size of the Grid at 60 DPI.
Page 189
Table 24. CREATE LOGO Mode Command Field Function Dot Pattern Specifies dot(s) that will be printed in the specified row. Command Terminator. Using the LOGO Command This section illustrates the use of the LOGO Command to create a logo for the Job Application Form we created earlier for a demolition company.
Delete Form Command (Normal) This command is used in NORMAL Mode to delete a stored form from memory. Table 25. Delete Form Command Field Function Command Specifier DELETE FORM; NAME Parameter that specifies desired Form to delete. Delete Logo Command (Normal) This command is used in NORMAL Mode to delete a stored logo from memory.
Chapter PGL Commands Density Command (Normal and Execute) This command selects a Characters Per Inch for print output. Table 27. Density (CPI) Command Field Function Command Specifier DENSITY; Parameter that specifies desired CPI setting. Directory Command (Normal) This command is used in NORMAL Mode to print a directory of all defined forms and logos, logo assignments to forms, available memory, and how memory is currently used for form and logo storage.
Expanded Print Command (Normal and Execute) This command allows you to expand alphanumeric characters horizontally and vertically. Table 28. Expanded Print Command Field Function Command Specifier. Instructs EXPAND; printer to enter Expanded Print mode. Vertical expansion amount. Horizontal expansion amount. Option/Modifier Selections Enter the current Special Function Control Character, followed by EXPAND, then end...
Chapter PGL Commands Horizontal And Vertical Line Commands (Create) In addition to boxes and corners, you can print horizontal and vertical lines on your forms. The following commands control location, length, and thickness of horizontal and vertical lines. Horizontal Line Command Table 29.
Page 195
Table 29. Horizontal Line Command Field Function STOP Command Terminator. Vertical Line Command Table 30. Vertical Line Command Field Function VERT Command Specifier. The following parameters define print location and line thickness of a vertical line. The SR, SC, and EC parameters control placement, length, and thickness of vertical lines on a form. Whether in columns or dots depends on the SCALE Command.
Chapter PGL Commands Ignore Commands (Normal, Create, and Execute) Good parameters document what they are doing in different sections of their code by including things such as Comment Fields or REM statements. In PGL the same type of information can be included in PGL files by bracketing them with the IGON and IGOFF commands.
Normal Command (Normal and EXECUTE Mode) This command can be used in all modes. If the printer is in CREATE mode or EXECUTE mode, this command places the printer back into NORMAL Mode. If you are already in NORMAL Mode, sending this command will reset the printer to its Font and LPI defaults.
Chapter PGL Commands Listen Command (Normal) This command re-enables the PGL Mode of your printer after a Quiet Command. The printer will respond appropriately to PGL Commands it receives. The following command enables Graphics Mode: Table 34. Listen Command Field Function Command Specifier.
Scale Command (Create) There are two commands that define the format that will be used in specifying where various elements of the form will be placed. Field Function Dot Scale Placement SCALE; Command Specifier. Specifies that placement will be done using a dot-scale. Character Scale Placement SCALE;...
Chapter PGL Commands Select Format (SF) Command (Normal, Create, and Execute) These commands allow you to configure PGL to ignore characters from 00 to 0F Hex. This enables the printer to ignore all host-generated paper movement commands. Table 37. Set Format Commands Field Function SFON...
Select Format (SF) Command (Normal, Create, and Execute) Practice Earlier in this chapter we presented some sample commands for creating various graphical elements for a form. Earlier we created a logo named BOMB and a form called JobAppl. Now let’s modify our earlier work and put them together with some Alphanumerical commands, line commands, and a BOX command to create a Job Application for a company called “Demolitions Are US.”...
Page 202
Chapter Practice The following program combined with the program for creating the BOMB log would produce the form in Figure 9 on page 203.
Page 203
Select Format (SF) Command (Normal, Create, and Execute) Figure 9. Sample Form Printout...
PGL Barcodes PGL Barcodes (Used in CREATE Mode Only) PGL incorporates several barcode styles in its command set. Most barcodes use the same basic set of parameters. Barcode commands follow the same requirements as other PGL commands as far as how they are entered, ability to change orientation of printer output, adjust darkness of output, etc.
Page 206
Chapter PGL Barcodes (Used in CREATE Mode Only) Enter C3/9CD Specifies a Code 39 type bacode. CD is an optional parameter that instructs the printer to calculate and plot the optional Modulo-43 check digit. C128B Specifies a Code 128B Barcode. C128C Specifies a Code 128C Barcode.
Page 207
Magnification Value (X-Factor) Optional parameter that specifies a horizontal expansion amount (X-Factor) for the barcode output. When used this value causes an increase in the physical size of the barcode. Table 39 lists the expandable barcodes and allowable expansion factors. Table 39.
Page 208
Chapter PGL Barcodes (Used in CREATE Mode Only) BFn;L (Dynamic Barcode Data Field) Optional field that identifies location and the length of a dynamic Barcode field. To select this parameter: Enter BF followed by: to identify the barcode data that will be located at the coordinates specified by the SR and SC parameters.
Page 209
Optional parameter that manipulates printing of human readable characters when it is present. In UPC and EAN barcode this parameter is not necessary to print human-readable characters (human readable characters are the default condition for these barcodes). Enter: PDF NOTE: Do not use this parameter if a null data field is specified. LOC (Location of Human Readable Characters) Optional parameter that changes the location of the human readable characters.
Page 210
Chapter PGL Barcodes (Used in CREATE Mode Only) Command Parameters VS Barcode Types Figure 10 provides a listing of the Barcode Command Parameters which are used by each Barcode Type. NOTE: Since all Barcode Types use the BARCODE, Name, and STOP parameters they are not present in the figure.
Data Field Characters All of the barcodes presented in this chapter use the numeric characters 0-9 (HEX 30-39). The only exceptions to this rule are the Code 39 Barcode and the Code 128B Barcode. The Code 39 and Code 128B barcodes will also print alpha characters and some symbols.
Page 212
Chapter PGL Barcodes (Used in CREATE Mode Only) Code 128B and 128C Data Field Characters The data field length for 128B and 128C Barcodes is variable. It is best to limit field length to no more than 32 characters to minimize the potential for scanning errors.
Page 213
Table 41. Code 128B Character Set Character HEX Value Character To access the codes in the greyscale area of the table you must send a SO (OE) character followed by the HEX value for the desired code. Code 128C character set includes Start B code (HEX 26). Codes EAN 8 and EAn 13 Data Fields The required field length for EAN 8 Barcodes is seven characters and the required field length for EAn 13 Barcodes is 12 characters.
Chapter PGL Barcodes (Used in CREATE Mode Only) POSTNET Data Fields POSTNET Barcodes use two data field lengths. A 9 digit data field for Zip + 4 and an 11 digit data field for Advanced Barcode format. The data field for POSTNET Barcodes can be comprised of the numeric characters 0-9.
Code 39 PGL Barcode Commands And Output This section shows samples of all PGL supported barcodes and what the output will be on your printer. For each barcode, the basic format is provided followed by a CREATE program and sample printout of barcode data. Where possible each barcode will print in a horizontal and vertical (VSCAN) orientation.
Barcode And LCP Printing Introduction This chapter describes all barcode and LCP sequences and control codes, regardless of your printer’s special barcode and LCP (Large Character Printing) implementation. NOTE: Be sure to observe the notes in this chapter regarding the special barcode/LCP Types implemented in your printer and which of the sequences described are not available as a result.
Page 226
Chapter Introduction This may cause conflict with other emulations, since the above commands may have different functions in these emulations. For example: Condensed print Reset expanded print ESC P <n> Proportional spacing ON/OFF ESC P Pica In Barcode Mode, the barcode sequences have priority. The barcode interpreter can be swited on or off with the MTPL sequences ESC [? 11 ~ (Barcode ON) and ESC [ ? 10 ~ (Barcode OFF).
For the parameter (n), a distinction must be made between two types of representation: • if the parameter is in pointed parentheses, the decimal value must be transmitted • if the parameter is not in pointed parentheses, the ASCII value must be transmitted Example: Parameter representation:...
Chapter Secured/Unsecured Mode NOTE: These features are not available on all printers with MTPL emulation. Special firmware may be necessary. Ask your service representative for details. Secured/Unsecured Mode Unsecured mode Secured mode Data Structure ASCII ESC hex. dec. ASCII ESC hex.
Page 229
Example 1 REM LCP unsecured mode LPRINT CHR$(27); "[?11~"; REM select unsecured mode LPRINT CHR$(27); "PSC0"; CHR$(27); "\"; REM set character size to 5 LPRINT CHR$(16); "5"; CHR$(25); LPRINT "Example for " LPRINT CHR$(15); "LCP"; CHR$(15); " unsecured mode" Example 2 REM LCP secured mode LPRINT CHR$(27);...
Chapter Barcode Printing Barcode Printing Barcode Header Before the data, which contains the barcode information, are transmitted to the printer, the barcode header must be sent. Otherwise the standard parameter values are used (see “Header Format” below). In the header (the printing parameters), the barcode size and type are defined.
Chapter Barcode Printing Barcode Print Feature F for Selection of F-Code HRI or normal/compressed as well as single or double pass is switched via character F according to the following table. ASCII Hex- Char. Value – – " – – –...
Page 233
L = EAN 13 without HRI M = MSI/modified Plessey N = UPC A with HRI O = UPC A without HRI P = UPC E with HRI Q = UPC E without HRI R = Delta Distance (IBM) S = Code 128 T = EAN 128 All commercial barcodes (for labeling systems) of the H, I, K, L, N, O, P, Q Types can be extended using the barcodes Add-On 2 or Add-On 5...
Chapter Barcode Printing EAN/UPC Barcode (X, Y = unregarded): Table 2 Header Parameter Enlargement factor ) These values are true, if “Compressed Print” is selected in the menu (see print feature [F]). ) It is recommended to set the bar width equal to the space width (x=y). ) Printer-dependent reference value.
Code 2/5 Interleaved Syntax Figures (n) ASCII “0” to “9” hex. 30 to 39 dec. 48 to 57 Data Structure ASCII DC4 Start code n ... n hex. Start code n ... n dec. Start code n ... n Example 10 REM code 2/5 interleaved barcode 20 LPRINT CHR$(27);"[?11~";...
Code BCD Matrix Syntax Figures (n) ASCII “0” to “9” hex. 30 to 39 dec. 48 to 57 Data Structure ASCII DC4 Start code n ... n hex. Start code n ... n dec. Start code n ... n Example 10 REM BCD-matrix-code barcode 20 LPRINT CHR$(27);"[?11~";...
Chapter Data Formats of Barcode Types Code 39 Syntax Figures/Characters (n) ASCII "0" to "9", "A" to "Z" and "$", "%", "*", "+", "-", ".", "/" hex. 30 to 39, 41 to 5A and 24, 25, 2A, 2B, 2D, 2E, 2F dec.
Chapter Data Formats of Barcode Types Code EAN 8 With HRI Syntax Figures (n) Number (c) ASCII "0" to "9" Calculation see “Check hex. 30 to 39 Calculation” dec. 48 to 57 on page 258. Data Structure ASCII DC4 Start code nnnn Separation code nnnc Stop code DC4 hex.
Chapter Data Formats of Barcode Types Code EAN 13 With HRI Syntax Figures (n) Number (c) ASCII "0" to "9" Calculation see “Check hex. 30 to 39 Calculation” dec. 48 to 57 on page 258. Data Structure ASCII DC4 Start code nnnnnnn Separation code nnnnnc Stop code DC4 hex.
Chapter Data Formats of Barcode Types Code UPC A Without HRI Syntax Figures (n) Number (c) ASCII "0" to "9" Calculation see “Check hex. 30 to 39 Calculation” dec. 48 to 57 on page 258. Data Structure ASCII DC4 Start code nnnnnn Separation code nnnnnc Stop code DC4 hex.
Code UPC E With HRI Syntax Figures (n) Number (c) ASCII "0" to "9" hex. 30 to 39 Calculation” dec. 48 to 57 on page 258. Data Structure ASCII DC4 Start code nnnnnnnc hex. Start code nnnnnnnc dec. Start code nnnnnnnc Example 10 REM code UPC E with HRI...
Code Delta Distance (IBM) Syntax Figures/Characters (n) ASCII "0" to "9" and "A" to "F" hex. 30 to 39 and 41 to 46 dec. 48 to 57 and 65 to 70 Data Structure ASCII DC4 Start code n ... n hex.
Chapter Data Formats of Barcode Types Code 128 Syntax ASCII hex. dec. Data Structure ASCII DC4 hex. dec. Description While many barcode styles are limited to numbers, Code 128 can encode numbers, letters, and other symbols commonly found on keyboards, such as @, # and %.
Page 253
Example If you need to print a Carriage Return (hex.0D, dec.13), as part of a barcode, send ">M" (13 + 64 = 77, see character set table to verify that decimal 77 equals the capital letter "M"). This substitution process can be carried out throughout the range of decimal values, i.e., ">d"...
Page 254
Chapter Data Formats of Barcode Types Wert Code A Code B Code C Space Space " & & ‘ ‘ hyphen hyphen period period < < > > Figure 11. Code 128 Translation Table Code A Code B Code C Wert "...
Wert Code A Code B Code C FNC3 FNC3 FNC2 FNC2 SHIFT SHIFT CODEC CODEC CODEB FUNC4 CODEB FNC4 CODEA CODEA FNC1 FNC1 Codes 96 through 102 do not have corresponding ASCII character translations; these may be encoded using the special character table above. Figure 12.
Page 256
Chapter Data Formats of Barcode Types Example 10 REM code 128 20 LPRINT CHR$(27);"[?11~"; 30 LPRINT CHR$(26);" S3;111";CHR$(25); 40 LPRINT CHR$(20);"ABCD0123";CHR$(20); 50 LPRINT CHR$(27);"[?10~"...
EAN 128 Syntax Figures/Characters (n) ASCII Table 45 on page 253. hex. dec. Data Structure ASCII DC4 n ... n hex. n ... n dec. n ... n Description The only difference between both types of barcodes is the initial sequence. Code 128 starts with Code A, Code B or Code C followed by character information.
Chapter Data Formats of Barcode Types not printed in the barcode. The following numbers (2 or 5) are printed from left to right in Add-On barcode. Example 1 EAN13 barcode with HRI and Add On 2 extention Format: DC4:nnnnnnn:nnnnnn:cnn:DC4 10 REM code EAN 13 with add-on-2 extention 20 LPRINT CHR$(27);"[?11~";...
Page 259
The commercial barcodes can be extended with the following user-specific additional barcodes (see “Add-On Barcodes” on page 257). • Add-On 2 barcode • Add-On 5 barcode Here the check number (c) is transferred before the barcode information (n). EAN 13 12 numbers are transferred for the EAN 13 code.
Page 260
Chapter Data Formats of Barcode Types UPCA 11 numbers are transferred for the UPCA code. The 12. digit represents the check number. The even figures of the information have a factor of "3", the uneven figures a factor of "1". Counting begins from the left. The resulting cross sum is divided by 10.
Page 261
Add-On 5 Six numbers are transmitted: check number (c) + 5 information items (n). The uneven figures of the information have a factor of "3", the even figures a factor of "1". Counting begins from the right. The resulting cross sum is divided by 10.
Chapter Data Formats of Barcode Types Example 4 Information Remainder (1) NOTE: The check number always lies between “0” and “3”; it is not printed in the HRI line. US Postnet Barcode Data Structure ASCII ESC hex. dec. Description After receiving this sequence numeric characters from 0 (hex. 30) to 9 (hex.
Large Character Printing (LCP) Before you can transfer the LCP data (Large Character Printing) data to the printer, the LCP header must be sent. The LCP header is made up of a series of max. five characters. In the header, the printing parameters and the LCP character size are defined.
Chapter Data Formats of Barcode Types Example REM Example Character Densities OPEN "lpt1:" FOR RANDOM AS #1 WIDTH #1, 255 PRINT #1, CHR$(27); "[?11~"; PRINT #1, CHR$(16); "4"; CHR$(25); PRINT #1, CHR$(27); "[6w"; :REM 15CPI PRINT #1, CHR$(15); "LCP ";CHR$(15); PRINT #1, CHR$(27);...
Page 265
LCP Character Set US-ASCII LCP Character Set German Example for Different LCP Character Sizes Example 2 REM Example 2 for unsecured printing OPEN "lpt1:" FOR RANDOM AS #1 WIDTH #1, 255 PRINT #1, CHR$(27); "[?11~"; PRINT #1, CHR$(27); "PSCO"; CHR$(27); "\"; PRINT #1, CHR$(16);...
Page 266
Chapter Data Formats of Barcode Types Example 4 Unsecured Mode, vertical spacing with various enlargement factors Legend A – a single line Feed (1/6") B – Factor 6 character; heigth C – Factor 7 character; height D – Factor 4 character; height E –...
Customer Support TallyGenicom Customer Support Center IMPORTANT Please have the following information available prior to calling the TallyGenicom Customer Support Center: • Model number • Serial number (located on the back of the printer) • Installed options (i.e., interface and host type if applicable to the problem) •...
Modplot The Modplot option is designed to give the user a choice in spacing between Graphics and Text when leaving Graphics or Plot mode. Modplot ON: A single LF advances the print postion one full line. This is the default setting. Modplot OFF: A single LF advances the print position to the next line position relative to the top of form.
Control Panel Selection Printer Control Panel: Graphics Category This Appendix lists the Graphics Category parameters in the Configuration Menu of your printer. It includes changes and additions that were made to the menu. Graphic Category (Menu Level 1) This category allows you to configure certain aspects of the Graphics Processing Options on your printer.
Appendix H Graphic Category (Menu Level 1) PY Then Parameter (Menu Level 3) This command defines printer response to characters following the ^PY Command on the same line. PY Then Selections (Menu Level 3) None (Default) Term NOTE: How your printer responds to data and control codes that follow a ^PY Command or a ^PN Command on the same line is shown in the Code V Application section of the Graphics Application Manual in Appendix I.
Descender (Descndr) Parameter (Menu Level 2) This parameter controls insertion of the character descender gap between print lines. Descndr Selections (Menu Level 2) Fixed: The descender gap is always inserted after the line regardless of the setting of Descender Mode (Default selection). Auto: The descender gap is only inserted after lines containing characters with descenders.
Page 296
Appendix H Graphic Category (Menu Level 1)
Block-Character Size Tables Block Character Size Table The following table lists the approximate physical size of expanded Block Characters specified in the Alphanumerics String Creation Command. Table 47: Block Character Size Expansion Character Factor Height 0.12” 0.08” 0.23” 0.17” 0.35” 0.33”...
Character Sets The following symbol sets are available in the barcode mode. The LCP symbol sets can only be selected via Escape sequences. The OCR-A and OCR-B fonts can be selected via control panel or by Escape sequences, which correspond to the selected emulation mode. The codes hex.A0 up to hex.FE correspond to the selected character set.
Addendum to the Line Printer Graphics Applications Manual Postal Barcodes Barcode U.S. POSTNET U.S. PLANET U.K. 4-State Dutch KIX 4-State PostBar (generic POSTNET- style barcode) PDF417 2-D Barcode PDF417 is a multi-row, variable length symbology offering high data capacity and error correction capability. Linear scanners, rastering laser scanners, or two-dimensional imaging devices can scan PDF417.
Appendix L PDF417 2-D Barcode PDF417 In Code V ^IBARC,PDF417,<1-99>,<0-9>,<data>^G Where: <1-99> is the number of desired data columns in the barcode. <0-9> designates the error correction level. Error Correction Level If error correction level 9 (auto) is selected, the error level will be selected as follows: Number of Data Codewords...
Example: ^M1103000^T0010^IBARC,PDF417,2,3,This is an example^G Produces a barcode with bars 11 dots high and 3 dots wide, containing 2 data columns and 16 error correction codewords (error correction level 3). The encoded data is “This is an example”. PDF417 in PGL BARCODE PDF417;<X<D>n;><Y<D>n;><(Hn)|(Wn);><ASPECT;h:w;><(Rn)| (Cn);><Sn;>...
Appendix L Code 128A Barcodes in PGL Table 48: Commands That Cannot Be Used Together ASPECT Code 128A Barcodes in PGL The PGL graphics emulation now supports selection of Code 128A barcodes from within a bar code command. Enter C128A as the barcode name. Codabar Codes in PGL The PGL graphics emulation now supports selection of Codabar barcodes from within a bar code command.
Barcode Rotations in PGL Barcodes can now be rotated in four different orientations instead of the former two orientations. VSCAN is still supported to create a 90 degree counterclockwise barcode. The new parameters are use in place of VSCAN to allow new rotations.
Appendix L ISET/USET Commands In PGL ISET/USET Commands In PGL The PGL graphics emulation now supports the ISET and USET commands. The ISET command can be used in NORMAL, CREATE, and EXECUTE modes and is used to select standard or user-defined character sets. User- defined character sets are created with the USET command in NORMAL mode.
ISET Parameter POINT Parmeter In PGL An optional POINT parameter has been added to the ALPHA command. The structure of this command is now the following: ALPHA R;E;Cn;Afn;L;Rot;U-case;D;POINT;X1;X2;X3;X4;‡text‡ STOP The POINT parameter is used to change the units of the horizontal and vertical expansion parameters (X3 and X4).
Appendix L 20 CPI Support In PGL 20 CPI Support In PGL 20 CPI text can now be selected from the ALPHA and DENSITY commands. Use C20 in the ALPHA command and 20 in the DENSITY command. SCALE Command Modifications In PGL The SCALE command has been modified in the following manner: Field Dot Scale Placement...
Page 320
Block Character control panel option, 27 Block Character Fonts, 37 10 CPI, 38 12 CPI, 39 15 CPI, 39 7.5 CPI, 37 Block Character Sizes, 141 Block Character, character printing, 27 Block Character, control panel option, 46 Block Characters block character sizes, 141 double density (^D) examples, 143 mixing barcode/block characters, 144 Normal Density (^M) Examples, 141...
Page 321
Code 2/5 Interleaved, Data Formats of Barcode Types, 237 Code 2/5 Matrix, Data Formats of Barcode Types, 235 Code 39, 130 Code 39 Type 1 Examples, 132 Code 39 Type 2 Examples, 133 Code 39, PGL Barcode Commands, 215 Code BCD Matrix, Data Formats of Barcode Types, 239 Code Delta Distance, Data Formats of Barcode Types, 251...
Page 322
Data Field Characters, PGL Barcodes, 211 Data Fields, Buffered Forms, 99 Data Formats of Barcode Types, 235 CODABAR, 241 Code 11, 238 Code 128, 252 Code 2/5 Industrial, 236 Code 2/5 Interleaved, 237 code 2/5 matrix, 235 Code 39, Code 39, Data Formats of Barcode Types, 240 Code BCD Matrix, 239 Code Delta Distance, 251...
Page 323
Form Drawing, 55 Form Length, Positioning Data, 87 Form Names, Special Function Control Character, 152 Forms, Buffered, 99 Forms, Predefined, 109 Free Format, 19 control code equivalents, 20 turn off, 19 turn on, 19 Full Space Font Mode, 44 German, Data Formats of Barcode Types, 264 German, LCP Character Set, 264 German, LCP Character Sets, 306 GPL Commands, 25...
Page 324
Interleaved 2/5, PGL Barcode Commands, 220 Interleaved Two of Five, 135 Interleaved Two of Five, Barcode, 137 Interrupt Function, Positioning Data, 88 Invalid Commands, Industrial Graphics Application, 122 ISET Commands in PGL, 316 ISO Character Set Table, 47 ISO Character Sets, 46 Large Character Printing, Data Formats of Barcode Types, 263 LCP Character Set...
Need help?
Do you have a question about the 6600 Series and is the answer not in the manual?
Questions and answers