Home > database >  PB how to through the instruction to print barcode printer model for Zebra888 - TT
PB how to through the instruction to print barcode printer model for Zebra888 - TT

Time:09-17

Who knows excuse me:
How original concept through the ZPL language instruction form to print bar code, clinical laboratory, such as print bar code for '3003072503' bar code
Hope to have the concrete implementation steps and code, thank you.

CodePudding user response:

To have development document, if it is a serial port should be similar to the following
Fileopen (" COM1 "... )
Filewriter ('...
')//instructionsFileclose (.. )

CodePudding user response:

The original poster is doing HIS or LIS?


/* zebra 888 - TT printer EPL2 command description

EPL2 strictly case-sensitive

A
Grammar Ap1, p2, p3, p4, p5, p6 and p7, "DATA"
Parameter p1=in pixel level starting position

P2=in pixel vertical starting position

P3=rotate

The Value the Description
0 No rotation
1 90 degrees
2, 180 degrees
3, 270 degrees

4 No rotation
5, 90 degrees
6, 180 degrees
270 degrees 7

4 to 7 are for Asian font Settings

P4=font options

The Value the Description
203 dpi 300 dpi

1, 20.3 the cpi, 6 PTS, 25 cpi, 4 PTS,
(8 x 12 dots) (12 x 20 dots)

2, 16.9 the cpi, 7 PTS, cpi, 18.75 6 PTS,
16 x 28 (10 x 16 dots) (dots)

3 14.5 the cpi, 10 PTS, 15 cpi, 8 PTS,
(12 x 20 dots) (20 x 36 dots)

4 12.7 cpi, 12 PTS, 12.5 the cpi, 10 PTS,
14 x 24 (dots) (24 x 44 dots)

5 5.6 cpi, 24 PTS, 6.25 the cpi, 21 PTS,
(32 x 48 dots) (48 x 80 dots)

6 Numeric Only Numeric Only
14 x 19 (dots) (14 x 19 dots)

7 Numeric Only Numeric Only
14 x 19 (dots) (14 x 19 dots)

Asian printer

Simplified Chinese, Japanese, Korean

8 203 dpi fonts: 24 x 24 dots
300 dpi Double - byte fonts: 36 x 36 dots
300 dpi Single - byte fonts: 24 x 36 dots

Traditional Chinese, Japanese
9 300 dpi Double - byte fonts: 36 x 36 dots
300 dpi Single - byte fonts: 24 x 36 dots
Korean - Reserved

P5=level inflation, value: 1-6 & amp; 8

Vertical expansion, p6=value: 1-9

P7=N for ordinary, R reverse image

"The DATA=DATA
"
B
Used for printing standard barcode

Grammar: Bp1, p2, p3, p4, p5, p6 and p7, p8, "DATA"

Parameter p1=in pixel level starting position

P2=in pixel vertical starting position

P3=rotate

The Value the Description
0 No rotation
1 90 degrees
2, 180 degrees
3, 270 degrees

Article p4=barcode choice, see table

P5=of narrow strip width, and see the clock

P6=of wide width, see the clock

P7=barcode pixel height

P8=print readable code, value=B, N=no

"The DATA=DATA
"
The clock
The Description P4, P5 P6
Value the Value Value

1-10 Code 39 STD. Or extended 3 Y
Code 39 with the check digit 3 c 1-10 N
Code 93 1-10 of 9 N
Code 128 UCC
Serial Shipping Container Code 0 1-10 N
Auto Code 128 A, B, C modes 1 1-10 N
Code 128 mode A 1 A 1-10 N
Code 128 mode 1 B B 1-10 N
Code 128 mode C 1 C 1-10 N
Code 128 with Deutsche Post check digit4 1 d 2-10 N
Codabar 1-10 Y K
EAN8 E80 2-4 N
EAN8 2 digit add - on E82 2-4 N
5 digit EAN8 add - on E85 2-4 N
EAN13 E30 2-4 N
EAN13 2 digit add - on E32 2-4 N
5 digit EAN13 add - on E35 2-4 N
German Post Code 2 g, 3-4 N
Interleaved 2 of 5 2 1-10 Y
Interleaved 2 of 5 with mod 10 check digit 2 c 1-10 Y
nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull
  • Related