home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / SIGNUM43.LZH / SQ1170.TR_ / SQ1170
Text File  |  1995-07-17  |  3KB  |  105 lines

  1. ;#printer: "Epson SQ170"
  2. ; Font: Courier_R8_S1
  3. ; Datum: 26.08.91
  4. ; Beispiel für Signum3-Druckertreiber
  5. ; incl. Datenkompression für Graphik
  6.  
  7. ; Steuersequenzen
  8. S00: ; Proportional an
  9. S01: ; Proportional aus
  10. S06: 27,38,97,45,52,53,86 ; Superscript an
  11. S07: 27,38,97,43,52,53,86 ; Superscript aus
  12. S08: 27,38,97,43,52,53,86 ; Subscript an
  13. S09: 27,38,97,45,52,53,86 ; Subscript aus
  14. S10: 27,40,115,49,83 ; Italic an
  15. S11: 27,40,115,48,83 ; Italic aus
  16. S12: 27,40,115,51,66 ; Bold an
  17. S13: 27,40,115,48,66 ; Bold aus
  18. S14: 27,38,100,68 ; Underline an
  19. S15: 27,38,100,64 ; Underline aus
  20. S16: 27,'@',27,'(','G',1,0,1;  Initialisierung
  21. S17: 13,27,'@'  ; Druck-Ende
  22.  
  23. ; Proportionalwerttabelle
  24. P031: 25,25,25,25,25,25,25,25,25,25
  25. P041: 25,25,25,25,25,25,25,25,25,25
  26. P051: 25,25,25,25,25,25,25,25,25,25
  27. P061: 25,25,25,25,25,25,25,25,25,25
  28. P071: 25,25,25,25,25,25,25,25,25,25
  29. P081: 25,25,25,25,25,25,25,25,25,25
  30. P091: 25,25,25,25,25,25,25,25,25,25
  31. P101: 25,25,25,25,25,25,25,25,25,25
  32. P111: 25,25,25,25,25,25,25,25,25,25
  33. P121: 25,25,25,25,25,25,25,25,25,25
  34. P131: 25,25,25,25,25,25,25,25,25,25
  35. P141: 25,25,25,25,25,25,25,25,25,25
  36. P151: 25,25,25,25,25,25,25,25,25,25
  37. P161: 25,25,25,25,25,25,25,25,25,25
  38. P171: 25,25,25,25,25,25,25,25,25,25
  39. P181: 25,25,25,25,25,25,25,25,25,25
  40. P191: 25,25,25,25,25,25,25,25,25,25
  41. P201: 25,25,25,25,25,25,25,25,25,25
  42. P211: 25,25,25,25,25,25,25,25,25,25
  43. P221: 25,25,25,25,25,25,25,25,25,25
  44. P231: 25,25,25,25,25,25,25,25,25,25
  45. P241: 25,25,25,25,25,25,25,25,25,25
  46. P251: 25,25,25,25
  47.  
  48. ; ASCII-Umsetzung
  49. A221: 189 ; Paragraph
  50. A132: 204 ; ae
  51. A148: 206 ; oe
  52. A129: 207 ; ue
  53. A142: 216 ; Ae
  54. A153: 218 ; Oe
  55. A154: 219 ; Ue
  56. A158: 222 ; sz
  57.  
  58. ; Voreinstellungen der Druckparameter
  59. X1: 1 ; Papierart (1 = automatischer Einzug).
  60. X2: 1 ; Seitenvorschub nach letzter Seite
  61. X3: 1100 ; Seitenlänge (von Signum nicht ausgewertet).
  62. X4: 2 ; Druckertyp Laser.
  63. X5: 99; Lasertyp HP
  64. X6: 300 ; horizontale Auflösung
  65. X7: 300 ; vertikale Auflösung
  66. X8: 0 ; ESC-l
  67. X9: 0 ; ESC-$
  68.  
  69.  
  70. ;  Signum-spezifisch:
  71.  
  72. X11:  3000  ; Max. Breite in Punkten
  73. X12:  4320  ; Max. Höhe in Punkten.
  74. X15:  0     ; $c    ; Blockhöhe variabel (darf auch kleiner als X24 sein).
  75. X16:  1     ; Kompression ein!
  76. X19:  360   ; Nonstand. Auflösung hor.
  77. X20:  360   ; Nonstand. Auflösung vert.
  78. X21:  0     ; Max. Kopienzahl
  79. X22:  1     ; 24-Nadelfont verwenden!
  80. X23:  400   ; ls0bytes (unterdrückt hor. Blockeinteilung, da > Papierbreite)
  81.             ; wg. Softwarefehler im Drucker unbed. volle Zeile!
  82.             ; Der Drucker macht u.U. Mist, wenn er mehrfach auf die gleiche
  83.             ; Zeile positionieren soll.
  84. X24:  24    ; lsblockho (Blockhöhe)
  85. X27:  0     ; strobe (in mikrosek), default
  86. X28:  15    ; timeout nach 15 sek.
  87.  
  88. S54:
  89.       27,'(','U',1,0,10             ; Unit auf 1/360 Zoll
  90.  
  91. S58:                                ; Start Graphikblock:
  92.       27,'$',-1,$81,3,2,-1                      ; x-Position
  93.       27,'(','V',2,0,-1,$82,3,2,-1              ; y-Position
  94.       27,'.',1,10,10,-1,$84,3,$83,'*',0,8,3,2   ; print raster graphics
  95.  
  96. S59:  -1,'v',-1                     ; eine Vektorzeile raus.
  97.  
  98. S60:  13                            ; Ende Graphikblock.
  99.  
  100. S62:                                ; Kopienzahl S62 gibt's nicht!
  101. S63:                                ; umschalten auf manuellen Einzug.
  102. S64:                                ; umschalten auf autom. Einzug.
  103.  
  104.  
  105.