User`s guide

PRINTER SETUP
178 Copyright © 2006, Cognitive.
VARIABLE REPORT_LEVEL
Function Sets the manner in which the printer reports
recoverable errors.
Explicit Form
Implicit Form
VARIABLE REPORT_LEVEL n
V REPORT_LEVEL n
Parameters
n 0
No error reporting. This is the default
error level in most printers.
1
Error messages are sent to the serial
port.
2
Error messages are sent to the serial
port and printed on the label.
Comments Send this command to the printer with VARIABLE
WRITE in a non-printing label format.
Do not use this command in stored label formats.
Example The label format below will tell the printer to send
an error message to the printer serial port and print
an error label when it encounters a recoverable
error:
! 0 0 0 0
VARIABLE REPORT_LEVEL 2
VARIABLE WRITE
END