Plain English

Recalls a previously stored form overlay from the printer's memory and applies it to the current label. The recalled overlay provides the static design elements, and you add the variable data on top.

When to use

When printing labels that use a stored template. Recall the overlay, then add only the variable fields — this is much faster than resending the entire label design each time.

Syntax

ESC+&Rname

Parameters

ParameterDescription
nameOverlay name to recall (must match a stored overlay)

Example

ESC+A
ESC+&RSHIP01
ESC+H0060
ESC+V0150
ESC+X22Order: #12345
ESC+H0060
ESC+V0200
ESC+X22Destination: Sydney
ESC+Q1
ESC+Z

Recall the SHIP01 overlay and add variable order data

Try it in the playground View all SBPL commands