Kod 128 Barkod Yazıcısı

5/22/25, 11:04 AM Code 128 ^BC (Kod 128)

^BC

  • Tanım
  • Parametreler 

ZPL eskiamples

  • SampZPL ve Alt Küme A'daki çıktı
  • SampZPL ve varsayılan Alt Küme B'deki çıktı
  • SampZPL ve Alt Küme C'deki çıktı
  • SampZPL, Alt Küme C'den B'ye ve A'ya geçiş yapıyor
  • Typical shipping format some major retailers  kullanmak
  • SampUCC/EAN-128 barkodu için ZPL
  • Printing the interpretation line in a different  yazı tipi
  • Birkaç uygulama tanımlayıcısını zincirleme
  • Daha fazla eskiamples
  • Code 128 Barcode Size Calculator (Adams Communications Site)

Alt kümeler

  • Alt kümeler
  • Subset Invocation Character table 
  • Rules for Subsets A and C
  • Rules for Subset B
  • Kod 128 Karakter Kümeleri 

UCC/EAN hakkında bilgi

  • UCC/EAN-128 Sembolizmi 
  • Uygulama Tanımlayıcıları
  • UCC Uygulama Tanımlayıcı Tablosu 
  • EAN-14

Tanım:

Code 128 is a high density, variable length, continuous, alphanumeric symbology. It was designed for complexly encoded product identification.
Each code 128 character consists of six elements: three bars and three spaces.

  • ^BC supports a fixed print ratio.
  • Field data (^FD) is limited to the width (or length, if rotated) of the label.


Parametreler:

https://support.zebra.com/cpws/docs/zpl/code_128.htm

5/22/25, 11:04 AM Code 128

Format için ^BC instruction is:

^BCo,h,f,g,e,m

Neresi:

^BC Kod 128 Barkod

 oOryantasyon

Varsayılan değer: Akım ^FW ayar

Other values:

N = Normal

R = Rotated, 90 degrees clockwise

I = Inverted, 180 degrees

B = Read from Bottom Up, 270 degrees

Barkod Yüksekliği

Varsayılan değer: Value set by ^BY

Other values: 1 dot to 9999 dots

Print Interpretation Line

Varsayılan değer: Y = Yes

Other value: N = No

NOTE: Intrepretation line can be printed in any available font by placing the instruction for the font directly before the bar code instruction.

Print Interpretation Line Above Code

Varsayılan değer: N = No

Other value: Y = Yes

NOTE: Default changes to Yes in UCC Case Mode

UCC Check Digit

Varsayılan değer: N = No

Other value: Y = Yes

Mode choices N, U, A, D

Varsayılan değer: = No mode selected

Other value: = UCC Case Mode (^FD or ^SN statement must contain 19 numeric digits it can also contain valid alpha characters). Subset C using FNC1 values is automatically selected.

Excess digits (above 19) in ^FD or ^SN will be eliminated.

Below 19 digits in ^FD or ^SN adds zeros to right to bring count to 19. (This produces an invalid interpretation line.)

Other value: = Automatic Mode Effective for Version 16.3.0 The Automatic Mode analyzes the data sent and automatically determines the best packing method. Full ASCII Character Set can be used in the ^FD statement. Printer will determine when to shift subsets. A string of four or more numeric digits will cause automatic shift to subset C.

Other value: = New Mode (x.11.x and newer f/w) This new mode:

  • Zincirlenmiş uygulama tanımlayıcıları ile veya onlarsız UCC/EAN ile işlem yapılmasına izin verecek.
  • Ayrıca kod, UCC/EAN 1 barkodunu belirtmek için FNC128'i takip eden uygun alt kümeden başlayacaktır.

https://support.zebra.com/cpws/docs/zpl/code_128.htm

5/22/25, 11:04 AM Code 128

The printer will automatically strip out parenthesis Ve boşluklar for encoding but print them in the human readable section.

The printer will automatically determine if a check digit is required, calculate it, and print it. Automatic sizing of the human readable.

SampZPL ve varsayılan Alt Küme B'deki çıktı


Alt kümeler

Code 128 has three subsets of characters. There are 106 encoded printing characters in each set, and each character set can have up to three different meanings, depending on the character subset being used. The three Code 128-character subsets are referred to as:

  • Alt küme A
  • Alt küme B
  • Alt küme C

Bir alt küme iki yoldan biriyle seçilebilir.

  1. A special Invocation Code can be included in the field data (^FD) string associated with that bar code.
  2. Place the desired Start Code at the beginning of the field data. If no Start Code is entered, Subset B will be used.

Bir barkod içindeki alt kümeleri değiştirmek için, uygun Çağrı Kodunu alan veri dizisinin uygun noktalarına yerleştirin. Yeni alt küme, uygun Çağrı Kodu ile değiştirilene kadar geçerliliğini koruyacaktır. (Örneğinample, in Subset C, a “>7” in the field data changes the Subset to A.) The table below shows the Code 128 Invocation Codes and Start Characters for the three subsets.

Aşağıdaki tabloda üç alt küme için Kod 128 Çağrı Kodları ve Başlangıç ​​Karakterleri gösterilmektedir. https://support.zebra.com/cpws/docs/zpl/code_128.htm 3/16

5/22/25, 11:04 AM Code 128 

Kod 128 Çağrı Karakterleri

SampZPL ve Alt Küme A'daki çıktı

The >9 after the ^FD sets it to subset A

SampZPL ve Alt Küme C'deki çıktı

The >; after the ^FD sets it to subset C

SampZPL, Alt Küme C'den B'ye ve A'ya geçiş yapıyor

https://support.zebra.com/cpws/docs/zpl/code_128.htm

5/22/25, 11:04 AM Code 128

^XA

^FO50,50^BY3^BCN,100,Y,N,N^FD>;382436>6CODE128>752375152^FS

^XZ

The >; starts the code in subset C, the >6 switches to subset B, the >7 switches to subset A. Consult the Invocation character table to see what invocations are used to switch from one subset to another.

Rules for Subsets A and C

Code 128 subsets A and C are programmed as pairs of digits, 00-99, in the field data string. In subset A, each pair of digits results in a single character being encoded in the barcode; in subset C, they are printed as entered. NOTE: Non-integers programmed as the first character of a digit pair (D2) are ignored. However, non-integers programmed as the second character of a digit pair (2D) invalidate the entire digit pair, and the pair is ignored. An extra, unpaired digit in the field data string just before a code shift is also ignored.

Rules for Subset B

Code 128 – subset B is programmed directly as ASCII text, except for values greater than 94 decimal and a few special characters: ~

Bu karakterlerin çağrı kodları kullanılarak programlanması gerekmektedir.

Kod 128 Karakter Kümeleri

https://support.zebra.com/cpws/docs/zpl/code_128.htm

5/22/25, 11:04 AM Code 128

UCC/EAN-128 Sembolizmi

Uygulama Tanımlayıcı verilerinin gösterimi için belirtilen semboloji, yalnızca EAN International ve Uniform Code Council (UCC) için ayrılmış olan Code 128'in bir çeşidi olan UCC/EAN-128'dir. Perakende satış noktalarındaki satış noktalarında taranacak veriler için kullanılması amaçlanmamıştır.

UCC/EAN-128 çeşitli avantajlar sunmaktadırtages. Günümüzde mevcut olan en eksiksiz, alfanümerik, tek boyutlu sembolojilerden biridir. Üç farklı karakter setinin (A, B ve C) kullanımı, tam 128 ASCII karakter setinin kodlanmasını kolaylaştırır. Kod 128, en kompakt doğrusal barkod sembolojilerinden biridir. Karakter seti C, sayısal verilerin çift yoğunluk modunda temsil edilmesini sağlar. Bu modda, iki rakam yalnızca bir sembol karakteriyle temsil edilerek değerli alan tasarrufu sağlanır. Kod birleştirilebilir. Bu, birden fazla AI ve

https://support.zebra.com/cpws/docs/zpl/code_128.htm

5/22/25, 11:04 AM Code 128

alanları tek bir barkoda birleştirilebilir. Kod ayrıca çok güvenilirdir. Kod 128 sembolleri, yazdırma ve tarama güvenilirliğini artıran iki bağımsız kendi kendini kontrol etme özelliğini kullanır.

UCC/EAN-128 barkodları her zaman barkodun başlangıç ​​karakterini takip eden fonksiyon 1 (FNC 1) olarak bilinen özel bir veri olmayan karakter içerir. Tarayıcıların ve işleme yazılımlarının UCC/EAN-128 ve diğer barkod sembolojileri arasında otomatik ayrım yapmasını ve ardından yalnızca ilgili verileri işlemesini sağlar.

UCC/EAN-128 barkodu, önde gelen sessiz bölge, Kod 128 başlangıç ​​karakteri A, B veya C, FNC 1 karakteri, Veri (Uygulama Tanımlayıcısı artı veri alanı), sembol kontrol karakteri, durdurma karakteri ve son sessiz bölgeden oluşur.

UCC/EAN, UCC/128 are a couple of ways you’ll hear someone refer to the code. This just indicates that the code is structured as dictated by the application identifiers that are used.

The SSCC stands for Serial Shipping Container Code. It’s formatted following the data structure layout for Application Identifier 00. See Application Identifier Table. It could be 00 which is the SSCC code. The customer needs to let us know what application identifiers are used for their barcode so we can help them.

Kodu Uygulama Tanımlayıcısı '00' yapısına yazdırmak için kodu yazmanın birkaç yolu vardır. 

Using ‘N’ for the mode (m) parameter ^BCo,h,f,g,e,m

Application Identifier 00 structure

^XA

^FO90,200^BY4^BCN,256,Y,N,Y,N^FD>;>80012345123451234512^FS

^XZ

>;>8′ bunu C alt kümesine, fonksiyon 1'e ayarlar

'00' uygulama tanımlayıcısını '17 karakter' takip eder, kontrol basamağı, 20. karakteri otomatik olarak yazdırmak için (e) parametresi için 'Y' kullanılarak seçilir.

N moduna ayarlıyken 19 karakterle sınırlı değilsiniz

https://support.zebra.com/cpws/docs/zpl/code_128.htm 7/16

5/22/25, 11:04 AM Code 128

Using ‘U’ for the mode (m) parameter ^BCo,h,f,g,e,m

Application Identifier 00 structure

^XA

^FO90,200^BY4^BC,256,Y,N,,U^FD0012345123451234512^FS

^XZ

U'yu seçmek UCC Büyük/Küçük Harf modunu seçer, yani ^FD'de tam olarak 19 karakter kullanmanız gerekir, ne daha fazla ne daha az... 19 karakter olmak zorunda.

FNC1 değerlerini kullanan alt küme C otomatik olarak seçilir.

Kontrol basamağı otomatik olarak eklenir.

Using ‘D’ for the mode (m) parameter (x.11.x and newer /w) ^BCo,h,f,g,e,Application Identifier 00 structure

^XA

^FO50,200^BCN,150,Y,N,,D^FD(00) 1 0084423 7449200940^FS

^XZ

https://support.zebra.com/cpws/docs/zpl/code_128.htm 8/16

5/22/25, 11:04 AM Code 128

(at end of field data is a bogus character that is inserted as a place holder for the check digit the printer will automatically insert…by coincidence in this examp(otomatik olarak hesaplanan kontrol basamağı da 0 idi)

FNC1 değerlerini kullanan alt küme C otomatik olarak seçilir.

Alan verilerinde parantez ve boşluklar olabilir. '00' uygulama tanımlayıcısı, ardından 17 karakter, ardından sahte kontrol basamağı yer tutucusu.

Kontrol basamağı otomatik olarak eklenir. Yazıcı kontrol basamağını otomatik olarak hesaplar ve barkod ve yorumlama satırına koyar.

Yorumlama satırı ayrıca parantezleri ve boşlukları da gösterecek ancak bunları gerçek barkoddan kaldıracaktır.

Yorumlama satırını farklı bir yazı tipinde yazdırma  

With f/w version x.10.x or newer

^XA

^FO50,200^A0N,40,30^BCN,150,Y,N,Y^FD>;>80012345123451234512^FS

^XZ

The font command (^A0N,40,30) can be added and changed to alter the font and size of the interpretation line. 

x.10.x'ten eski f/w sürümüyle

^XA

^FO25,25^BCN,150,N,N,Y^FD>;>80012345123451234512^FS

^FO100,190^A0N,50,40^FD(00) 1 2345123 451234512 0^FS

^XZ

Ayrı bir metin alanı yazılması gerekiyor.

The interpretation line needs to be turned off.

^A0N,50,40 is the font and size selection for the separate text field.

You have to make sure you enter the correct kontrol rakamı in the text field.

https://support.zebra.com/cpws/docs/zpl/code_128.htm 9/16

5/22/25, 11:04 AM Code 128

Ayrı bir metin alanı oluşturmak, yorumlama satırını parantez ve boşluklarla biçimlendirmenize olanak tanır. 

Bazı büyük perakendecilerin kullandığı tipik gönderim biçimi: (4 x 6 etiket boyutu)

Bunda ^BC example formatta yorumlama satırı kapalı, kontrol basamağı parametresi etkin değil, programcı kontrol basamağını hesaplamış ve bunu alan verilerine 20. karakter olarak eklemiş. Kontrol basamağı parametresi için 'Y' koymayı ve alan verilerine yalnızca 19 karakter girmeyi seçebilir ve yazıcının kontrol basamağını (20. karakter) otomatik olarak hesaplamasına ve eklemesine izin verebilirsiniz.

^XA

^LH0,00^FS

^FO25,20^A0,52,40^FDFROM:^FS

^FO25,80^A0,25,25^FDZEBRA TECH. CORP.^FS

^FO25,110^A0,25,25^FD333 CORP. WOODS PLWY^FS

^FO25,140^A0,25,25^FDVERNON HILLS, IL 60061^FS

^FO75,190^A0,30,30^FD(EXHIBIT D) ^FS

^FO270,0^GB3,220,3^FS

^FO300,20^A0,52,40^FDCARRIER:^FS

^FO300,70^A0,48,40^FDBudget PACKAGE EXPRESS^FS

^FO300,110^A048,40^FDPRO NUMBER 123456789^FS

^FO300,150^A0,48,40^FDB/L NUMBER 987654321^FS

^FO01,220^GB816,3,3^FS

^FO25,240^A0,52,40^FDTO:^FS

^FO95,230^A0,50,30^FDAcme CORPORATION^FS

^FO95,275^A0,50,30^FDC/O^FS

^FO95,320^A0,34,30^FDN & M TRANSFER^FS

^FO95,350^A0,34,30^FD630 MUTTARD ROAD^FS

^FO95,380^A0,34,30^FDNEENAH, WI 54956^FS

^FO400,220^GB4,200,4^FS

^FO440,250^A0,50,30^FDFOR:^FS

^FO440,300^A0,40,35^FDAcme #4040^FS

^FO440,335^A0,40,35^FD4002 SOUTH DORT HWY^FS

^FO440,370^A0,40,35^FDFLINT, MI 48507^FS

^FO01,420^GB816,3,3^FS

^FO25,430^AD^FD(420) SHIP TO POSTAL CODE^FS

^FO100,455^A0,42,50^FD(420) 54956^FS

^FO55,500^BY4,3^BC,110,N^FD>;>842054956^FS

^FO446,422^GB3,202,3^FS

^FO470,450^A0,30,22^FDPO#:^FS

https://support.zebra.com/cpws/docs/zpl/code_128.htm 10/16

5/22/25, 11:04 AM Code 128

^FO470,500^A0,30,22^FDORDER TYPE:^FS

^FO470,550^A0,30,22^FDDEPT:^FS

^FO650,450^A0,60,35^FD2397767757^FS

^FO650,510^A0,60,35^FDRO^FD

^FO650,570^F0,60,35^FD60,35^FD092^FS

^FO01,622^GB816,3,3^FS

^FO01,830^GB816,3,3^FS

^FO25,840^AD^FD(00) SERIAL SHIPPING CONTAINER^FS

^FO100,925^BC,276,N,^FD>;>800000123455555555558^FS  

^FO100,865^A0,56,50^FD(00) 0 00 12345 555555555 8^FS

^PQ1

^XZ

Uygulama Tanımlayıcıları

UCC/EAN UYGULAMA TANIMLAYICISI

Uygulama Tanımlayıcısı, onu takip eden verinin (veri alanı) anlamını ve biçimini tanımlamak için kullanılan bir önek kodudur.

Tanımlama, izlenebilirlik, tarihler, miktarlar, ölçümler, lokasyonlar ve daha birçok bilgi türü için yapay zekalar mevcuttur.

ÖrneğinampÖrneğin, parti numarasının AI'si 10'dur ve parti numarası AI'yi her zaman 20 karakteri aşmayan alfanümerik bir parti kodu takip eder.

UCC/EAN Uygulama Tanımlayıcıları, kodları ilk olarak hangi şirket yayınlamış olursa olsun, ticaret zincirindeki tüm şirketler tarafından kullanılabilen ve anlaşılabilen açık bir standart sağlar.

UCC Uygulama Tanımlayıcı Tablosu

Veri İçeriği

 AI

 Plus The Following Data Structure

Sseri Shipping Container Code (SSCC)

 00

 tam 18 rakam

Shipping Container Code

 01

 tam 14 rakam

Batch NumberS

 10

 up to 20 alphanumerics

Production Date (YYMMDD)

 11

 tam 6 rakam

Packaging Date (YYMMDD)

 13

 tam 6 rakam

Sell By Date (YYMMDD)

 15

 tam 6 rakam

Expiration Date (YYMMDD)

 17

 tam 6 rakam

Ürün Varyantı

 20

 tam 2 rakam

Seri numarası

 21

 up to 20 alphanumerics

HIBCC Quantity, Date, Batch and Link

 22

 up to 29 alphanumerics

Parti Numarası

23*

 up to 19 alphanumerics

Quantity Each

 30

 

Net Weight (Kilograms)

 310** tam 6 hane

https://support.zebra.com/cpws/docs/zpl/code_128.htm

5/22/25, 11:04 AM Code 128

Uzunluk, Metre

 311** tam 6 hane

Genişlik veya Çap (Metre)

 312** tam 6 hane

Derinlikler ( Metre)

 313** tam 6 hane

Alan (Metrekare)

 314** tam 6 hane

Hacim (Litre)

 315** tam 6 hane

Hacim (Metreküp)

 316** tam 6 hane

Net Ağırlık (Pound)

 320** tam 6 hane

Müşteri PO Numarası

 400

 up to 29 alphanumerics

Ship To (Deliver To) Location Code

using EAN 13 or DUNS Number with leading zeros

410

 tam 13 rakam

Bill To (Invoice To) Location Code

using EAN 13 or DUNS Number with leading zeros

411

 tam 13 rakam

Satın al

 412

 tam 13 rakam

Ship To (Deliver To) Postal Code

within single postal authority

420

 up to 9 alphanumerics

Ship To (Deliver To) Postal Code

with 3-digit ISO Country Code Prefix

421

 3 digits plus up to 9 alphanumerics

Roll Products – width, length,

core diameter, direction and splices

8001

 tam 14 rakam

Electronic Serial number for

cellular mobile phone

8002'den 20'ye kadar alfanümerik

For date fields that only need to indicate a year and month, the day field is set to “00”.

* Plus one digit for length indication.

** Plus one digit for decimal point indication.

Chaining several application identifiers (x.11.x and later) >1 tarafından çağrılan FNC8, iki basamaklı AI'ların hemen öncesine eklenir, böylece kodu okuyan tarayıcılar FNC1'i görür ve bir AI'nın onu takip ettiğini bilir. mod parametresi A (otomatik) olarak ayarlandığında:

^XA

^BY2,2.5,193^FO33,400^BCN,,N,N,N,A^FD>;>80204017773003486100008535>8910001>837252^FS ^FT33,625^AEN,0,0^FD(02)04017773003486(10)0008535(91)0001(37)252^FS

^XZ

mod parametresi U olarak ayarlandığında:

^XA

^BY3,2.5,193^FO33,200^BCN,,N,N,N,U^FD>;>80204017773003486>8100008535>8910001>837252^FS ^FT33,455^A0N,30,30^FD(02)04017773003486(10)0008535(91)0001(37)252^FS

^XZ

with mode parameter set to D*

https://support.zebra.com/cpws/docs/zpl/code_128.htm 

5/22/25, 11:04 AM Code 128

^XA

^PON

^LH0,0

^BY2,2.5,145^FO218,343^BCB,,Y,N,N,D^FD(91)0005886>8(10)0000410549>8(99)05^FS ^XZ

DThe following issue was corrected in 60.13.0.6 firmware – corrected problem printing EAN128 barcodes using Mode “D” when trying to print the last Application Identifier with an odd number of characters. The fix – Added in the capability for Mode D to accept odd numbers of data characters rather than trying to force an even number.

EAN-14

İşte Code 2 kullanarak EAN-14 Barkodu üretmenin 128 yolu

  1. You can use Zebra Designer and design the label and then print to file ile view the code that is generated when you print an EAN14 Barcode.
  2. You can print EAN14 using the ^BC command. Here is more information about the ZPL command.

Although it may not have a ZPL command specifically for EAN 14 the masa above shows information about the 01 application identifier. It indicates that the data field must have exactly 14 characters, the first two will be 01 followed by 12 more characters.

The 01 identifies this as a EAN14 structure. The ZPL will look something like this:

^BCN,256,Y,N,^FD>;>801222222222222^FS

>;>8 barkodu alt küme C'ye ayarlamak için gereklidir, işlev 1 01, 14 karakterli kodun (EAN14, nakliye konteyneri kodu) tanımlayıcısıdır.ample, veriler için on iki adet 2 kullanır... verilerinizi bu 2'lerin yerine koyacağınız yer burasıdır

Daha eskiamples

İşte birkaç örnekample compliant labels that use ucc/ean (ucc/128) barcodes.

Subset C, Function 1 is invoked by >;>8

Eğer ^BC,110,N,,,U gönderirseniz, veride tam olarak 19 karakter kullanmanız gerekir. filed ve alt küme C'yi çağırmak için >;>8'e ihtiyacınız yok, fonksiyon 1.

içindeampU mevcut değil. >;>8, alt küme C işlevi 1'i çağırmak için kullanılır ve bu, kullanıcının tam olarak 19 karakter olması gerekmeyen bir karakter sayısı girmesine olanak tanır.

Bunlar sadece iki tanesiampGerçek dünyada bulunan birçok uyumlu etiketin les'i. S'yi kullanınampucc/ean (ucc/128) uygulamalarına yardımcı olmak için bir model olarak les.

Bir sample JCPenney'den ve diğeri Kmart'tan. Bunlar güncel standartlar olmayabilir. Bunlar yalnızca gösterim amaçlıdır.

JCPenney

^XA

^LH20,10^FS

https://support.zebra.com/cpws/docs/zpl/code_128.htm

5/22/25, 11:04 AM Code 128

^FO01,145^GB816,3,3^FS

^FO5,20^A0,52,50^FDFROM:^FS

^FO155,20^A0,34,31^FDZEBRA TECH. CORP.^FS

^FO155,52^A0,34,31^FD333 CORP. WOODS PKWY.^FS

^FO155,84^A0,34,31^FDVERNON HILLS, IL 60061^FS

^FO570,20^A0,69,48^FD#67890-0^FS

^FO5,163^A0,52,50^FDTO:^FS

^FO110,158^A0N,65,50^FDJ.C.PENNEY^FS

^FO528,159^A0N,87,62^FD#2473-7^FS

^FO120,217^A0N,36,32^FD1201 WEST OAKS MALL^FS

^FO120,252^A0N,36,32^FDHOUSTON, TX 77082^FS

^FO227,314^BY4^BC,104,N^FD>;>842077082^FS

^FO307,282^A0N,36,32^FD420 77082^FS

^FO01,424^GB816,3,3^FS

^FO01,642^GB816,3,3^FS

^FO01,642^GB816,3,3^FS

^FO25,662^A0,87,65^FDPO#:^FS

^FO160,662^A0N,90,70^FD35976757^FS

^FO510,662^A0N,87,65^FDSUB:^FS

^FO650,662^A0N,90,70^FD092^FS

^FO130,760^A0N,50,63^FDCARTON 07 OF 12^FS

^FO01,820^GB816,3,3^FS

^FO90,941^BC,256,N^FD>;>800000280280000000680^FS

^FO88,890^A0N,50,57^FD00 00 28028 000000068 0^FS

^PQ0,1,,N

^XZ

Kmart

^XA

^LH0,00^FS

^FO25,20^A0,52,40^FDFROM:^FS

^FO25,80^A0,25,25^FDZEBRA TECH. CORP.^FS

^FO25,110^A0,25,25^FD333 CORP. WOODS PLWY^FS

^FO25,140^A0,25,25^FDVERNON HILLS, IL 60061^FS

^FO75,190^A0,30,30^FD(EXHIBIT D) ^FS

^FO270,0^GB3,220,3^FS

^FO300,20^A0,52,40^FDCARRIER:^FS

^FO300,70^A0,48,40^FDROADWAY PACKAGE EXPRESS^FS

^FO300,110^A048,40^FDPRO NUMBER 123456789^FS

^FO300,150^A0,48,40^FDB/L NUMBER 987654321^FS

^FO01,220^GB816,3,3^FS

^FO25,240^A0,52,40^FDTO:^FS

^FO95,230^A0,50,30^FDKMART CORPORATION^FS

^FO95,275^A0,50,30^FDC/O^FS

^FO95,320^A0,34,30^FDN & M TRANSFER^FS

^FO95,350^A0,34,30^FD630 MUTTARD ROAD^FS

^FO95,380^A0,34,30^FDNEENAH, WI 54956^FS

^FO400,220^GB4,200,4^FS

^FO440,250^A0,50,30^FDFOR:^FS

^FO440,300^A0,40,35^FDKMART STORE #4040^FS

^FO440,335^A0,40,35^FD4002 SOUTH DORT HWY^FS

https://support.zebra.com/cpws/docs/zpl/code_128.htm 14/16

5/22/25, 11:04 AM Code 128

^FO440,370^A0,40,35^FDFLINT, MI 48507^FS

^FO01,420^GB816,3,3^FS

^FO25,430^AD^FD(420) SHIP TO POSTAL CODE^FS

^FO100,455^A0,42,50^FD(420) 54956^FS

^FO55,500^BY4,3^BC,110,N^FD>;>842054956^FS

^FO446,422^GB3,202,3^FS

^FO470,450^A0,30,22^FDPO#:^FS

^FO470,500^A0,30,22^FDORDER TYPE:^FS

^FO470,550^A0,30,22^FDDEPT:^FS

^FO650,450^A0,60,35^FD2397767757^FS

^FO650,510^A0,60,35^FDRO^FD

^FO650,570^F0,60,35^FD60,35^FD092^FS

^FO01,622^GB816,3,3^FS

^FO01,830^GB816,3,3^FS

^FO25,840^AD^FD(00) SERIAL SHIPPING CONTAINER^FS

^FO100,925^BC,276,N,^FD>;>800000123455555555558^FS

^FO100,865^A0,56,50^FD(00) 0 00 12345 555555555 8^FS

^PQ1,1,,N

^XZ

https://support.zebra.com/cpws/docs/zpl/code_128.htm

5/22/25, 11:04 AM Code 128

https://support.zebra.com/cpws/docs/zpl/code_128.htm

Belgeler / Kaynaklar

ZEBRA Code 128 Barkod Yazıcı [pdf] Talimatlar
BC, Kod 128, Kod 128 Barkod Yazıcısı, 128 Barkod Yazıcısı, Barkod Yazıcısı, Yazıcı

Referanslar

Yorum bırakın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar işaretlenmiştir *