file.capture_response.destination

file.capture_response.destination

Sets whether batch counters will be displayed on the printer’s control panel.

Setvar

To set whether batch counters will be displayed on the printer’s control panel:
  • "printer_file"
    causes captured files to be written to the printer’s memory
  • "usb_file"
    causes captured files to be written to a USB storage device
Default
"printer_file"
Example
! U1 setvar "file.capture_response.destination" "usb_file"

Getvar

To retrieve the current setting value:
! U1 getvar "file.capture_response.destination"
Result
"usb_file"