5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual

236
Chapter 4 Form Example
Enter the Corners
17. A series of lines can be drawn to create the corners around the slogan at
the bottom of the form. A Standard Alphanumeric command (M) is used to
introduce the command sequence, including the Dark Print command
(KF). A Horizontal Tab command (T) is used to move the print position of
the upper left horizontal line of the corner 2.5 inches (
dis
) from the left
margin. A Solid Line command (LS) is used to specify the upper left line of
the corner as 0.5 inches plus 5 dots horizontal length (
horz
) and 2 dots
vertical length (
vert
).
Format: (cc)M (cc)KF (cc)T
dis
(cc)LS
horz vert
Enter: ^M^KF^T0250^LS0055,0002
18. Within the same alphanumeric command sequence, another Horizontal
tab command (T) is used to move the print position 5.1 inches (
dis
) from
the left margin for the upper right line of the corner. Another Solid Line
command (LS) is used to specify the upper right line of the corner as 0.5
inches plus 5 dots horizontal length (
horz
) and 2 dots vertical length
(
vert
).
Format: (cc)M (cc)KF (cc)T
dis
(cc)LS
horz vert
Enter: ^T0510^LS0055,0002
19. The two vertical lines of the corner set are drawn in a similar fashion
within the same command sequence. For the left vertical line, the
Horizontal Tab (T) command specifies a tab position 2.5 inches (
dis
) from
the left margin and the Solid Line (LS) command creates a line 2 dots in
horizontal length (
horz
) and 0.82 inches vertical length (
vert
). The right
vertical line is positioned by a tab 5.6 inches and 5 dots (
dis
) from the left
margin and the line is created 2 dots horizontal length (
horz
) and 0.82
inches vertical length (
vert
).
Format: (cc)T
dis
(cc)LS
horz vert
Enter: ^T0250^LS0002,0082
^T0565^LS0002,0082
20. The left and right horizontal bottom lines of the corner set are justified 0.8
inches (
jus
) down using a Justification (J) command. Following the
justification, a Horizontal Tab (T) moves the print position 2.5 inches (
dis
)
from the left margin for the left line created by a Solid Line command (LS)
as 0.5 inches plus 5 dots horizontal length (
horz
) and 2 dots vertical
length (
vert
). The right bottom line is created 0.5 inches plus 5 dots
horizontal length (
horz
) and 2 dots vertical length (
vert
) at a position 5.1
inches from the left margin (
dis
).
Format: (cc)J
jus
(cc)T
dis
(cc)LS
horz vert
(cc)T
dis
(cc)LS
horz vert
Enter: ^J080^T0250^LS0055,0002
^T0510^LS0055,0002