I'm attempting to read the TID bank of the current (Class 1 Generation 2) RFID tag sitting under the print-head in a Zebra RZ400 (running the latest firmware V53.17.22Z). I'm connected via USB.
I'm using the "Direct Communication" program in the…
I am generating ZPL command string and the printer (ZT410) does not print all the labels sent. I simply loop through the following code and send the string to the printer (via the IP address on port 9100). Each loop contains a unique set of data…
I have this in test.txt
CT~~CD,~CC^~CT~^XA~TA000~JSN^LT0^MNW^MTT^PON^PMN^LH0,0^JMA^PR6,6~SD15^JUS^LRN^CI0^XZ^XA^MMT^PW508^LL0203^LS0^BY4,3,138^FT48,155^BCN,,Y,N^FD>;12^FS^PQ1,0,1,Y^XZ
and I use the Zpl printer Google chrome add-on
On my mac in…
I'm using a bluetooth barcode scanner and a wireless zebra printer to replicate barcodes that the scanner scans. When I scan barcodes that include letters and numbers it messes with the human readable portion of the replicated bar code as you can…
I have 44x15 mm labels. When i prints this labels continuously first label prints good then 4 labels bad and then 1 label good (see in picture). How I can solve this problem.
Thanks!
My zpl code…
I already have the raw ZPL file ready to go, I just don't know how to set the printer I want to send it to and then send it. How would I do this?
Note: I have a batch script on my computer that I default all ZPL files to, which is a shell script…
is there a command that prints the barcode even smaller than ^BY1? because the spaces between bar is large, I want to make it fit into the small label.
below is a sample code that I…
I've a ZQ520 printer and I started learning ZPL from here.
I need to print some information in different style, to highlight important data. The problem is that I can't find the instruction to print in grayscale.
I'm searching something like…
Zebra RW 420 not printing last or first inch(depending on rotation) using ZPL.
this link was suppose to give a solution since it is the same symptom; but I've try all combinations of "Back Feed" (~JSN, ~JSA, ~JSB) with no results.
here is my ZPL…
Is there a way to use ZPL to print text with a strikethrough (a line through the text)?
I need to be able to print something and indicate that it was there. I have looked through the ZPL programming guide and I have not found any way to alter the…
im using Zebra GK420d Printer. i need to print extra line space below the barcode and text. here my zpl code is like this
$barcode_ZPL_code ="^XA4
^FWR
^FO 550,450^A0,20,30^FH^FDCHEDDI_20JAGAN_20AIRPORT_20GUYANA_20OWN_20CLEARING^FS
^FO…
I've been gathering information from all over the internet on how to look through a string of text for a pattern and replace it with something else.
I'm just starting to learn about RegEx and how to utilize them, as I think it bests fits my needs…
we have a new set of labels generated with Zebra-printers. For the new labels, I use extensive character replacements in the ^CIx,... command.
(Most silly one I actually need is this: ^CI6,91,91,92,92,93,93,123,123,124,124,125,125)
For the new…
I have several Zebra ZM400 printers connected to the network and am working on customizing our printing application. The program uses the ~HS command to check the status of the printer before printing. Most of the printers work but some of them just…
I am using jZerba print plugin for our POS invoice print, I created a ftl and send that to jZebra HTML print, everything has worked as expected, but when the it comes to multiple pages it prints only first page, other pages got trimmed, I had tried…