I have a Zebra printer and an Intermec printer (PD41). The code is in ZPL language, so my Zebra printer is working, but my Intermec printer doesn't. I need to write this code in IPL language so my Intermec understands the command. I can't update to ZSIM because my printer does not have enough memory to install the update that enables this function. So, I'll need to translate the code to IPL. This is my code:
Layout = "^XA^LL540^FO40,40^GB770,550,2^FS^FO30,60^XGR:Figure3.GRF,1,1^FS^FO390,50^GB410," & _ "170,2^FS^FO400,60^A0N,030,025^FDCAST NUMBER:^FS^FO400,100^A0N,115,90^FD" & _ strNumFusao & "^FS^FO50,230^GB205,140,2^FS^FO60,240^A0N,030,025^FDCAST MACHINE:^FS^FO110," & _ "275^A0N,110,85^FD" & strNumLing & "^FS^FO265,230^GB200,140,2^FS^FO275,240 ^A0N," & _ "030,025^FDBUNDLE: ^FS^FO320,275^A0N,110,85^FD" & strNumPilha & "^FS^FO475," & _ "230^GB325,140,2^FS^FO485,240^A0N,030,025^FDNET WEIGHT:^FS^FO545,275^A0N,110,85^FD" & _ strPesoLiquido & "^FS^FO80,390^A0N,30,40^FD" & strTexto1 & "^FS^FO80,430^A0N,30,40^FD" & _ strTexto2 & "^FS^FO180,470^BY2,3^B3N,N,80,Y,N^FD" & strCodBarra & "^XZ"
I'd like to convert and organize this code to IPL. There some IPL codes that I've identified:
^XA^ ^FS^ ^XGR^ ^FO x,y ^FD code ^GB x,y,z ^XZ
Does Anyone support me pls!!