SAVED DATA CALL COMMAND [ESC] XQ
function calls saved pc interface commands.
format [esc] xq; aa, b, c [lf] [nul]
term aa: save number of the file to be called
01 to 99
b: status response when calling the data
0: no status response
1: status response
c: auto call at power on time
l: auto call
m: no auto call
(1) if the relevant save number is not found, an error will result.
(2) however, if no save number subject to auto call is found with the option for auto call at power on time selected, the option for no auto call will be selected causing no error.
(3) if a command error is found in the pc interface command in auto call at power on time by the saved data call command, a command error will result. after an error has occurred, the power must be turned off. the option for no auto call is selected when the power is turned on again.
(4) the printer enters the online mode (label issue operation) when the save data call command is sent after the save terminate command.
refer to · save start command ([esc] xo)
· save terminate command ([esc] xp)
examples 10 print #1, esc$; ”xq; 01, 0, l”; lf$; nul$;
20 print #1, esc$; ”rc001; sample”; lf$; nul$;
30 print #1, esc$; ”rc002; 100”; lf$; nul$;
40 print #1, esc$; ”xs; i, 0002, 0002c5000”; lf$; nul$;