EasyManuals Logo

Citizen CL-E331 Programming Manual

Citizen CL-E331
95 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #76 background imageLoading...
Page #76 background image
CITIZEN Android Label Print SDK Programming Manual
76
2.3.13 drawGS1DataBar method
Syntax
int drawGS1DataBar (String[] data, int type, int rotation, int exp, int x, int y)
Parameters
Parameter
[IN/OUT]
Description
Setting range
data
[IN]
String data
ASCII code character string.
symbology
[IN]
Barcode type
CLS_GS1_DATABAR_OMNI_DIRECTIONAL:
Omni-dirctional
CLS_GS1_DATABAR_COMPOSITE: Conposite
CLS_GS1_DATABAR_TRUNCATION: Truncation
CLS_GS1_DATABAR_STACKED: Stacked
CLS_GS1_DATABAR_STACKED_OMNI_DIRECTIONAL:
Stacked Omni-dirctional
CLS_GS1_DATABAR_LIMITED: Limited
CLS_GS1_DATABAR_EXPANDED: Expanded
rotation
[IN]
Direction of rotation
CLS_RT_NORMAL: No rotation
CLS_RT_RIGHT90: Rotate CW 90
CLS_RT_ROTATE180: Rotate CW 180
CLS_RT_LEFT90: Rotate CCW 90
exp
[IN]
Magnification
1-15
x
[IN]
X-coordinate
0000-9999
* The origin is at bottom-left.(0, 0)
y
[IN]
Y-coordinate
Description
Draws the GS1DataBar barcode with specifying options such as rotation, magnification and
coordinates.
* The available text types vary depending on the symbology. Refer to the "GS1 DataBar (RSS) in the
command reference.
Return value
Returns CLS_SUCCESS(0) on success, an error code otherwise. See "2.1 Return value" for the error
codes.
Example
// GS1 DataBar Omni-Directional
String[] omnidirectional = new String[] { "1234567890123" };
design.drawGS1DataBar(omnidirectional,
LabelConst.CLS_GS1_DATABAR_OMNI_DIRECTIONAL,
LabelConst.CLS_RT_NORMAL, 3, 10, 10);
// GS1 DataBar Composite
String[] composit = new String[] {
"1234567890123", "1234567890-07/07/07" };
design.drawGS1DataBar(composit,
LabelConst.CLS_GS1_DATABAR_COMPOSITE,
LabelConst.CLS_RT_NORMAL, 3, 10, 110);

Table of Contents

Other manuals for Citizen CL-E331

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Citizen CL-E331 and is the answer not in the manual?

Citizen CL-E331 Specifications

General IconGeneral
Product colorBlack
Print technologyThermal transfer
Printing media thickness63.5 - 190 µm
Sustainability complianceYes
Sustainability certificatesCE, Federal Communications Commission (FCC), TUV, UL ECOLOGO, VCCI
Display-
Control typeButtons
ColorNo
Maximum resolution- DPI
Printable dot numbers300 dot
Ribbon width60 mm
Core diameter25 mm
Ribbon length300 m
Media thickness0.150 mm
Maximum label width118 mm
Maximum media length1625.6 mm
Maximum roll diameter125 mm
RS-232 ports1
USB 2.0 ports quantityUSB 2.0 ports have a data transmission speed of 480 Mbps, and are backwards compatible with USB 1.1 ports. You can connect all kinds of peripheral devices to them.
Flash memory16 MB
Internal memory32 MB
Built-in barcodesCODABAR (NW-7), Code 128 (A/B/C), Code 39, Code 93, EAN13, EAN8, GS1 DataBar, ITF, PDF417, QR Code, UPC-A, UPC-E
Server operating systems supportedWindows Server 2012, Windows Server 2016, Windows Server 2019, Windows Server 2022
Windows operating systems supportedWindows 10, Windows 11, Windows 7
Weight and Dimensions IconWeight and Dimensions
Depth266 mm
Width178 mm
Height173 mm
Weight2600 g
Label width104 mm

Related product manuals