I have a dedicated text file "MyImages.txt" containing images that I want to be printed on my label. All images are loaded into printer memory using the command ~DG
, for example:
~DGLOGO1.GRF,01536,008,[image]
When I am trying to print this image from the same text file "MyImages.txt" everything works fine:
^FX---MyImages.txt---^FS
^FT736,1152^XGLOGO2.GRF,1,1^FS
However, when I am using a different file, let's call it "MyNewLabel.txt", and call the same command
^FX---MyNewLabel.txt---^FS
^FT736,1152^XGLOGO2.GRF,1,1^FS
... then the label is not printed. I would like to understand why this is not working. I have loaded the image into the memory upfront sending "MyImages.txt" to the printer, then I send "MyNewLabel.txt" to the printer - so imo the printer should recall the image from its memory...