Lexmark MX321 Printer Languages and Interfaces Technical Reference - Page 84

File commands for flash memory or hard disk

Page 84 highlights

Printer job language 84 Syntax: @PJL SET LDOWNLOADTARGET=variable[] File commands for flash memory or hard disk Use the following commands to manage resources on flash memory and hard disk: • LOPENFILE • LCLOSEFILE • LREADFILE • LWRITEFILE • LRUNFILE • LRENAMEFILE • LDELETEFILE • LFORMAT • LDEFRAG Syntax: @PJL LOPENFILE DEVICE=filedevice FILENAME=fname ACCESS=accesstype[] The following are the parameters used with most of the file commands. Parameter acccesstype Syntax ACCESS = acccesstype bytecount LENGTH = bytecount Description When opening a file, specify one of the following access types: • RO-Open for read only. The file must exist on the specified device. • WO-Create a new file. If the file exists, then its contents are discarded and a new file is created. • RW-Open for reading and writing. The file must already exist. • AP-Open for reading and writing, and then position the file pointer to the end of the file. The file must already exist. Note: Access types are case-sensitive. The amount of data in bytes to be read or written. The parameter is optional for both the LREADFILE and LWRITEFILE commands. Note: If the LENGTH is greater than the file size on an LREADFILE command, then it is assumed to be the entire file beginning at the START location.

  • 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
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148

Syntax:
@PJL SET LDOWNLOADTARGET=variable[<CR>]<LF>
File commands for flash memory or hard disk
Use the following commands to manage resources on flash memory and hard disk:
LOPENFILE
LCLOSEFILE
LREADFILE
LWRITEFILE
LRUNFILE
LRENAMEFILE
LDELETEFILE
LFORMAT
LDEFRAG
Syntax:
@PJL LOPENFILE DEVICE=filedevice FILENAME=fname ACCESS=accesstype[<CR>]<LF>
The following are the parameters used with most of the file commands.
Parameter
Syntax
Description
acccesstype
ACCESS
=
acccesstype
When opening a file, specify one of the following
access types:
RO—Open for read only. The file must exist on the
specified device.
WO—Create a new file. If the file exists, then its
contents are discarded and a new file is created.
RW—Open for reading and writing. The file must
already exist.
AP—Open for reading and writing, and then position
the file pointer to the end of the file. The file must
already exist.
Note:
Access types are case-sensitive.
bytecount
LENGTH
=
bytecount
The amount of data in bytes to be read or written. The
parameter is optional for both the
LREADFILE
and
LWRITEFILE
commands.
Note:
If the LENGTH is greater than the file size on an
LREADFILE command, then it is assumed to be the
entire file beginning at the START location.
Printer job language
84