Plain English

Stores the current label design as a form overlay in the printer's memory. A form overlay is like a template — the static parts of your label (logos, borders, fixed text) that don't change. You can recall it later with ESC+&R and only send the variable data.

When to use

When you have a label format that gets printed many times with only some fields changing. Storing the overlay reduces data sent to the printer for each label.

Syntax

ESC+&Sname

Parameters

ParameterDescription
nameOverlay name to store (up to 8 characters)

Example

ESC+A
ESC+H0050
ESC+V0050
ESC+FW0002,0002,0300,0700
ESC+H0060
ESC+V0060
ESC+X23SHIPPING LABEL
ESC+&SSHIP01
ESC+Z

Store a shipping label border and heading as overlay "SHIP01"

Try it in the playground View all SBPL commands