Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use FNC1 in an EAN 128 with EPL2 on an TLP2844

Status
Not open for further replies.

vincenthh

Programmer
Sep 29, 2009
1
0
0
DE
Hi, i have to send a EAN128 Code to my TLP2844 zebra printer using the EPL2 printer language. I know everything i need about the elements that i whant to send in the DATA parameter, but i don´t know the ascii sequence for the FNC1 Element? My manual says the printer is able to do this, but not how...

Has anybody done this before?

Thank you, Vincent
 
Hi Vincent,
did you find an answer to this problem?
I am struggeling exectly with the same.
Please let me know if you find something.
 
Hi,
I'm trying to concatenate several variables in a UCC-EAN128 barcode with EPL2. For example:
(94)12345678912345678(21)00000001

I found this page at "Zebra Knowledge Base" which gives a better understanding for code 128 than in the "EPL2 Manual":

But there is no solution for UCC-EAN128.
What I have tried is the following:

1) Example:
B50,50,0,1E,1,6,120,B,"2100000001"
gives me the barcode: (21)00000001

2) Example:
B50,50,0,1E,1,6,120,B,F1"2100000001"
gives me nothing

3) Example:
B50,50,0,1E,1,6,120,B,"94123456789123456782100000001"
gives me: (94)123456789123456782100000001

4) Example:
B50,50,0,1E,1,6,120,B,"9412345678912345678"F1"2100000001"
gives me nothing

Has anybody an idea what I'm doing wrong?
Help is very much appreciated.
Thanks in advance,
Hauke
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top