Programmer
Manual
PTX
‐
S828
Chapter
5
IPDS
Programming
Information
192
260071
‐
001A
Parameters P5 and P6 form a two byte, unsigned, floating point value that specifies the scale. P5 specifies
the integer portion of the scale; P6 specifies the fractional portion of the scale. There is an implied decimal
point between P5 and P6. Byte P6 represents the fraction given by the value of P6 divided by 256 (see
“Full Arc at Current Position”).
The scale value acts as a multiplier for the arc parameters, as follows:
For a circle: The radius is P5P6 x r. A previous Set Arc Parameters order specifies the value of r. For an
ellipse: The major axis is P5P6 x a and the minor axis is P5P6 x b.
A previous Set Arc Parameters order specifies the values for a and b. The printer uses the current values
of color, mix, line type, and line width when drawing the arc.
This order does not update the current graphics position.
Begin Image
D1 0A
P1-P10
Description:
This order defines an image at the graphics position specified by parameters P1 to P4. An
image consists of a rectangular region defined in increments of 1/144 in. One or more Image Data orders
follow the Begin Image order. The Image Data orders contain the image data itself. The Begin Image order
introduces a graphics image. Only Image Data, Comment, or No-op orders are valid between Begin Image
and End Image orders.
Parameters P1 and P2 form a two byte value that specifies the X coordinate for the start of the image.
Parameters P3 and P4 form a two byte value that specifies the Y coordinate for the start of the image.
Parameters P1 to P4 define the location of the top left corner of the image. Parameters P5 and P6 are
always zero for this order. Parameters P7 and P8 form a two byte value that specifies the width of the
image in increments of 1/144 in. Parameters P9 and P10 form a two byte value that specifies the height of
the image in increments of 1/144 in.
The printer draws the image in the current values of color and mix.
This order updates the current graphics position to the coordinates of the image (parameters P1 to P4).
Notes:
1. The Begin Image at Current Position order always specifies the width and height of the image in
increments of 1/144 in., not in drawing units.
2. By sending the image ordered (immediate) instead of unordered (deferred), the printer uses less
storage.
Relative Line
E1 L1
P1-Pn
Description:
This order specifies one or more connected straight lines, like the Line order, except that the
end point of each line is an offset from the previous end point.
L1 is a one-byte value that specifies the length of the parameter field that follows. A value of zero for L1 is
invalid; L1 must be a multiple of 2. If the value of L1 is two, the printer does not draw the line. However,
the printer does update the graphics current position to the point specified by P1 and P2.
Parameters P1 to Pn are signed, twos-complement, one-byte values that specify the offset in drawing
units. Parameters P1 and P2 form a two byte value that specifies the X coordinate of the first end point of
the line. Parameters P3 and P4 form a two byte value that specifies the Y coordinate of the first end point
Содержание S828
Страница 1: ...Prog M gra Ma am anu me ual er s s...
Страница 2: ......
Страница 16: ...Programmer Manual PTX S828 Contents 14 260071 001A This page is intentionally left blank...
Страница 58: ...Programmer Manual PTX S828 Chapter 1 EPSON IBM Commands 56 260071 001A This page is intentionally left blank...
Страница 91: ...Programmer Manual PTX S828 Chapter 3 ANSI Emulation Commands 89 260071 001A Basic Program Printed Output...
Страница 116: ...Programmer Manual PTX S828 Chapter 4 IPDS Commands 114 260071 001A This page is intentionally left blank...
Страница 255: ...Programmer Manual PTX S828 Appendix A Code Pages 253 260071 001A Brazilian Code Pages 275 Figure 38 CP00275 Brazilian...
Страница 258: ...Programmer Manual PTX S828 Appendix A Code Pages 256 260071 001A Italian Code Page 00280 Figure 41 CP00280 Italian...
Страница 260: ...Programmer Manual PTX S828 Appendix A Code Pages 258 260071 001A Portuguese Code Page 00282 Figure 43 CP00282 Portuguese...
Страница 265: ...Programmer Manual PTX S828 Appendix A Code Pages 263 260071 001A Arabic Code Page 00420 Figure 48 CP00420 Arabic...
Страница 266: ...Programmer Manual PTX S828 Appendix A Code Pages 264 260071 001A Greek Old Code Page 00423 Figure 49 CP00423 Greek Old...
Страница 270: ...Programmer Manual PTX S828 Appendix A Code Pages 268 260071 001A Korean Code Page 00833 Figure 53 CP00833 Korean...
Страница 271: ...Programmer Manual PTX S828 Appendix A Code Pages 269 260071 001A Thai Code Page 00838 Figure 54 CP00838 Thai...
Страница 273: ...Programmer Manual PTX S828 Appendix A Code Pages 271 260071 001A Icelandic Code Page 00871 Figure 56 CP00871 Icelandic...
Страница 275: ...Programmer Manual PTX S828 Appendix A Code Pages 273 260071 001A Cyrillic Code Page 00880 Figure 58 CP00880 Cyrillic...
Страница 277: ...Programmer Manual PTX S828 Appendix A Code Pages 275 260071 001A OCR A Code Page 00892 Figure 60 CP00892 OCR A...
Страница 278: ...Programmer Manual PTX S828 Appendix A Code Pages 276 260071 001A OCR B Code Page 00893 Figure 61 CP00893 OCR B...
Страница 282: ...Programmer Manual PTX S828 Appendix A Code Pages 280 260071 001A Farsi Code Page 01097 Figure 65 CP01097 Farsi...
Страница 284: ...Programmer Manual PTX S828 Appendix A Code Pages 282 260071 001A Estonian Code Page 01122 Figure 67 CP01122 Estonian...
Страница 303: ...Programmer Manual PTX S828 Appendix A Code Pages 301 260071 001A Old Greek Code Page 00851 Figure 84 Old Greek CP851...
Страница 305: ...Programmer Manual PTX S828 Appendix A Code Pages 303 260071 001A Latin 3 PC Code Page 00853 Figure 86 Turkish CP853...
Страница 306: ...Programmer Manual PTX S828 Appendix A Code Pages 304 260071 001A Cyrillic PC Code Page 00855 Figure 87 Cyrillic CP855...
Страница 309: ...Programmer Manual PTX S828 Appendix A Code Pages 307 260071 001A Portuguese Code Page 00860 Figure 90 Portugal CP860...
Страница 310: ...Programmer Manual PTX S828 Appendix A Code Pages 308 260071 001A Hebrew Code Page 00862 Figure 91 Hebrew CP862...
Страница 312: ...Programmer Manual PTX S828 Appendix A Code Pages 310 260071 001A Arabic Code Page 00864 Figure 93 Arabic CP864...
Страница 313: ...Programmer Manual PTX S828 Appendix A Code Pages 311 260071 001A Arabic Code Page 00864E Figure 94 CP864E Arabic...
Страница 316: ...Programmer Manual PTX S828 Appendix A Code Pages 314 260071 001A Turkish 2 Code Page 00867 Figure 97 Turkish2 CP867...
Страница 317: ...Programmer Manual PTX S828 Appendix A Code Pages 315 260071 001A OCR A Code Page 00876 Figure 98 OCR A CP876...
Страница 318: ...Programmer Manual PTX S828 Appendix A Code Pages 316 260071 001A OCR B Code Page 00877 Figure 99 OCR B CP877...
Страница 323: ...Programmer Manual PTX S828 Appendix A Code Pages 321 260071 001A Latin 8 ISO 8859 8 Code Page 00916 Figure 104 ISO8859 8...
Страница 326: ...Programmer Manual PTX S828 Appendix A Code Pages 324 260071 001A Estonian Code Page 00922 Figure 107 Estonian CP922...
Страница 328: ...Programmer Manual PTX S828 Appendix A Code Pages 326 260071 001A Urdu Code Page 01006 Figure 109 Urdu CP01006...
Страница 344: ...Programmer Manual PTX S828 Appendix A Code Pages 342 260071 001A GOST Russian Figure 125 GOST Russian...
Страница 345: ...Programmer Manual PTX S828 Appendix A Code Pages 343 260071 001A TASS Cyrillic Figure 126 TASS Cyrillic...
Страница 346: ...Programmer Manual PTX S828 Appendix A Code Pages 344 260071 001A UKRANIAN old version Figure 127 UKRANIAN oldversion...
Страница 347: ...Programmer Manual PTX S828 Appendix A Code Pages 345 260071 001A KOI8 U new version Figure 128 KOI8 U newversion...
Страница 348: ...Programmer Manual PTX S828 Appendix A Code Pages 346 260071 001A FARSI 1 Figure 129 Farsi 1...
Страница 349: ...Programmer Manual PTX S828 Appendix A Code Pages 347 260071 001A FARSI 2 Figure 130 Farsi 2...
Страница 350: ...Programmer Manual PTX S828 Appendix A Code Pages 348 260071 001A Kamenicky Figure 131 Kamenicky...
Страница 351: ...Programmer Manual PTX S828 Appendix A Code Pages 349 260071 001A CWI Figure 132 CWI...
Страница 352: ...Programmer Manual PTX S828 Appendix A Code Pages 350 260071 001A Roman 8 Figure 133 Roman 8...
Страница 353: ...Programmer Manual PTX S828 Appendix A Code Pages 351 260071 001A IN2 Figure 134 IN2...
Страница 354: ...Programmer Manual PTX S828 Appendix A Code Pages 352 260071 001A Turkish Figure 135 Turkish...
Страница 355: ...Programmer Manual PTX S828 Appendix A Code Pages 353 260071 001A Bulgarian Figure 136 Bulgarian...
Страница 356: ...Programmer Manual PTX S828 Appendix A Code Pages 354 260071 001A 96 GREEK Figure 137 96GREEK...
Страница 364: ...Programmer Manual PTX S828 Appendix A Code Pages 362 260071 001A This page is intentionally left blank...
Страница 384: ...Programmer Manual PTX S828 Appendix D Lan Interface MIB Support 382 260071 001A...
Страница 386: ...Programmer Manual PTX S828 Appendix E The RPMU 384 260071 001A This page is intentionally left blank...
Страница 388: ...Programmer Manual PTX S828 Appendix F Printer Driver Support 386 260071 001A...
Страница 396: ...Programmer Manual PTX S828 Appendix I Configuration Menu Lockout 394 260071 001A...
Страница 418: ...Programmer Manual PTX S828 Notices 416 260071 001A This page is intentionally left blank...
Страница 419: ...Programmer Manual PTX S828 Notices 417 260071 001A This page is intentionally left blank...
Страница 420: ...Programmer Manual PTX S828 Notices 418 260071 001A This page is intentionally left blank...
Страница 423: ......