Plain English

Sends a stored graphic image back to the host computer in ASCII hex format. The reverse of ~DG.

When to use

When you need to retrieve a stored graphic from the printer for backup or inspection.

Syntax

^HGd:name.GRF

Parameters

ParameterDescription
dDrive letter: R, E, or B
name.GRFGraphic filename to retrieve

Example

^XA
^HGR:LOGO.GRF
^XZ

Retrieve the LOGO graphic from RAM

Try it in the playground View all ZPL commands