Questions tagged [zpl-ii]

ZPL-II stands for the "Zebra Programming Language v II" and is a proprietary programming language used to communicate to Zebra branded printers

More Information:

212 questions
0
votes
1 answer

^RFR,^FN1,^HV1 not sending output to computer

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…
Dai
  • 141,631
  • 28
  • 261
  • 374
0
votes
2 answers

ZPL command length limit?

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…
user626963
0
votes
1 answer

Simple Zpl printing not working?

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…
alex
  • 4,804
  • 14
  • 51
  • 86
0
votes
0 answers

ZPL code to replicate a scanned barcode

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…
3simpl
  • 51
  • 1
  • 4
0
votes
1 answer

Problems with print labels continuously (Zebra Printer)

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…
user1894341
0
votes
1 answer

Printing a .ZPL file to a zebra printer in vb.net. Visual Studio 2015 version

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…
chris bahr
  • 155
  • 3
  • 15
0
votes
1 answer

ZPL ^BC command prints barcode 128 set B width too long

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…
vims liu
  • 643
  • 1
  • 9
  • 20
0
votes
1 answer

ZPL: how to print in grayscale

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…
xdola
  • 562
  • 2
  • 8
  • 23
0
votes
2 answers

Zebra RW 420 not printing last or first inch using ZPL

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…
0
votes
2 answers

ZPL to print strike through

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…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
0
votes
1 answer

how to print line space below the barcode and text using zpl programming bar code

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…
Krishna38
  • 707
  • 1
  • 16
  • 43
0
votes
0 answers

Searching through text for a pattern and replacing the entire pattern in VB.NET

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…
RianBattle
  • 898
  • 6
  • 20
0
votes
1 answer

Zebra ZPL-II: How to revert ^CIx,... settings

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…
Pelle
  • 1
  • 6
0
votes
1 answer

ZPL ~HS not working on some printers

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…
Aaron
  • 1,042
  • 2
  • 12
  • 30
0
votes
1 answer

Issue on qz.jZebra multi pages print

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…
salz
  • 81
  • 12