676 questions
1
vote
1
answer
45
views
TSC TE210 Printing extra label when print executed by application
I want to print data on a label.
I created a ZPL template file and in my application i read that template file, look up a specific string, replace that string with data from my application and then ...
0
votes
2
answers
100
views
Scanned RFID value is different than printed value
I was confused to find out the value I sent to the RFID printer is not the same value I see in the RFID reader app when I scan. I am printing with a zebra ZT411 and scanning with an RFD8500. Here are ...
0
votes
1
answer
104
views
ZPL and Serialization Field (^SF)
I have a problem with serialization. When I try ZPL code on Laberaly.com, it works as it should. But when that data is send to the printer, serialization does not work. Also, label is stored on ...
-1
votes
1
answer
157
views
Aligning barcode text to the center using ZPL
Trying to print a code 128 barcode with corresponding text.
^XA
^FO30,40
^BCN,50,Y,N,N
^FDGA1234567890^FS
^XZ
renders fine
However if I try to make the font of text bold, it aligns to the left. ...
1
vote
2
answers
151
views
ZPL generated GS1 Data Matrix shows as invalid
I have a ZPL code to print a Datamatrix, the result on ZPL visualizer seems accurate (see image below) but I'm unable to scan it with my scanner app, and a random QR reader says it's an invalid QR.
I ...
-1
votes
1
answer
88
views
Print Canvas with ZPL or TSPL command for zebra printer by WebUSB
If you need print your custom design or canvas design in react or next js you can do this
0
votes
1
answer
81
views
flutter zpl center text
I'm using Flutter to print data on a thermal printer by sending Zebra Programming Language (ZPL) code. I want to center-align text within the label, but I keep having trouble calculating the correct ...
0
votes
1
answer
186
views
Zebra ZQ520 is not printing through code or Setup Utilities
I have an issue like that when I send ZPL commands through c# code to the printer via Bluetooth it prints blank label (after calibration) or sometimes only a peace of the expected text. Additionally, ...
-1
votes
1
answer
250
views
Zebra Label Printer (Gx430t) set printer configuration settings
I'm trying to change the printer settings of my Zebra GX430t usb printer so they persist for the entire time the printer is turned on. This is to avoid having to reload all printer settings every time ...
1
vote
1
answer
199
views
ZPL Viewer rendering monospace hyphens
For this ZPL:
^XA
^LH0,0
^CI28
^MNN
^LL1054
^AF,30^FO16,206^FB544,1,0,C,0^FH^FDINVOICE NO: INV-1008\&^FS
^AF,30^FO16,268^FB544,1,0,L,0^FH^FDDN-1006\&^FS
^XZ
I would expect all the characters ...
1
vote
0
answers
664
views
USB connection to Zebra printer in C#
I've been tasked with establishing a USB connection which I can use to send and receive data. More specifically, I need to send ZPL commands to a Zebra Label Printer ZD421 and the whole process needs ...
0
votes
0
answers
85
views
Converting ZPL commands to byte string for QR code Printing
This requirement is for an Appian integration with Zebra printer. I am trying to use an Appian plug in to print QR codes/Bar codes to Zebra printer.
One of the input parameters for the printer is ...
1
vote
0
answers
69
views
ZPL: ^FN1 not show all content when used in ^BQ command
I am trying to generate a QR code that contains RFID data.
But, in the code data the first 3 characters are missing. I know this issue when using the ^FD command. Here, you need to format the data by ...
2
votes
1
answer
153
views
Extra white space on top and bottom when printing with Star TSP 100 in ZPL
I have generated a ZPL code using Labelary
^XA
^LH0,0
^CI28
~DGR:SAMPLE.GRF,5796,46,
...
0
votes
0
answers
182
views
ZPL/Zebra Printer font family not rendered
I'm using a Zebra Technologies ZTC ZT230-300dpi ZPL printer to push an image via network to the printer. I have a Word template that I convert to HTML using OpenXMLPowerTools, then to an image using ...
1
vote
1
answer
185
views
Dynamic Background Generation for a ZPL String (Black Background And Inverted Text)
I'm trying to generate a text with black background and white font text in ZPL through code.
I have come up with a way of calculating the text width according to the characters. (not the most ...
0
votes
0
answers
258
views
Blazor printing to Zebra printer from client side without any side application
I want to send raw ZPL commands to a Zebra printer from a Blazor web application (on client side). This printer is not accessible from the Blazor server app. Is it possible to print with the Zebra ...
0
votes
1
answer
127
views
Zebra printer print special charcter
Hy all. I have a Zebra printer. I want to print a DMC code with some special characters.
These characters are:
$1E
$1D
The complete DMC code is:
[)>$1E06$1D1P4533004683$1DS001266$1D7D0724$...
0
votes
0
answers
219
views
Zebra ZD621R - ZPL command to rewind one label
I have a Zebra ZD621R printer.
I can see that the "mechanism" can rewind / back-feed one label.
Is there a ZPL command that I could use to force the mechanism to rewind / back-feed one label?...
0
votes
1
answer
96
views
ZPL TAB function
I have an application and need advice on handling barcode and tabulator functionality, ideally using ZPL (Zebra Programming Language). Below is a revised sample of the ZPL data I'm working with:
...
0
votes
2
answers
666
views
ZPL programming on Linux - Why are labels blank?
I'm trying to print my first ZPL label using Linux. The label feeds, but is empty.
My labels are 1 inch wide x 3 inches long, and my printer centralises the roll of labels, so they only occupy the ...
0
votes
1
answer
475
views
Send GSD Command in JSON to Zebra Printer
Trying to send commands (not labels) to Zebra printers using Python.
On page 574 of the documentation it shows:
Here's my code:
mysocket = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
...
0
votes
1
answer
306
views
Zebra Browser Print, labels did not print in numbered order
We have numbered labels that we want to print with Browser print, we send each label like this:
^XA^FO100,100^A0N,50,50^FD Label: 1^FS^XZ
^XA^FO100,100^A0N,50,50^FD Label: 2^FS^XZ
^XA^FO100,100^A0N,50,...
56
votes
10
answers
203k
views
.NET code to send ZPL to Zebra printers
Is there a way to send ZPL (Zebra Programming Language) to a printer in .NET?
I have the code to do this in Delphi, but it is not pretty and I would rather not try to recreate it in .NET as it is.
0
votes
0
answers
79
views
Multiple copies of 3-page multi label sequentially
I have to take 2 copies of 3-page label sequentially so that all the 3 pages will be printed before the copy starts. How can I write this code in ZPL - Zebra language?
This is a sample code.
I tried ...