HP d640 HP D640 High-Volume Printer - Technical Reference Manual, C5630-90030 - Page 26

Using the Control Panel, Using Commands in a Print Job

Page 26 highlights

Using the Control Panel On the printer's control panel, you can explicitly select TIFF emulation. For details, see the User Manual. When TIFF emulation is set, the following data items are valid: l A new TIFF file, starting with a 4-byte sequence $49492A00 or $4D4D002A l PJL commands Any other type of data is treated as an error. On the printer's control panel, you can also use the Auto emulation setting to implicitly recognize TIFF files. If Auto emulation is set, the printer recognizes either of the following sequences as valid TIFF file headers and enters TIFF emulation mode automatically, if this sequence is at the start of the print job. l $49492A00 or $4D4D002A Using Commands in a Print Job In addition to control panel settings, TIFF protocol can be selected by the PJL command: @PJL ENTER LANGUAGE = TIFF The following is a sample print job for a TIFF file: %-12345X@PJL JOB NAME="Sample.tif" %-12345X@PJL SET CLIP=OFF %-12345X@PJL ENTER LANGUAGE=TIFF < tif file goes here > %-12345X@PJL @PJL EOJ NAME="Sample.tif" %-12345X 20 Chapter 3: Working with TIFF Images

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122

20
Chapter 3: Working with TIFF Images
Using the Control Panel
On the printer’s control panel, you can explicitly select TIFF
emulation. For details, see the
User Manual
.
When TIFF emulation is set, the following data items are valid:
l
A new TIFF file, starting with a 4-byte sequence $49492A00 or
$4D4D002A
l
PJL commands
Any other type of data is treated as an error.
On the printer’s control panel, you can also use the Auto emulation
setting to implicitly recognize TIFF files.
If Auto emulation is set, the printer recognizes either of the following
sequences as valid TIFF file headers and enters TIFF emulation
mode automatically, if this sequence is at the start of the print job.
l
$49492A00 or $4D4D002A
Using Commands in a Print Job
In addition to control panel settings, TIFF protocol can be selected by
the PJL command:
@PJL ENTER LANGUAGE = TIFF
The following is a sample print job for a TIFF file:
<ESC>%-12345X@PJL JOB NAME="Sample.tif"<LF>
<ESC>%-12345X@PJL SET CLIP=OFF<LF>
<ESC>%-12345X@PJL ENTER LANGUAGE=TIFF<LF>
< tif file goes here >
<ESC><ESC><Bel>
<ESC>%-12345X@PJL<LF>
@PJL EOJ NAME="Sample.tif"<LF>
<ESC>%-12345X