TP809 Programming Manual
6
<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)
[Function]
Define the NV graphics data (raster format)
[Format]
ASCII
GS ( L pL 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]
(pL, pH) for GS ( L: 12 ≤ (pL + pH × 256) ≤ 65535 (0 ≤ pL ≤ 255, 0 ≤ pH ≤ 255)
(p1, p2, p3, p4) for GS 8 L:
12 ≤ (p1 + p2 × 256 + p3 × 65536 + p4 × 16777216) ≤ 4294967295
(0 ≤ p1 ≤ 255, 0 ≤ p2 ≤ 255, 0 ≤ p3 ≤ 255, 0 ≤ p4 ≤ 255)
Common parameters for GS ( L and GS 8 L:
m = 48
fn = 67
a = 48
32 ≤ kc1 ≤ 126
32 ≤ kc2 ≤ 126
b = 1 [when single
-
color print control is selected]
1 ≤ (xL + xH × 256) ≤ 8192 (0 ≤ xL ≤ 255, 0 ≤ xH ≤ 32)
1 ≤ (yL + yH × 256) ≤ 2304 (0 ≤ yL ≤ 255, 0 ≤ yH ≤ 9)
c = 49 [when single
-
color print control is selected]
0 ≤ d ≤ 255
k = (int ((xL + xH × 256) + 7) / 8) × (yL + yH × 256)
The entire capacity size = 256 KB maximum.
[Description]
• Defines the NV graphics data (raster format) as a record specified by the key codes
(kc1, kc2) in the NV graphics area.
• b specifies the number of the color of the defined data.
• 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).
• c specifies the color of the defined data.
• d specifies the defined data (raster format).
[Notes]
• In cases where there is sufficient capacity is not available for storing NV graphics data
specified by (xL + xH × 256) and (yL + yH × 256), this function is ignored.
• The [data value (k) + control information data value (24 bytes)] area of the NV graphics
data domain is used when this function is executed.
• NV graphics and NV bit image (FS q) cannot be defined simultaneously. When this
function is executed, all NV bit images are deleted.
c
Defined data color (*)
49
Color 1
50
Color 2
Содержание TP809
Страница 1: ...TP809 Programming Manual Rev 1 2...
Страница 32: ...TP809 Programming Manual 26...