Manual LabelPrinter SLCS English V2
Manual LabelPrinter SLCS English V2
Manual LabelPrinter SLCS English V2
TX / DX/ DL / XD / XQ / XL Series
SRP-770III,E770III, XT Series
Ver. 2.01
http://www.bixolon.com
Programming(SLCS) Manual
Table of Contents
1. Introduction of Manual .................................................................................................. 4
1-2 Information for calculating position on image buffer.................................................... 6
1-3 Command List............................................................................................................. 8
1-4 Programming Considerations ................................................................................... 10
1. Introduction of Manual
In this chapter, the basic concept of SLCS and some information necessary for the
programmer to use SLCS will be explained. Please read this part before starting
programming for efficient and easy use of BIXOLON Label Printer.
We at BIXOLON maintain ongoing efforts to enhance and upgrade the functions and
quality of all our products. In following, product specifications and/or user manual content
may be changed without prior notice.
1) Maximum size
A) When Using Double Buffering Function
832dots × 1216dots (104mm × 152mm) = 4 inch × 6 inch
B) When using Single Buffering Function
832dots × 2432dots (104mm × 304mm) = 4 inch × 12 inch
Image Buffer
2) Font Information
Direction of x axis
(0.0)
BIXOLON XT5-40
(124 , 356)
LPTX400
4) Example of rotation
Direction of x axis
(0.0)
Start Position
0°
ABCD
Start Position
90°
Direction of y axis
ABCD
ABCD
Start Position
270°
Start Position
180°
LC
Compression bitmap data Draw compression bitmap image data on
draw specific position of image buffer
BMP BMP format file draw Draw BMP format file on the image buffer
8. The Others
@ Reset printer Initialize the printer
PI Printer Information Print current setting of printer
Cutting is executed after Printing is finished
CUT Enable/Disable Cutter option if cutting option is enabled by this
command
^cp Check Printer Status Return 2 bytes status values to host
^cu Check Printer Status Return 1 byte status value to host
^PI Send Printer information Send various information to host
1) All commands are case-sensitive and some commands require one or more parameters
and ‘Data’
2) Command Conventions
Tp1,p2,p3,p4,p5,p6,p7,p8,p9,’TEXT DATA’
Parameters Command Specific Data
Command
3) Each command line must be terminated with a ‘CR’(0Dh, 13) + ‘LF’(0Ah, 10).
4) The commands which draw text, barcode, lines... just draw on the image buffer, they do
not start printing
Caution
The ‘P’ command must be terminated by ‘CR’(0x0d). If not, the printer will not
start printing until ‘CR’ comes.
Ver. 2.01 - 10 -
Programming(SLCS) Manual
2. Detail Description
These commands are used to design a label by providing text, barcode, line, box... and to
print content of image buffer on media.
1) T
Draw Text String on the image buffer.
2) V
Draw Text (Vector Font) String on the image buffer.
3) B1
Draw 1D Barcode on the image buffer.
4) B2
Draw 2D Barcode on the image buffer.
5) B3
Draw Special Barcode on the image buffer.
6) BD
Draw Line, Block, Box & Slope on the image buffer.
7) CD
Draw Circle on the image buffer.
8) CS
Set Code page and ICS(International Character Set).
9) P
Start printing the content of the image buffer.
Ver. 2.01 - 11 -
Programming(SLCS) Manual
Description
Draw text string on the image buffer
Syntax
Tp1,p2,p3,p4,p5,p6,p7,p8,p9(,p10),’DATA’
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position [dot]
p3 : Font selection
Value Font Size(pt) Width Height(dots)
0 6 9 15
1 8 12 20
2 10 16 25
3 12 19 30
4 15 24 38
5 20 32 50
6 30 48 76
7 14 22 34
8 18 28 44
9 24 37 58
a KOREAN 1 16 16 (ascii 915)
b KOREAN 2 24 24 (ascii 1224)
c KOREAN 3 20 20 (ascii 1220)
d KOREAN 4 26 26 (ascii 1630)
e KOREAN 5 20 26 (ascii 1630)
f KOREAN 6 38 38 (ascii 2234)
m GB2312 24 24 (ascii 1224)
n BIG5 24 24 (ascii 1224)
j Shift JIS 24 24 (ascii 1224)
A to Z are assigned to Downloadable font. Refer to DT command.
p4 : Horizontal multiplier : 1 ~ 4
p5 : Vertical multiplier : 1 ~ 4
p6 : Right-side character spacing [dot]
Plus(+)/Minus(-) option can be used. Ex) 5, +3, -10…
p7 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
p8 : Reverse printing
N : Normal printing R : Reverse printing
Ver. 2.01 - 12 -
Programming(SLCS) Manual
p9 : Bold
N : Normal B : Bold
p10 : Text Alignment(Optional)
F : p1 means the position of the first character in text string - Left alignment
L : p1 means the position of the last character in text string - Right alignment
R: Write text sting form right to left
(BIXOLON → NOLOXIB)
‘DATA’ : The various data types can be used in the data field as followings.
1) Fixed text string : ‘ Text String’
2) Variables declared in template by SV command : Vnn
3) Counters declared by the SC command : Cn
1) , 2) and 3) can be mixed together
Example
Ver. 2.01 - 13 -
Programming(SLCS) Manual
Example
SM20,20
T26,20,0,0,0,0,0,N,N,’Font- 6 pt’
T26,49,1,0,0,0,0,N,N,’Font - 8 pt’
T26,81,2,0,0,0,0,N,N,’Font - 10 pt’
T26,117,3,0,0,0,0,N,N,’Font - 12 pt’
T26,156,4,0,0,0,0,N,N,’Font - 15 pt’
T26,200,5,0,0,0,0,N,N,’Font - 20 pt’
T26,252,6,0,0,0,0,N,N,’Font - 30 pt’
P1
Result
Font – 6 pt
Font – 8 pt
Font – 10 pt
Font – 12 pt
Font – 15 pt
Font – 20 pt
Font – 30 pt
Ver. 2.01 - 14 -
Programming(SLCS) Manual
Description
Draw text (Vector Font) string on the image buffer
Syntax
Vp1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12, ’DATA’
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : Font selection
U: ASCII (1Byte code)
K: KS5601 (2Byte code)
B: BIG5 (2Byte code)
G: GB2312 (2Byte code)
J: Shift-JIS (2Byte code)
a: OCR-A (1Byte code)
b: OCR-B (1Byte code)
p4 : Font width (W)[dot]
p5 : Font height (H)[dot]
p6 : Right-side character spacing [dot]
Plus (+)/Minus (-) option can be used. Ex) 5, +3, -10…
P7 : Bold
N : Normal B : Bold
p8 : Reverse printing
N: Normal printing R: Reverse printing
P9 : Text style
N: Normal I: Italic
P10 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
p11 : Text Alignment (Optional)
L: p1 means the position of the first character in the text string - Left alignment
R: p1 means the position of the last character in the text string - Right alignment
C: p1 means the position of the center character in the text string - Center alignment
Ver. 2.01 - 15 -
Programming(SLCS) Manual
‘DATA’ : The various data types can be used in the data field as follows.
1) Fixed text string: ‘Text String’
2) Variables declared in template by SV command: Vnn
3) Counters declared by the SC command: Cn
1), 2), and 3) can be mixed together.
Example
Ver. 2.01 - 16 -
Programming(SLCS) Manual
Example
Result
Ver. 2.01 - 17 -
Programming(SLCS) Manual
Description
Draw 1D Barcode on the image buffer
Syntax
B1p1,p2,p3,p4,p5,p6,p7,p8(,p9),’DATA’
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : Barcode selection
p3 Barcode p3 Barcode
0 Code39 9 UCC/EAN128
1 Code128 10 Code11
2 Interleaved 2of5 11 Planet
3 Codabar 12 Industrial 2of5
4 Code93 13 Standard 2of5
5 UPC-A 14 Logmars
UPC/EAN
6 UPC-E 15
Extensions
7 EAN13 16 Postnet
8 EAN8
p4 : Narrow bar width [dot]
p5 : Wide bar width [dot]
p6 : Bar code height [dot]
p7 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
p8 : HRI (Human Readable Interpretation)
0 : Not printed
1 : Below the bar code(Font Size : 1)
2 : Above the bar code(Font Size : 1)
3 : Below the bar code(Font Size : 2)
4 : Above the bar code(Font Size : 2)
5 : Below the bar code(Font Size : 3)
6 : Above the bar code(Font Size : 3)
7 : Below the bar code(Font Size : 4)
8 : Above the bar code(Font Size : 4)
(p9) : quiet zone width(optional) : 0 ~ 20
Ver. 2.01 - 18 -
Programming(SLCS) Manual
Quiet zone is added to the front and end of the barcode for safe scanning.
Because of the quiet zone, the barcode seems to be seen drawn in incorrect
position. If p9 is not used, the printer automatically sets parameter to 0.
Quiet zone width = p9 narrow bar width (p4)
‘DATA’ : The various data types can be used in the data field as followings.
1) Fixed text string : ‘ Text String’
2) Variable declared in template by SV command : Vnn
3) Counter declared by the SC command : Cn
4) In the Code 128, when send data to printer if codeset selection commands
(>A,>B,>C) will be used codeset can be selected.
Example
B178,196,0,2,6,100,0,0,’1234567890’
B178,196,0,2,6,100,0,0,V00
B178,196,0,2,6,100,0,0,C0
B178,196,1,2,6,100,0,0,’>A1234567890’
B178,196,1,2,6,100,0,0,’>B1234567890’
B178,196,1,2,6,100,0,0,’>C1234567890>A5’
Ver. 2.01 - 19 -
Programming(SLCS) Manual
Example
SM20,20
B178,196,0,2,6,100,0,0,’1234567890’ // Caution: The position is not (178,196) but
(78,196)
B150,468,0,4,10,200,0,0,’1234567890’
P1
Result
Ver. 2.01 - 20 -
Programming(SLCS) Manual
Description
Draw 2D Barcode on the image buffer
Syntax
B2p1,p2,p3……’DATA’
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : 2D barcode selection
p3 2D Barcode
M MaxiCode
P PDF417
Q QR Code
D Data Matrix
A Aztec
F Code 49
C CODABLOCK
B Micro-PDF
Ver. 2.01 - 21 -
Programming(SLCS) Manual
Maxicode(p3 = M)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : M (means ‘Maxicode’)
p4 : Mode selection
p4 Rotation
0 Mode0
2 Mode2
3 Mode3
4 Mode4
‘DATA’ : Data format is dependent on ‘Mode’
Mode Data Format
0
2 or 3 ‘cl,co,pc,lpm’
4 ‘lpm’
cl : Class Code(3 digits)
co : Country Code(3digits)
Mode2 : Numeric Characters
Mode3 : International Characters
pc : Postal Code
lpm : Low priority message(data)
Example
1)Mode 0
B2200,200,M,0,’999,840,06810,7317,THIS IS A TEST OF MODE 0 STRUCTURED
CARRIER MESSAGE ENCODING. THIS IS AN 84 CHAR MSG’
2)Mode 2
B2200,200,M,2,’999,840,06810,7317,THIS IS A TEST OF BIXOLON LABEL PRINTER
XT5-40. MODE 2 ENCODING. THIS IS AN 84 CHAR.’
3)Mode3
B2200,200,M,3,’999,056,B1050,7317,THIS IS A TEST OF BIXOLON LABEL PRINTER
XT5-40. MODE 3 ENCODING. THIS IS AN 84 CHAR.’
4)Mode4
B2200,200,M,4,’THIS IS A 93 CHARACTER CODE SET A MESSAGE THAT FILLS A
MODE 4, UNAPPENDED, MAXICODE SYMBOL...’
Ver. 2.01 - 22 -
Programming(SLCS) Manual
PDF417(p3 = P)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : P (means ‘PDF417’)
p4 : Maximum Row Count : 3 ~ 90
p5 : Maximum Column Count : 1 ~ 30
p6 : Error Correction level
p6 EC Level EC Codeword
0 0 2
1 1 4
2 2 8
3 3 16
4 4 32
5 5 64
6 6 128
7 7 256
8 8 512
p7 : Data compression method
p7 Data Type Compression
0 Text 2 Characters per codeword
1 Numeric 2.93 Characters per codeword
2 Binary 1.2 Bytes per codeword
p8 : HRI
0 : Not Printed
1 : Below the barcode
p9 : Barcode origin point
0 : Center of barcode
1 : Upper left corner of barcode(default)
p10 : Module Width : 2 ~ 9
p11 : Bar Height : 4 ~ 99
p12 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
‘DATA’ : ASCII data or Binary data.
Example
Ver. 2.01 - 23 -
Programming(SLCS) Manual
QR Code(p3 = Q)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : Q (means ‘QR Code’)
p4 : MODEL selection
1 : MODEL1
2 : MODEL2
p5 : ECC Level
p6 Recovery Rate
L 7%
M 15%
Q 25%
H 30%
p6 : Barcode Size : 1~4
p7 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
‘DATA’ : ASCII data or Binary data.
Example
B2200,100,Q,2,M,4,0,'ABCDEFGHIJKLMN1234567890' // (p1,p2) is (200,100)
Data Matrix(p3 = D)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : D (the ECC 200 data quality format)
p4 : Barcode Size : 1 ~ 4;
P5 : Reverse
N: Normal
R: Reverse(or Inverse) – Reverse Video or Negative image
(P6) : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
‘DATA’ : ASCII data or Binary data.
Example
B2200,100,D,2,N,'BIXOLON Label Printer' // (p1,p2) is (200,100)
Ver. 2.01 - 24 -
Programming(SLCS) Manual
Aztec Barcode(p3 = A)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : A (means ‘Aztec Bar Code’)
p4 : Barcode Size: 1~10
p5 : Extended channel interpretation code
0: Disable Extended channel interpretation code
1: Enable Extended channel interpretation code
p6 : Error control and symbol size/type
Example
Ver. 2.01 - 25 -
Programming(SLCS) Manual
Code 49 Barcode(p3 = F)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : F (means ‘Code 49 barcode’)
p4 : Narrow bar width [dot]
p5 : Wide bar width [dot]
p6 : Barcode height [dot]
p7 : HRI
0 : Not Printed
1 : Below the barcode
2 : Above the barcode
p8 : Starting mode
Value Mode
0 Regular Alphanumeric Mode
1 Multiple Read Alphanumeric
2 Regular Numeric Mode
3 Group Alphanumeric Mode
4 Regular Alphanumeric Shift 1
5 Regular Alphanumeric Shift 2
7 Automatic Mode
p9 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
‘DATA’ : ASCII data or Binary data.
Example
B2100,100,F,2,7,22,1,7,0,'12345ABC'
B2300,200,F,2,7,44,2,7,0,'12345ABC'
B2500,300,F,2,7,66,1,7,0,'12345ABC'
B2100,400,F,1,3,88,0,7,0,'12345ABC'
P1
Ver. 2.01 - 26 -
Programming(SLCS) Manual
CODABLOCK Barcode(p3 = C)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : C (means ‘CODABLOCK barcode’)
p4 : Narrow bar width [dot]
p5 : Wide bar width [dot]
p6 : Barcode height [dot]
p7 : Security level
0: Disable
1: Enable
p8 : Number of characters per row (data columns): 2~62
p9 : Mode
Value Description
A CODABLOCK A mode uses the Code 39 character set
E CODABLOCK E mode uses the Code 128 character set
CODABLOCK F mode uses the Code 128 character set and
F
Automatically adds Function 1.(FNC1)
p 10 : Number of rows to encode
Mode Value
A 1 ~ 18
E 2~4
F 2~4
p 11 : Rotation
Value Rotation
0 No Rotation
‘DATA’ : ASCII data or Binary data.
Example
Ver. 2.01 - 27 -
Programming(SLCS) Manual
Micro-PDF417 Barcode(p3 = B)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : B (means ‘Micro-PDF417 barcode’)
p4 : Module width : 2 ~8
p5 : Barcode height [dot] : 1 ~ 99
p6 : Mode : 0 ~ 33
(Refer to Mirco-PDF417 Mode Table on next page)
p7 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
‘DATA’ : ASCII data or Binary data.
Example
B2100,100,B,2,3,12,0,'ABCDEFGHIJKLMN1234567890'
B2100,300,B,2,3,20,0,'ABCDEFGHIJKLMN1234567890'
B2100,600,B,4,4,16,0,'ABCDEFGHIJKLMN1234567890'
B2100,900,B,2,6,8,0,'ABCDEFGHIJKLMN1234567890'
P1
Ver. 2.01 - 28 -
Programming(SLCS) Manual
Ver. 2.01 - 29 -
Programming(SLCS) Manual
Description
Draw Special Barcode on the image buffer
Syntax
B3p1,p2,p3……’DATA’
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : Special barcode selection
p3 Special Barcode
I IMB(Intelligent Mail Barcode)
M MSI Barcode
P Plessey Barcode
T TLC39 Barcode
R RSS Barcode
IMB (p3 = I)
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
p3 : I (means ‘IMB’)
p4 : Rotation
Value Rotation
0 No Rotation
1 90 degrees
2 180 degrees
3 270 degrees
p5 : HRI
0 : Not Printed
1 : Below the barcode
‘DATA’ : ASCII data or Binary data.
Example
Ver. 2.01 - 30 -
Programming(SLCS) Manual
Example
B3100,100,M,2,7,150,1,1,0,1,'123456'
B3500,100,M,2,7,150,1,1,0,2,'123456'
B3100,100,M,2,7,150,1,1,0,1,'123456'
B3100,300,M,2,7,150,0,0,0,1,'123456'
P1
Ver. 2.01 - 31 -
Programming(SLCS) Manual
Example
B3450,100,P,2,7,150,1,0,2,'12345'
B350,100,P,2,7,150,1,0,1,'12345'
P1
Ver. 2.01 - 32 -
Programming(SLCS) Manual
Example
B350,100,T,2,4,50,3,2,0,'123456,ABCD12345678901234,5551212,88899'
Ver. 2.01 - 33 -
Programming(SLCS) Manual
Example
Ver. 2.01 - 34 -
Programming(SLCS) Manual
Description
Draw Line, Block, Box & Slope on the image buffer
Syntax
BDp1,p2,p3,p4,p5(,p6)
Parameters
p1 : Horizontal start position (X) [dot]
p2 : Vertical start position (Y) [dot]
p3 : Horizontal end position (X) [dot]
p4 : Vertical end position (Y) [dot]
p5 : Options
p5 Type Additional p6
O Line Overwriting Not necessary
E Line Exclusive OR Not necessary
D Line Delete Not necessary
S Slope(a oblique line) Thickness
B Box Thickness
Ver. 2.01 - 35 -
Programming(SLCS) Manual
Example
(p1,p2)
(p3,p4)
2) Overwriting mode(when p5 is O)
3) Exclusive OR mode(when p5 is E)
Ver. 2.01 - 36 -
Programming(SLCS) Manual
(p1,p2)
p6 : Thickness
(p3,p4)
(p1,p2)
p6 : Thickness
(p3,p4)
Ver. 2.01 - 37 -
Programming(SLCS) Manual
Description
Draw Circle on the image buffer
Syntax
CDp1,p2,p3,p4
Parameters
p1 : Horizontal start position (X) [dot]
p2 : Vertical start position (Y) [dot]
p3 : Circle Size Selection
Value Diameter (mm) Width Height(dots)
1 5 40 40
2 7 56 56
3 9 72 72
4 11 88 88
5 13 104 104
6 21 168 168
p4 : Multiplier : 1 ~ 4
Example
CD100,200,2,1
(100,200)
Ver. 2.01 - 38 -
Programming(SLCS) Manual
Description
To select International Character Set(ICS) and Code Page Table.
Syntax
CSp1,p2
Parameters
p1 : International Character Set
p1 Country
0 U.S.A
1 France
2 Germany
3 U.K
4 Denmark I
5 Sweden
6 Italy
7 Spain I
8 Norway
9 Denmark II
10 Japan
11 Spain II
12 Latin America
13 Korea
14 Slovenia/Croatia
15 China
Ver. 2.01 - 39 -
Programming(SLCS) Manual
p2 : Code Pages
p2 Code Table Language
0 CP437 U.S.A
1 CP850 Latin 1
2 CP 852 Latin 2
3 CP 860 Portuguese
4 CP 863 Canadian French
5 CP 865 Nordic
6 WCP 1252 Latin I
European
7 CP 865 + WCP 1252
Combined
8 CP 857 Turkish
9 CP 737 Greek
10 WCP 1250 Latin 2
11 WCP 1253 Greek
12 WCP 1254 Turkish
13 CP 855 Cyrillic
14 CP 862 Hebrew
15 CP 866 Cyrillic
16 WCP 1251 Cyrillic
17 WCP 1255 Hebrew
18 CP 928 Greek
19 CP 864 Arabic
20 CP 775 Baltic
21 WCP1257 Baltic
22 CP858 Latin 1 + Euro
Default Setting is U.S.A standard (p1=0 and p2=0).
Ver. 2.01 - 40 -
Programming(SLCS) Manual
0 1 2 3 4 5 6 7 8 9 A B C D E F
0
0
1
Control Characters
16
ASCII 2
Code 32
! " # $ % & ' ( ) * + , - . /
3
48
0 1 2 3 4 5 6 7 8 9 : ; < = > ?
0~31 : Control Code 4
64
@ A B C D E F G H I J K L M N O
5
32~127 : Alphanumeric P Q R S T U V W X Y Z [ ] ^ _ `
80
6
96
a b c d e f g h i j k l m n o p
7
112
q r s t u v w x y z { | } ~ ⌂
※ Refer to the “Code Pages Manual” for more extension code pages table.
Ver. 2.01 - 41 -
Programming(SLCS) Manual
2-1-9 P (Print)
Description
Let the printer start printing the content of image buffer
Syntax
Pp1,[p2]
Parameters
p1 : Number of label sets : 1 ~ 65535
p2 : Number of copies of each label : 1 ~ 65535
Caution
The ‘P’ command should be terminated by ‘CR’(0x0d). If not, the printer will not start
to print until ‘CR’ comes.
Ver. 2.01 - 42 -
Programming(SLCS) Manual
Example
Ver. 2.01 - 43 -
Programming(SLCS) Manual
1) ST
Select thermal direct/transfer printing mode.
2) SM
Set marginal value in label(Image buffer).
3) SF
Set back-feed option.
4) SL
Set label(Image buffer) length.
5) SW
Set label(Image buffer) width.
6) CB
Clear image buffer.
7) CL
Set calibration checking length.
Ver. 2.01 - 44 -
Programming(SLCS) Manual
Description
Select thermal direct printing or thermal transfer printing.
Syntax
STp1
Parameters
p1 : Direct thermal / thermal transfer
- d : Direct thermal
- t : Thermal transfer
Description
Set marginal value of the image buffer.
This command moves the origin point (0,0) to (p1,p2)
and make (p1,p2) become the new origin.
Syntax
SMp1,p2
Parameters
p1 : Horizontal margin [dots]
p2 : Vertical margin [dots]
Ver. 2.01 - 45 -
Programming(SLCS) Manual
Label Feeding
Direction
Label Feeding
Direction
virtual (0,0)
New Origin : (p1,p2)
Ver. 2.01 - 46 -
Programming(SLCS) Manual
Description
Set back-feed option.
This command decides whether printer does back-feed action before starting printing.
Syntax
SFp1(,p2)
Parameters
p1 : Enable/Disable
- 0 : Disable back-feed option.
- 1 : Enable back-feed option(Default)
p2 : Back feeding step quantity.
- This parameter is valid when p1 is 1.
- The step quantity defined by user can’t exceed printer’s default feeding quantity.
- 0 means printer’s default feeding quantity.
This option is useful for the continuous paper or black mark media with perforation line
away from black mark.
The printer’s default back feeding step quantity depends on the printer models and
printer modes such as normal, peeler or cutter.
Examples
Ver. 2.01 - 47 -
Programming(SLCS) Manual
Description
Set length of label and gap(or Black Mark) and specify media type.
Syntax
SLp1,p2(,p3)(,p4)
Parameters
p1 : Label length [dots] : Maximum 2432 dots(12 inch)
Double buffering feature can be used only when label length(p1) is less
than 1216(2432/2, 6inch) dots.
If p1 is over 1216 dots, the double buffering feature will be automatically
released.
So if you don’t use double buffering feature, you can design maximum
2432 dots(12 inch) size label.
p2 : Gap length or thickness of black line [dots]
p3 : Media Type
p3 Media type
G Gap
C Continuous
B Black Mark
If this parameter is not used, automatically set to G(Gap type).
The default value of label length is 6 inch(1216 dots)
This command sets the length of image buffer and the printer will print
and form feed as much as the length set by this command.
When using Continuous type media, the label length must be set.
p4 : Offset Length between Black Mark(or Gap) and perforation line [dots]
This parameter is valid when p3 parameter is used.
Examples
SL1200,20 → Gap media, Media length:1200dots,Gap length:20dots
SL1200,20,C → Continuous media, Media length:1200dots,Gap length:20dots
SL1200,20,G → Gap media, Media length:1200dots,Gap length:20dots
SL1200,20,B → Black mark media, Media length:1200dots,Gap length:20dots
The perforation line is on the black mark.
SL1200,20,B,200→ Black Mark media, Media length:1200dots,Gap length:20dots
The perforation line is 200 dots behind from black mark.
In the Gap Mode, the printer will form feed until meeting the next gap.
In the Continuous Mode, the printer will form feed as much as label length set by SL.
In the B/M Mode, the printer will form feed until meeting the next B/M.
Ver. 2.01 - 48 -
Programming(SLCS) Manual
p1
(In this example,406)
P2
(In this example,20)
2-6
Ver. 2.01 - 49 -
Programming(SLCS) Manual
Black Mark
p4 : Offset Length
Perforation Line
Ver. 2.01 - 50 -
Programming(SLCS) Manual
Description
Set label width.
Resize the image buffer to match the label size.
Syntax
SWp1
Parameters
p1 : Label width [dots]
The default value of label width is 4.1 inch( 832 dots) and that is the
maximum printable width.
Every Printer except XT5-40 is the center aligned and media is positioned
in the center of the head.
XT5-40 is the left aligned and media is positioned in the left of the head.
(Standard for industrial label printer)
Example
Printing Area
Maximum Maximum Set by SL
Set by
Buffer Width Buffer Width
SL and SW
p1
CENTER OF HEAD
Ver. 2.01 - 51 -
Programming(SLCS) Manual
Description
Clear image buffer and be ready to make a new label.
Syntax
CB
Example
Description
Set calibration checking length in mm units.
Syntax
CLp1
Parameters
p1 : Calibration checking length [mm]
Calibration checking length Mininum 150mm, Default 600mm, Maximum 2000mm
예제
CL1200 // Set Calibration Checking Length in 1200mm
Ver. 2.01 - 52 -
Programming(SLCS) Manual
1) SS
Set printer speed
2) SD
Set printing density
3) SO
Set printing orientation
4) SP
Set serial port
5) SA
Set Offset
6) TA
Set Tear-off/Cut
Ver. 2.01 - 53 -
Programming(SLCS) Manual
Description
Set print speed
Syntax
SSp1
Parameters
p1 : Speed set value
Value Speed
0 2.5 ips
1 3.0 ips
2 4.0 ips
3 5.0 ips
4 6.0 ips
5 7.0 ips
6 8.0 ips
Description
Set printing density
Syntax
SDp1
Parameters
p1 : Density Level
- 0 ~ 20 (0 is the lowest density)
Ver. 2.01 - 54 -
Programming(SLCS) Manual
Description
Set printing direction
Syntax
SOp1
Parameters
p1 : Printing direction
T : Print from top to bottom(default)
B : Print from bottom to top
Example
Printing Direction
1. SOT (Print from Top to Bottom) 2. SOB (Print from Bottom to Top)
)
Ver. 2.01 - 55 -
Programming(SLCS) Manual
Description
Set serial port.
Syntax
SPp1,p2,p3,p4
Parameters
p1 : Baud rate
Value Baud Rate(bps)
0 9,600
1 19,200
2 38,400
3 57,600
4 115,200
p2 : Parity
Value Parity
O Odd parity
E Even parity
N No parity(Default)
p3 : Number of data bits
Value Data bits
7 7 bit
8 8 bits (Default)
p4 : Number of stop bits
Value Stop bits
1 1 bit(Default)
2 2 bits
Ver. 2.01 - 56 -
Programming(SLCS) Manual
Description
Save (set) offset length between black marks (or gap) and dotted lines [dots]
Syntax
SAp1
Parameters
p1 : -100~100
Offset values saved via the use of SA commands are stored permanently on the printer.
(Offset values saved via the cf. SL command are reset after the power is turned off.)
Description
This function regulates the label cutting location after printing.
Tear-off position or Cut position can adjust.
Syntax
TAp1
Parameters
p1 : -100~100
Tear-off/Cutter Position values saved via the use of TA commands are stored permanently
on the printer.
Ver. 2.01 - 57 -
Programming(SLCS) Manual
1) SC
Counters which is used in template sequence
2) AC(Auto Counter)
Counters which is used in normal commands sequence
(outside of template sequence)
3) SV
Set variable
4) ?
Get data for counter and variable
5) PV
Print with variables
Ver. 2.01 - 58 -
Programming(SLCS) Manual
Description
Define one counter of total 10 counters.
Counters must be used in Template sequence and
execute consecutive auto-numbering function.
Syntax
SCp1,p2,p3,p4,’Prompt’
Parameters
p1: Identity of Counter : 0 ~ 9
Total 10 counters, from C0 to C9, are provided.
p2: The size of the field which displays the content of counter : 1 ~ 27
p3: Justification in field(Field size is p2)
Value Justification
N No
R Right
L Left
C Center
p4 : Step Value : ±1 ~ ±9
+ or – symbol must precede . Ex) –2 or +3
‘Prompt’: This text string is transmitted to host(PC) by serial interface in order to
give information to host about the declared counter.
The data field of T(Text) or B(Barcode) commands is used to print the contents of counter.
SC should be used just in Template sequence. If you want to use counter function in
normal mode(not in Template), use the AC(Auto Counter).
Example
Ver. 2.01 - 59 -
Programming(SLCS) Manual
Description
Define one counter of total 10 counters.
Counters can be used in normal mode(not in Template) and
execute consecutive auto-numbering.
Syntax
ACp1,p2,p3,’Start Value’
Parameters
p1 : Identity of Counter : 0 ~ 9
Total 10 counters, from C0 to C9, are provided.
p2 : The size of the field which displays the content of counter : 1 ~ 27
p3 : Step Value : ±1 ~ ±9
+ or – symbol must precede . Ex) –2 or +3
‘Start Value’ : Start value of auto-counting. Just digits can be used in this field
Example
T100,100,3,1,1,0,0,N,N,C0
B1100,400,0,2,7,100,0,1,12,C1
P3,1
Ver. 2.01 - 60 -
Programming(SLCS) Manual
Description
Define variables for the text or barcode ‘data’ fields.
Syntax
SVp1,p2,p3,’Prompt’
Parameters
p1 : Identity of Variables : 00 ~ 99
p2 : Maximum number of characters : 1 ~ 99
p3 : Justification in field(Field size is p2)
Value Justification
N No
R Right
L Left
C Center
‘Prompt’: This ASCII text field is used to ask a value to be entered for the variable(p1)
and is transmitted to the host by serial interface.
The data field of T(Text) or B(Barcode) commands is used to print the contents of variable.
Variable is entered to data field like V00 or V01.
If variable characters have smaller number then parameter2(p2), remain characters are
padded by null data(0x20) in barcode printing .
Example
Ver. 2.01 - 61 -
Programming(SLCS) Manual
Description
Use this command to get the content of variables or counters
Syntax
?
Content of variable
Example
Result
BIXOLON
Code : XT5-40
Ver. 2.01 - 62 -
Programming(SLCS) Manual
Description
This command is used in template sequence.
The parameters are given by variables.
Syntax
PVp1,[p2]
Parameters
p1 : Number of label sets : 1 ~ 65535
p2 : Number of copies of each label : 1 ~ 65535
Example
*** Start Printing as soon as data for all variables(and counters) are entered. ***
Ver. 2.01 - 63 -
Programming(SLCS) Manual
1) TS
Indicate start of template sequence store.
2) TE
Indicate end of template sequence store.
3) TR
Recall and reuse stored template.
4) TD
Delete stored template.
5) TI
Print the list of all templates stored in memory.
6) TN
Transfer the list of all templates stored in memory to the HOST.
7) TT
Transfer the contents of the specific template stored in memory to the HOST.
Ver. 2.01 - 64 -
Programming(SLCS) Manual
Description
Start template sequence storing.
All the contents following ‘TS’ are stored in memory until meeting ‘TE’ Command.
Syntax
TS ’Template name’
Parameters
‘Template name’: This name will be used when ‘Recall’ the stored template.
The name is allowed to be up to 10 characters long.
The ‘Template name’ is Case-Sensitive.
Description
End template sequence storing
Syntax
TE
When storing is finished, the printer sends ‘!’ to the host to prompt end of storing.
Example
Ver. 2.01 - 65 -
Programming(SLCS) Manual
Description
Recall the stored template from memory to make a label and print that.
Syntax
TR’Template name’
Parameters
‘Template name’ : Indicate the template to be recalled.
The name is allowed to be up to 10 characters long.
The ‘Template name’ is Case-Sensitive.
Example
If recalled Template does not include any variable or counter, just ‘P’ command is enough
to start printing.
If recalled Template includes variables or counters but not ‘PV’(Print with Variables), use
‘?’ command to get data for variables and counters and finally ‘P’ command is necessary
to start printing.
If recalled Template includes PV commands, printing will start as soon as all data for
variables and counters are entered.
Ver. 2.01 - 66 -
Programming(SLCS) Manual
Description
Delete stored template from memory
Syntax
TD’Template name’
Parameters
‘Template name’ : Indicate the template to be deleted.
The name is allowed to be up to 10 characters long.
The ‘Template name’ is Case Sensitive.
By using *, all templates will be deleted from memory.
Example
Description
Print list of currently stored templates and available memory space
Syntax
TI
Example
TI
Result
Templates Information
========================
1. Template1
2. Template2
Available template memory : 53Kbyte
Ver. 2.01 - 67 -
Programming(SLCS) Manual
Description
Transfer memory saved template lists to HOST
Syntax
TN
Example
Description
Transfer memory saved template contents to HOST
Syntax
TT ‘Template name’
Parameters
‘Template name’ : Select template name you want to receive.
Name length can be 10 characters.
Template name recognizes a capital case.
Example
Ver. 2.01 - 68 -
Programming(SLCS) Manual
1) IS
Download PCX format image data to NV(Non Volatile) area of memory.
2) IR
Recall and print downloaded image data.
3) ID
Delete image data in NV memory.
4) II
Print all images stored in memory.
5) LD
Draw the bitmap image data directly on specific position on image buffer.
6) LC
Draw compression bitmap image data on specific position of image buffer.
7) BMP
Draw BMP format image file directly on specific position on image buffer.
Ver. 2.01 - 69 -
Programming(SLCS) Manual
Description
Download PCX format Image file into the Printer Memory
Syntax
ISp1, ’Image name’DATA OF *.PCX
Parameters
p1 : The size of image file in unit of byte.
‘Image name’ : This is the name that will be used when recalling the stored image data.
The name is allowed to be up to 10 characters long.
The name is case sensitive.
DATA OF *.PCX : Binary data string of PCX file.
Description
Recall the stored image from memory and draw that on the image buffer.
Syntax
IRp1,p2, ’Image name’
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
‘Image name’ : Indicate the image data to be recalled.
Variable can be used in this field.
The name is allowed to be up to 10 characters long.
This name is Case Sensitive.
Example
Ver. 2.01 - 70 -
Programming(SLCS) Manual
Description
Delete stored image from memory
Syntax
ID’Image name’
Parameters
‘Image name’ : Indicate the Image in memory to be deleted.
The name is allowed to be up to 10 characters long.
This name is Case Sensitive.
By using *, all images in memory will be deleted.
Example
Description
Print list of currently stored images in memory and available memory space.
Syntax
II
Example
II
Result
Image Information
=====================
1. Image1
2. Image2
Available Images memory : 5.3Kbyte
Ver. 2.01 - 71 -
Programming(SLCS) Manual
2-6-5 LD
Syntax
LDxL xH yL yH dhL dhH dvL dvH d1~dk
Parameters
xL : Low byte of horizontal start position (X) [dot]
xH : High byte of horizontal start position (X) [dot]
→ Start position in x direction = xH * 256 + xL
Caution
There are no comma (,) and no space between each parameters.
Ver. 2.01 - 72 -
Programming(SLCS) Manual
Example
LD 0x11 0x02 0x40 0x02 0x08 0x00 0x20 0x00 0xFF ~ 0xFF
① ② ③ ④ ⑤
(①, ②)
Ver. 2.01 - 73 -
Programming(SLCS) Manual
2-6-6 LC
Syntax
LCp1p2xL xH yL yH dhL dhH dvL dvH d1~dk
Parameters
p1: Compression type
R: RLE
p2: Color
0x00: black
0x01: Color(red or blue)
xL : Low byte of horizontal start position (X) [dot]
xH : High byte of horizontal start position (X) [dot]
→ Start position in x direction = xH * 256 + xL
Caution
There are no comma (,) and no space between each parameters.
Ver. 2.01 - 74 -
Programming(SLCS) Manual
Example
LC R 0x00 0x11 0x02 0x40 0x02 0x08 0x00 0x20 0x00 0xFF ~ 0xFF
○
1 ○
2 ○
3 ○
4 ○
5 ○
6 ○7
(③, ④)
○
6
※ RLE compression
This is the algorithm to compress the continuous data.
The compression is applied to 0x00 & 0xff data but not the others.
0xff 0x04 data is created if 0xff is repeated four times like 0x00 0x00 0x00 0x00.
In the same way, 0x00 0x04 is created by four times repeats of 0x00 such as 0x00 0x00 0x00 0x00.
Here is the example of compression.
Example) 0x78 0x78 0xff 0xff 0xff 0xff 0xff 0x22 0x00 0x00 0x00 0x00
0x78 0x78 0xff 0x05 0x22 0x00 0x04
Ver. 2.01 - 75 -
Programming(SLCS) Manual
2-6-7 BMP
Syntax
BMPp1,p2↓
Data String of *.bmp
Parameters
p1 : Horizontal position (X) [dot]
p2 : Vertical position (Y) [dot]
1. ↓ means ‘CR(+LF)’
2. There is comma(,) between p1 and p2.
3. After p2(Before sending BMP data string) ‘CR(+LF)’ must follow.
Example
In DOS mode,
COPY bmp.txt+image2.bmp+P.txt LPT1 /b
Bmp.txt P.txt
BMP200,200 ↓ P1 ↓
Ver. 2.01 - 76 -
Programming(SLCS) Manual
Download fonts into the printer memory. Users can download special size or special
design of ASCII font and use this font with T command.
1) DT
Download True Type Font into Printer Memory
2) DD
Delete downloaded fonts from memory
3) DI
Print all downloaded fonts in memory and available memory space.
Ver. 2.01 - 77 -
Programming(SLCS) Manual
Description
Download windows system font into printer memory.
Syntax
DTp1,p2,’Font Name’ a1b1(DATA1)a2b2(DATA2)…anbn(DATAn)
Parameters
p1 : Total number of characters to be downloaded: 0~255
p2 : Font Height: 0~255
Font name : A ~ Z
Example
44 44 2a 0d 0a 44 54 60 14 27 41 27 DD*..DT..’A’
p1 p2 Font name
20 0b ……
P2
a1 b1 DATA1 : p2×(b1+7)/8 bytes
21 0c ……
……
bn =8bits(1Byte)
Ver. 2.01 - 78 -
Programming(SLCS) Manual
Description
Delete downloaded font from memory
Syntax
DD’font name’
Parameters
‘font name’ : Indicate the Image in memory to be deleted.(A~Z)
This name is Case Sensitive.
By using *, all images in memory will be deleted.
You can show the downloaded font list by DI command.
Example
Ver. 2.01 - 79 -
Programming(SLCS) Manual
Description
Print list of downloaded font.
Syntax
DI
Example
DI
Result
Ver. 2.01 - 80 -
Programming(SLCS) Manual
1) @
Printer initialization
2) PI
Print information of printer configuration
3) CUT
Enable/Disable Cutting Action
4) ^cp
Check printer status and report 2bytes status data to host.
5) ^cu
Check printer status and report 1byte status data to host.
6) ^PI
Send various printer information to host.
Description
Initialize the printer
Syntax
@
Description
Print current printer setting.
Syntax
PI
Ver. 2.01 - 81 -
Programming(SLCS) Manual
Description
Cutter Enable/Disable
Syntax
CUTp1(,p2)
Parameters
p1: Cutting Action Enable/Disable
y : Enable cutter to act after printing is finished.
n : Disable cutter.
p2 : Cutting Period
Cutting Period means the number of pages between two cuttings.
Last page is always cut.
Ver. 2.01 - 82 -
Programming(SLCS) Manual
Description
Check printer status and report 2bytes status data to host.
Syntax
^cp
Return Value
1. Format
<1st Byte> <2nd Byte>
2. Table
Return Values
Description Hex
Byte bit
7 Paper Empty 0x80
6 Cover Open 0x40
5 Cutter jammed 0x20
4 Thermal Head(TPH) overheat. 0x10
1st Byte
3 Gap Detection Error(Auto-sensing failure) 0x08
2 Ribbon End Error 0x04
1 Not assigned 0x02
0 Not assigned 0x01
On building label to be printed in image
7 0x80
buffer.
6 On printing label in image buffer 0x40
5 Issued label is paused in peeler unit. 0x20
2nd 4 Not assigned 0x10
Byte
3 Not assigned 0x08
2 Not assigned 0x04
1 Not assigned 0x02
0 Not assigned 0x01
3. Examples
When Return
Values are Printer Status is
1st Byte 2nd Byte
0x00 0x00 No Error. The printer is ready to build and print label.
0x80 0x00 No paper is installed in printer.
Paper roll out while printing label. When new paper roll is
0x80 0x40
loaded, the printer will re-issue the last label.
While printing, cutter is jammed and cover is opened (by
0x60 0x40
user).
Ver. 2.01 - 83 -
Programming(SLCS) Manual
Description
Check printer status and report 1 byte status data to host.
Syntax
^cu
Return Value
1. Format
<1st Byte>
2. Table
Return Values
Description Hex
Byte bit
7 Paper Empty 0x80
6 Cover Open 0x40
5 Cutter jammed 0x20
4 Thermal Head(TPH) overheat. 0x10
1st Byte
3 Gap Detection Error(Auto-sensing failure) 0x08
2 Ribbon End 0x04
1 Not assigned 0x02
0 Not assigned 0x01
Ver. 2.01 - 84 -
Programming(SLCS) Manual
Description
Send various printer information such as model name, firmware version, statistics data or
so to host.
Syntax
^PIp1(,p2)(,p3)
Parameters
p1 : items to be reported.
0 : Model Name
2 : F/W Version
3 : Mechanical Conditions of Printer
4 : Usb Serial Number Information
5 : Bluetooth Mfi Serial Number Information
Ver. 2.01 - 85 -
Programming(SLCS) Manual
3. Programing Example
Result
Font – 6 pt
Font – 8 pt
Font – 10 pt
Font – 12 pt
Font – 15 pt
Font – 20 pt
Font – 30 pt
Ver. 2.01 - 86 -
Programming(SLCS) Manual
SS3
SW832
T300,500,4,1,1,0,0,N,N,’ABCDEFG’
T300,500,4,1,1,0,1,N,N,’ABCDEFG’
T300,500,4,1,1,0,2,N,N,’ABCDEFG’
T300,500,4,1,1,0,3,N,N,’ABCDEFG’
P1
Result
Ver. 2.01 - 87 -
Programming(SLCS) Manual
Result
Ver. 2.01 - 88 -
Programming(SLCS) Manual
SS3
SW832
V400,500,U,45,40,+1,N,N,N,0,L,0,'VECTOR FONT'
V400,500,U,45,40,+1,N,N,N,1,L,0,'VECTOR FONT'
V400,500,U,45,40,+1,N,N,N,2,L,0,'VECTOR FONT'
V400,500,U,45,40,+1,N,N,N,3,L,0,'VECTOR FONT'
P1
Result
Ver. 2.01 - 89 -
Programming(SLCS) Manual
SM10,0
B178,196,0,2,6,100,0,0’1234567890’ // Caution : The position is not (178,196)
but (78,196).
B150,468,0,4,10,200,0,0’1234567890’
P1
Result
Ver. 2.01 - 90 -
Programming(SLCS) Manual
BD50,50,750,500,B,20
T100,150,5,1,1,0,0,N,N,’Normal Mode’
T100,300,5,1,1,0,0,R,N,’Reverse Mode’
SOT
P1
Result
Normal Mode
Reverse Mode
Ver. 2.01 - 91 -
Programming(SLCS) Manual
Ver. 2.01 - 92 -
Programming(SLCS) Manual
Result
TEST
NORMAL
NORMAL
Ver. 2.01 - 93 -
Programming(SLCS) Manual
SW800
SM10,0
P1
Result
Ver. 2.01 - 94 -
Programming(SLCS) Manual
CB
SW800
SM10,0
BD100,300,300,500,O
BD400,300,700,500,B,30 // Box mode, additional parameter follows P1
Result
Ver. 2.01 - 95 -
Programming(SLCS) Manual
CB
SS3
SD20
SW8000
P1
Result
Ver. 2.01 - 96 -
Programming(SLCS) Manual
CB
SS3
SD20
SW600
SL500,10,C
BD0,0,600,500,B,10
T30,40,4,1,1,0,0,N,N,'SW=600, SL=500'
T30,100,4,1,1,0,0,N,N,'Continuous'
P1
SW400
SL800,10,C
BD0,0,400,800,B,10
T30,40,4,1,1,0,0,N,N,'SW=400'
T30,90,4,1,1,0,0,N,N,'SL=800'
T30,140,4,1,1,0,0,N,N,'Continuous'
P1
Ver. 2.01 - 97 -
Programming(SLCS) Manual
Result
SW = 600, SL=500,
Continuous
SW= 400,
SL = 800,
Continuous
Ver. 2.01 - 98 -
Programming(SLCS) Manual
Result
Templates Information
===================
1. Test1 Stored in past time
2. Test0 저장
Stored in this time
Available template memory : 5.3Kbyte
Ver. 2.01 - 99 -
Programming(SLCS) Manual
P1 // Print
Result
P1 // Start Printing
!!! Use the PCXDown utility when you download the pcx image file to printer
memory. Refer to IS command.
Result
?
9999 Serial Number : 9999
0001
P3,1 Serial Number : 0001
SM10,20
SW832
SC0,3,N,+1,'prompt'
T16,20,1,0,0,0,0,N,N,'SHIPPERS INTERNATIONAL'
T16,48,1,0,0,0,0,N,N,'(123)456-7890'
T16,76,1,0,0,0,0,N,N,'5TH FLOOR'
T16,104,1,0,0,0,0,N,N,'1550 W ANYWHERESTREET'
T16,132,1,0,0,0,0,N,N,'PHEONIX AZ 85027-3129'
T474,16,3,0,0,0,0,N,B,'12LBS'
T658,16,3,0,0,0,0,N,B,'1 OF 2'
T508,56,1,0,0,0,0,N,N,'DWT:15 LBS'
T508,84,1,0,0,0,0,N,N,'AH'
T24,180,3,0,0,0,0,N,B,'SHIP'
T32,224,3,0,0,0,0,N,B,'TO'
T124,184,3,0,0,0,0,N,N,'JOHN SMITH'
T124,216,3,0,0,0,0,N,N,'(987)654-3210'
T124,248,3,0,0,0,0,N,N,'ABC COMPANY'
T124,280,3,0,0,0,0,N,N,'BUILDING 3 FLOOR4'
T124,312,3,0,0,0,0,N,N,'123 MAIN STREET'
T124,356,4,0,0,0,0,N,B,'SALT LAKE CITY UT 84170-6672'
T270,408,6,0,0,0,0,N,B,'UT 841 9-06'
T16,648,5,0,0,0,0,N,B,'UPS NEXT DAY AIR'
T16,712,2,0,0,0,0,N,N,'TRACKING# : 1Z 123 45E 24 1234 5677'
T16,1016,1,0,0,0,0,N,N,'BILLING: P/P'
T16,1040,1,0,0,0,0,N,N,'SIGNATURE REQUIRED'
T16,1064,1,0,0,0,0,N,N,'HAZADOUS MATERIAL'
T640,646,5,2,2,0,0,N,N,’1’
B1368,496,1,2,6,100,0,0,'1234567890'
B160,768,1,4,10,200,0,0,'1234567890'
BD30,396,816,400,O
BD30,624,816,634,O
BD30,746,816,750,O
BD30,976,816,986,O
BD256,398,260,624,O
B216,400,M,2,'999,840,06810,7317, THIS IS A TEST OF LABEL PRINTER SRP-770III. MODE 2
ENCODING. THIS IS AN 84 CHAR.'
P1
Result
Revision History
Rev. Date Page Description
2.00 29.01.20 - New
1 XT-series Update
2.01 17.11.20
21 CODELOCK → CODABLOCK revised