Plain English

This is the opening command for every SBPL label — like pressing "New Document". It tells the printer "I'm about to describe a label". Every SBPL job must begin with ESC+A.

When to use

Always. It's the very first command in every label.

Syntax

ESC+A

Example

ESC+A
ESC+H0100
ESC+V0050
ESC+X22Hello World
ESC+Q1
ESC+Z

The simplest possible SBPL label

Try it in the playground View all SBPL commands