Specifications
Confidential
EPSON
TITLE
SHEET
REVISION
NO.
SHEETNEXT
TM-P60
Specification
(
STANDARD
)
88 87
E
<Function 67>
GS ( L pL pH m fn a kc1 kc2 b xL xH yL yH [c d1…dk]1…[c d1....dk]b (fn = 67)
[Name] Define the NV graphics data (raster format)
[Format] ASCII GS ( L p
L pH m fn a kc1 kc2 b xL xH yL yH [c d1...dk]1...[c d1...dk]b
Hex 1D 28 4C pL pH m fn a kc1 kc2 b xL xH yL yH [c d1...dk]1...[c d1...dk]b
Decimal 29 40 76 pL pH m fn a kc1 kc2 b xL xH yL yH [c d1...dk]1...[c d1...dk]b
[Range] 12 ≤ (p
L + pH × 256) ≤ 65535 (0 ≤ pL ≤ 255, 0 ≤ pH ≤ 255)
m = 48
fn = 67
a = 48
32 ≤ kc1 ≤ 126
32 ≤ kc2 ≤ 126
b = 1
1 ≤ (x
L + xH × 256) ≤ 1024 (0 ≤ xL ≤ 255, 0 ≤ xH ≤ 4)
1 ≤ (y
L + yH × 256) ≤ 1200 (0 ≤ yL ≤ 255, 0 ≤ yH ≤ 4)
c = 49
0 ≤ d ≤ 255
k = (int ((x
L + xH × 256) + 7) / 8) × (yL + yH × 256)
The entire capacity size = 384KB.
(Uses the same area in the NV user memory.)
[Description] • Defines the NV graphics data (raster format) as a record specified by the key codes
(kc1, kc2) in the NV graphics area.
• xL, xH specify the number of dots in the horizontal direction as (xL + xH × 256).
• yL, yH specify the number of dots in the vertical direction as (yL + yH × 256).
• d specifies the defined data (raster format).
[Notes] • In cases where there is insufficient capacity available for storing NV graphics data
specified by (x
L + xH × 256) and (yL + yH × 256), this function is ignored.
• The [data value (k) + control information data value (see below table)] area of the NV
graphics data domain is used when this function is executed.
Condition Control information data value
If data value (k) is odd number 32 bytes
If data value (k) is even number 33 bytes