User`s guide
PRINTER SETUP 
184    Copyright © 2006, Cognitive. 
VARIABLE USER_FEEDBACK 
Function Enables or disables the transmission of certain 
status messages to the host computer. With this 
feature enabled, the printer regularly sends some 
status messages via the serial port. The printer will 
not send messages if the host computer is busy, (as 
indicated by the condition of its serial port CTS line. 
Explicit Form 
Implicit Form 
VARIABLE USER_FEEDBACK status 
V USER_FEEDBACK status  
Parameters 
status 
Condition of the user feedback function. 
ON enables this feature; OFF disables it. 
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 
See also 
QUERY STATUS 
Example  The following label format will enable user 
feedback: 
! 0 0 0 0 
VARIABLE USER_FEEDBACK ON 
VARIABLE WRITE 
END 










