Forum topic
Hello, How do I embed a field number into a field definition?   Consider the following ZPL: ^FD51,0,6,111111,2,33,^FN11"Enter Barcode"^FS The full ZPL is supposed to scan a barcode and use…
Forum topic
^XA ^A0N90,43^FH^FD_c2_a1 ^FS ^XZ The above ZPL command prints "í" ( small letter i with Acute). But the correct one is "¡" (inverted exclamation) as per the UTF-8 code  "c2a1". It happens with…
Forum topic
Hi, I'm trying to use Aztec Code barcodes with ECI codes in my labels, but I can't get it to work and I haven't been able to find any examples of this online. Can anyone provide an example? Is there…
Forum topic
Hello, I am using a ZE 500 300dpi RH and sending it the .prn file indicated below. The label is reprinted 1000 times according to the use of the ^PQ function. My question is how can i get the field ^…
Forum topic
Hello, I want to covert font size in to height and width format. i have a requirement where i will provide UI and we can set font size (in pt) and then i will Prepare a zebra command based on UI…
Forum topic
Hi Zebra, could you help me with the following ZPLII code? ^XA ~DYR:MILOGO,P,P,429,,…
Forum topic
I downloaded the emulator and the printer driver sees it and connects. But the ZxpSampleCode project says "Could not open connection to printer " Trying to use ethernet. I'm on Windows 10, and…
Forum topic
Hi, I've designed a label that contains a section at the bottom to hold delivery numbers.  I can't predict how many delivery numbers will be on each label, but I'd like the font to be as big as…
Forum topic
using this link below as a test of the ZPL code How to Preview a ZPL Label with a Network Printer Entered the following into the preview. CT~~CD,~CC^~CT~ ^XA~TA000~JSN^LT0^MNW^MTT^PON^PMN^LH0,0^JMA…
Forum topic
I need to trim leading spaces from a variable I'm sending to a label with ZPL2. This is what the row of code looks like: ^FO260,39^ACR,73,25^FD$1HWWRPQT^FS $1HWWRPQT is a variable. I tried this: ^…