HP 2500 HP PCL/PJL reference (PCL 5 Printer Language) - Technical Quick Refere - Page 44

Device Attendance, File System

Page 44 highlights

PJL Device Attendance Operator Message Displays specified message on control panel and takes printer offline. @PJL OPMSG DISPLAY = "message" [] Ready Message Specifies a message that replaces the READY message on the printer control panel. Doesn't affect on-line state. @PJL RDYMSG DISPLAY = "message" [] Status Message Displays specified message on printer control panel and takes printer offline. Returns name of the key that is pressed by operator to put the printer back online. @PJL STMSG DISPLAY = "message" [] Response @PJL STMSG DISPLAY = "message" key File System FSDELETE Deletes printer disk files. @PJL FSDELETE NAME = "pathname" [] FSDOWNLOAD Downloads a file to the printer disk file system. @PJL FSDOWNLOAD FORMAT:BINARY [SIZE=int] [] FSINIT Initializes the printer disk file system. @PJL FSINIT VOLUME = "pathname" [] FSMKDIR Creates the specified directory on the printer disk file system. @PJL FSMKDIR NAME = "pathname" [] 42

  • 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

42
PJL
Device Attendance
Operator Message
Displays specified message on control panel and takes printer offline.
@PJL OPMSG DISPLAY =
“message”
[<CR>]<LF>
Ready Message
Specifies a message that replaces the READY message on the printer
control panel. Doesn't affect on-line state.
@PJL RDYMSG DISPLAY =
“message”
[<CR>]<LF>
Status Message
Displays specified message on printer control panel and takes printer
offline. Returns name of the key that is pressed by operator to put the
printer back online.
@PJL STMSG DISPLAY =
“message”
[<CR>]<LF>
Response
@PJL STMSG DISPLAY =
“message”
<CR><LF>
key <CR><LF>
<FF>
File System
FSDELETE
Deletes printer disk files.
@PJL FSDELETE NAME =
“pathname”
[<CR>]<LF>
FSDOWNLOAD
Downloads a file to the printer disk file system.
@PJL FSDOWNLOAD FORMAT:BINARY [SIZE=int] [<CR>]<LF>
FSINIT
Initializes the printer disk file system.
@PJL FSINIT VOLUME =
“pathname”
[<CR>]<LF>
FSMKDIR
Creates the specified directory on the printer disk file system.
@PJL FSMKDIR NAME =
“pathname”
[<CR>]<LF>