CommandsGraphics
^EG - Erase Downloaded Graphic
Deletes all graphic images from printer memory
^EG - Erase Downloaded Graphic
Overview
The ^EG or ~EG command deletes all graphic images (including label format images and hexadecimal images) from DRAM. This is a bulk deletion command that clears all graphics at once, not selectively. For selective deletion of specific graphics, use the ^ID command instead.
Syntax
^EGor
~EGParameters
None - This command takes no parameters.
Description
- Erases ALL downloaded graphics from DRAM
- Non-selective deletion (removes everything at once)
- Immediate effect that cannot be undone
- Only affects DRAM (R:), not flash memory (B:)
- Only erases graphics, not stored formats (use
^EFfor formats)
Usage Notes
- This is a bulk deletion command
- Cannot be undone once executed
- For selective deletion of specific graphics, use
^IDinstead - Only clears DRAM-based graphics
- To erase formats, use
^EFor~EF - Useful for resetting printer graphics memory
Example
^XA
^EG
^XZUsing Tilde Format
~EGSelective Alternative
For selective deletion, use the ^ID command with wildcards:
^XA
^IDR:OLDLOGO.GRF
^XZRelated Commands
~DG- Download Graphic^XG- Recall Graphic^ID- Image Delete (selective deletion)^EF- Erase Format (for stored formats)^IM- Image Move^IL- Image Load