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

Store a PCL Print File on the Internal Hard Disk

Page 51 highlights

Store a PCL Print File on the Internal Hard Disk This command stores a file on the printer's internal hard disk. @PJL FSDOWNLOAD FORMAT:BINARY SIZE= NAME="pathname" binary data All keywords must be supplied correctly. Thus an E or out of place is invalid (and does a reset). White space may be present on either side of the = sign. SIZE=integer Integer is the number of bytes of binary data, expressed as ASCII digits. Integer is an integer in the range of 2 to max-signed-int. NAME="pathname" Quotes are required to delimit pathname. The pathname consists of a path (c:\pcl5\...) and a filename. The pathname must be valid for the file to be stored. Follow DOS conventions and use .PCL for the extension. l If a file exists already with the same name the user gives, and it is not a "delete-protected" file, the old file is overwritten. l If the data stream gets cut off before the operation completes, then no file is created, and if there was a file of the same name it may no longer exist; an error could be returned. l The is required to indicate that the PJL command ends here and binary data starts in the following byte. l The is consumed by the FSDOWNLOAD command; it is not a job boundary, and it is not counted in the SIZE=integer count. Chapter 4: Using the Printer's Hard Disk 45

  • 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

Chapter 4: Using the Printer’s Hard Disk
45
Store a PCL Print File on the Internal Hard
Disk
This command stores a file on the printer’s internal hard disk.
@PJL FSDOWNLOAD FORMAT:BINARY SIZE=<integer>
NAME=”pathname”<EOL>
binary data<UEL>
All keywords must be supplied correctly. Thus an <ESC>E or <UEL>
out of place is invalid (and does a reset).
White space may be present on either side of the = sign.
SIZE=integer
Integer is the number of bytes of binary data, expressed as ASCII
digits.
Integer is an integer in the range of 2 to max-signed-int.
NAME="pathname"
Quotes are required to delimit pathname.
The pathname consists of a path (c:\pcl5\...) and a filename.
The pathname must be valid for the file to be stored. Follow DOS
conventions and use .PCL for the extension.
l
If a file exists already with the same name the user gives, and it is
not a “delete-protected” file, the old file is overwritten.
l
If the data stream gets cut off before the operation completes,
then no file is created, and if there was a file of the same name it
may no longer exist; an error could be returned.
l
The <EOL> is required to indicate that the PJL command ends
here and binary data starts in the following byte.
l
The <UEL> is consumed by the FSDOWNLOAD command; it is
not a job boundary, and it is not counted in the SIZE=integer
count.