Cab Programming Manual 802
Cab Programming Manual 802
Programming Manual
J-Script and abc for cab printers
The usage of all described functions in this manual requires firmware version 3.41 or higher.
(EOS: 4.27 or higher)
This is a generic manual which describes the commands for different printer models,which means
that it may contain descriptions or explanations of features which are not available on every printer
model. Please refer to the product brochure about the availability of some special features.
A+ -Series TM
XD -Series TM
XC -Series TM
Mach 4 TM
PX -Print Module TM
Hermes+ -Series TM
Hermes CTM
and all printing systems based on the cab „X2“ board
as well as the
EOS - SeriesTM
All registered trademarks or product names are trademarks of their respectives companies
SwissTM is registered Trademark of Bitstream Inc.
Table of contents
copyright © cab Produkttechnik GmbH & Co KG ................................................................................... 3
Introduction ........................................................................................................................................... 11
Nomenclature, Syntax of the commands .............................................................................................. 11
Introduction
IMPORTANT : We highly recommend to read the introduction first !!
• The described commands and sequences are tested and approved with original cab printers.
cab Produkttechnik can not guarantee that all functions are available on OEM products.
• All sample labels are created with a 300 dpi printer ( A+/300 and EOS1)
• All measurements are in millimeters for the usage in international markets. Label positions have to be
recalculated if the printer is set to „country = USA“, if no measurement command is transmitted.
• Some described functions are only available if your printer contains the current firmware. We
recommend to download and install the current firmware release from our website at:
http://www.cab.de
• We tried our best to write an easy understandable programmer´s manual which should contain every
possible function of cab printers.
Multiple different methods have been used to make sure that every shown example works properly and
a few proof reads have been done to avoid any error in this manual.
Nevertheless - we would appreciate your comments, where more explanation is required and where we
have to do things better. Every comment is welcome and will influence our future work.
And if you find any error,- then please let us know. Thank you for your help !
• All commands are accepted when the line end identifier is transmitted, with the exception of ESC
commands, they are processed as soon as the required character is received.
• Carriage returns are not displayed in the headlines and not in the example files of this manual, to
keep a better overview. Carriage Returns (ASCII 13, HEX 0D) are only shown in the syntax description
in italic letters (CR ).
You may use either CR (carriage return), LF (line feed) or CR/LF (carriage return/ line feed)
(See also the ASCII table in the APPENDIX of this manual)
• It is not required to use special characters to create a label format. Data can be keyed in with a simple
text editor.
• For a better overview it is allowed to add spaces or tabs within a command line. Numeric parameters
accept additional zeros.
• The commands are sorted in different sections. In each section we further sorted the
commands in alphabetical order. We used following structure:
1. ESC commands
2. Commands which start with lower case letters
3. Commands which start with uppercase letters
4. Special content fields sorted by:
a: Time functions
b: Date functions
c: Mathematical functions
d: Special Functions
e: RFID Functions
5. Description of the cab DataBase connector
6. Description of the abc - Basic compiler
7. Appendix A shows a few charts and tables
8. Appendix B contains some tips and tricks shown on special samples
9. Appendix C shows the Unicode character list of the internal TrueType fonts.
• Special Notes and infos are shown in italic characters where the "finger" points
to them.
• The examples are mostly reduced to the minimum requirements to print a label, to keep it
as simple as possible.
• Not all commands are available for all printer types. This depends on if the described
function needs additional equipment such as the RFID functions which are not available in
every machine. Please refer to the further documentation of your printer.
• In all cases when it was possible we printed an example label, which helps to explain the
function of each command.
• All examples have been tested and the printouts have been scanned. The original files
have been copied into the sample text to make sure to keep the amount of mistakes on a
minimum. Nevertheless - please inform us whenever you find anything wrong. We will
correct that in the next release of this manual.
Print Positions:
The Home position or „Zero point“ of a label is shown on the picture below .The „Headline“ appears
first, as it is usual on all laser printers etc. Most users prefer to get the printed label „foot first“ out of the
printer. This can easily be done when the „O R“ command is added to the shown examples.
We did not add this command in the samples to keep a better overview. You may add this whenever it
is required. „O R“ rotates the orientation of the label by 180 degrees. The most shown examples which
do not contain the „O R“ command have been rotated for a better view in this manual.
Overview
The programming language JScript (that has nothing to do with Java script) of the cab Printers is
based almost completely on ASCII characters.
Together with the selectability of different codepages it is possible to connect to nearly each computer
system.
The printers accept additionally all types of line end identifiers (CR, LF, CR/LF), so that the descriptions
of labels can be created with the most simple text editors, such as „Notepad“ or „Wordpad“ - saved as
plain text files. We recommend the download of the open source editor "notepad++" which is available
free of charge in the internet. Just google for it. It is perfect for printer programming and comes with a
FTP plugin to connect directly to the printer.
Instruction types
• ESC instructions,
• Instructions with lowercase letters and
• Instructions with uppercase letters.
1. ESC instructions
are responsible for status queries, control functions, memory management etc. and are usually
executed immediately, i.e. even if a printing job runs. They are not absolutely required to print labels,
but they offer additional features and possibilities
2. Immediate Commands
Instructions with lowercase letters are used for adjustments and settings which must not have
something to do with the actual printjob.
These are for example requests of fonts or graphics which have been previously downloaded to the
printer.
Example:
a - Activate the ASCII dump mode
c - Immediate cut
f - Formfeed
t - Performs a test print
Instructions with uppercase letters are used to describe the label itself.
This has a fix structure, beginning with the start command, the description of the label size and
description of each object in the label.
At the end of the label the printer expects the amount of labels.
The printers use additionally to that 3 command types following special commands for special text
formatting, calculations, comparisons etc.:
A huge amount of more complex and powerful commands are explained later in this manual in the
"Special Content fields“ section.
cab database connector command and "abc“ - commands (additional Basic programming language)
will not be explained here. Please refer to the special sections in this manual.
On the next pages you will find a short label sample which shall help you to become familiar with
the cab printer programming language "JSCRIPT“. We recommend that you try to create this label first,
before you start with your own projects. Furthermore we recommend to connect the printer in your
network, then ist is possible to connect the printer directly by FTP. Details about the FTP connection
1. Connect your printer to the PC, select „Country United Kingdom“ on the printer´s control panel.
The handling is explained in the configuration manual (the language changes to "English“ and the
measurements to „millimeters“ - as the label is designed in millimeters)
2. Start your preferred plain texteditor (we used Wordpad for this example) - or better: Search in the
Internet for Notepad++, which is a great programming editor and free of charge.
3. Key in following data and don´t forget to press the ENTER key on your keyboard after the "A 1“ in
the last line is keyed in.
Example: m m
J
H 100
S l1;0,0,68,70,100
O R
T 10,10,0,5,pt20;sample
B 10,20,0,EAN-13,SC2;401234512345
G 8,4,0;R:30,9,0.3,0.3
A 1
4. Save that file now with the name „sample1.txt“ in your root directory of Harddrive C:
There are multiple possibilities to transmit the data to your printer. It depends first of all on the used
interface. Wie will describe 2 Possibilities:
1. Connecting a printer to a network interface and 2. Connecting to USB
1. Network connection
In our case we connect the printer directly with our PC using a standard network cable. (must not be a
cross over cable, but both will work)
Then we set an IP address in the printer´s setup menu. Go to "SETUP" --> Interfaces --> Ethernet
Select DHCP "off" and set a fixed IP address - in the next menu (press the right arrow)
Example: 192.168.0.30
5. Start your Windows explorer and key in your FTP connection. Please note that the printer must be
protected by a PIN. Follow the instructions of the configuration manual.
6. For all printers with the exception of EOS: copy the created file to the ftp-folder "execute" and the
printer should print your label if your program code is correct.
... and if it does not work as expected ? - Then following points might be the reason:
a: Transmitted data is wrong - this might be a missing comma or a accidentially set semicolon
instead of a comma or any other wrong data. Spaces after a command may cause a protocol
error, too! The wrong programming line is shown on the ASCII dump printout.
USB has the "bad" behaviour (with all its benefits) that a driver needs to be installed which does
normally not allow to transmit native data to the printer which is required, if direct programming should
be used. But also here are some possibilities to transmit direct progammed code to the printer.
1. Rename the attached printer with a short name, i.e. CABEOS1 or cabA4300 or somthing like
that.
2. Share that printer in your network.
Now the commandline mode can be used to copy the JScript files directly to the printer:
This possibility is far away from the features which are available if networking is used, but it shows that
standard settings without extra tools are enough to transmit data to your printer.
Furtermore there are some tools available in the web, which do the same job, but we have no
recommendation, as we prefer the network connection.
Command Overview
The following pages are showing lists of all available JScript printer commands
Details are explained later in this manual.
ESC Commands
Immediate Commands
All Immediate commands are processed when a line end identifier is sent (CR, LF or CR/LF)
Immediate Commands
All Immediate Commands are processed when a line end identifier is sent (CR, LF or CR/LF)
Date Functions
[+:op1,op2. . ,] Addition
[-:op1,op2] Subtraction
[*:op1,op2. . ,] Multiplication
[/:op1,op2] Division
[%: op1,op2] Modulo
RFID Functions
[APPEND:m,n,id1,id2]
[APPEND:x,id] Adds information for linked barcodes
[ANSI_DI] Adds information for ANSI - data identifier
[ANSI_AI] Adds information for ANSI - application identifier
I M P O R T A N T !!
All measurements of the examples in this manual are in millimeters, as long as it is not explicit
mentioned in the examples.
The examples will not work properly when „country“ is set to USA in the printer´s setup menu.
(In that case the printer would calculate in Inches by default)
Select „Country = United Kingdom“ in the setup menu of the printer, or add „m m CR“
for metric measurement setting in the first line of your label example.
We highly recommend to add the mesurement command at the beginning of all of your labels, to avoid
trouble with a different setup of the printer, unless we did not show this command always in our
examples in this manual to keep the examples as small as possible.
ESC commands
are responsible for status queries, control functions, memory management etc. and are usually
executed immediately, i.e. even if a printing job runs. They are not absolutely required to print labels,
but they offer additional features and possibilities.
ESC commands cannot be handled by the most text editors. All other commands can be transmitted to
the printer by using simple text editors.
ESC commands are used for activating printers via RS-485, while the printers are „listening“ to the bus,
for resetting printers, requesting for free memory or for getting a direct status request.
Details about each command are described on the following pages.
ESC ESC is used to replace single ESC (ASCII 27 or Hex 1B) in binary data to avoid unexpected
reactions of the printers if graphics or fonts are downloaded.
Graphics or fonts may contain data which can be identical to a ESC printer command. Replacing these
ESC characters into double ESCs will tell the printer that this is part of a graphics or part of a font.
Data formats must be checked before they are transmitted to the printer.
File transfer through a FTP connection requires no data conversion if the file is downloaded to the
memory card.
Syntax: ESCESC
forces the printer to perform a hard reset. This has the same effect as turning the printer off and on
again.
Syntax: ESC!ESC!
The system starts up with the preset default values and shows in the display that data can be received.
The display message depends on the preset language selection.
The printer is not able to receive data when the Hard Reset is accomplished. Please
wait until the printer is restarted again and shows - in english language -"Ready" in
the display to receive data. Otherwise incoming data is discarded.
Syntax: ESC*
Sends the following data to all attached printers at the same time. This function is only available for
printers which are (optional) equipped with the RS485 interface.
Please note that this optional interface hardware is not available for all label printing systems.
Syntax: ESC.
To transmit binary data -such as graphics or fonts etc. - it is highly recommended to use this method of
data transmission. All ESC characters in a binary file have to be replaced by a double ESC (ESCESC)
to avoid unexpected reactions by the printer.
A binary constellation -for example- which contains ESC c would be interpreted as „CANCEL JOB“, as
soon as it is received by the printer. Therefore all ESC characters should be exchanged.
Syntax: ESC:
cab printers offer a limited possibility to download data without converting them previously. (see also
ESC. )
In this case ESC: is required as start sequence, followed by the binary data and finished with ESCend-
of-data.
Note: The binary data cannot contain any ESC character (ASCII 27 or HEX 1B) ! This would be
automatically misinterpreted by the system.
ESC: cannot be used in networks
The better and cleaner way to download binary data is the usage of ESC. We highly recommend
to use the sequence.
Syntax: ESC<
The ESC< enables the printer to pull the label backward behind the internal photocell which detects the
gap of the material.
This function is only available on printing systems which are equipped with additional mechanics to
control the material. ( Hermes - applicator series). Otherwise labels would slip out of the feed roller.
query for free printer memory input buffer - printer returns a response of 0...9 through its interface.
Syntax: ESC?
0 = 0-9%
1 = 10-19%
2 = 20-29%
3 = 30-39%
4 = 40-49%
5 = 50-59%
6 = 60-69%
7 = 70-79%
8 = 80-89%
9 = 90-99%
EOS series printers do not support this command for some technical reasons.
ESCa abc-status
Syntax: ESCa
X = Condition abc,
I = idle,
C = compiling,
R = running,
E = error,
S = syntax error during compilation
A short descripton about abc and the available abc commands is shown later in this
manual.
The current printjob will be cancelled when this command is received by the printer. Equivalent to
pressing the „CANCEL“ button on the printer.
Syntax: ESCc
Additional labels will processed if they are in the buffer. Please see also „ESCt“ command.
Wait for minimum one second before transmitting additional data, otherwise the
printer will not recognize the following commands.
Syntax: ESCend-of-data
Finishes the download of binary data. ESC: must be used first, followed by the binary data and closed
by ESCend-of-data. Used for font and graphics download.
ESCf formfeed
formfeed - This command is equal to pressing „feed“ on the printer. Causes the printer to search the
start position of the next label.
Syntax: ESCf
Syntax: ESCg
ESCi responds the last value of the INF memory.This can be used to get the value of the last printed
label. The value uses the current selected codepage and is finished with a carriage Return.
For more details please view the [WINF] command, which writes to the INF memory - described in the
section of „Special commands“.
Syntax: ESCi
ESCj is used together with the command " j " -described later in this manual. Using this command
responds the name of the latest printed job. Can be used to get information about, if the print job was
finished successfully.
The responded value uses the current selected codepage and ends with a carriage return.
Syntax: ESCj
Example: m m
J
S l1;0,0,68,70,100
T 25,25,0,3,13;Beer
A1
ESCj
would generate a generic name if the " j " commmand has not been used and could look
like this:
FTP-20091031-14:38:15
Example: m m
J
S l1;0,0,68,70,100
T 25,25,0,3,13;Beer
j another way to control the printer
A1
ESCj
would respond:
another way to control the printer
ESCI (small letter L) sends information if labels are synchronized and if they are in print position.
Delivers also the information about the measured label distance.
Syntax: ESCl
Answer: XNNNN
ESCo tells the printer to change the codepage for the next print job. This temporarily overwrites the
settings of the printer´s setup menu. After the restart of the printer the settings of the setup menu are
valid.
Syntax: ESCo<codepage>;
ISO-8859-1 windows-1255
ISO-8859-2 windows-1256
ISO-8859-3 windows-1257
ISO-8859-4 IBM437
ISO-8859-5 IBM737
ISO-8859-6 IBM775
ISO-8859-7 IBM850
ISO-8859-8 IBM852
ISO-8859-9 IBM857
ISO-8859-10 IBM862
ISO-8859-13 IBM864
ISO-8859-14 IBM866
ISO-8859-15 IBM869
ISO-8859-16 macintosh
windows-1250 IBM500
windows-1251 DEC-MCS
windows-1252 KOI8-R
windows-1253 IBM720
windows-1254 UTF-8
The ESCo command must be sent before the label data is transmitted !
Example: ESCoUTF-8;
m m
J
H75
S l1;0,0,50,54,100
T 10,10,0,5,pt20;Hallo
A 1
This example transmits the data temporarily in UTF-8 format. Wrong codepage
settings may result that especially special international characters will be printed
wrong.
Normally the codepage on the printer side must be the same as on the attached
computer side. This command helps to avoid unexpected replacement characters if
there is a mismatch between the PC codepage settings and the printer settings.
The new transmitted codepage will be shown in the printers setup menu and also on
the status printout as long as the printer is powered up. After a restsrt the "original"
value from the setup is recalled.
ends the printer´s pause mode. PAUSE on the printer´s front panel extinguishes and the printjob in the
buffer proceeds.
Syntax: ESCp0
Note: This command cancels also existing errors when they are shown in the display of
your printer.
- Same function like pressing the Pause button on the navigation pad.
causes the printer immediately to set the pause mode. This command has the same function such as
pressing the „PAUSE“ button on the printer. The printer stops after the current label is fully printed.
Syntax: ESCp1
Syntax: ESCs
Answer: XYNNNNNNZ
where:
Y = Type of error:
Error types:
- --------------------------------------------------------------------------------- No error
a ---- Applicator error- ----- Applicator did not reach the upper position (1)
b ---- Applicator error- ------ Applicator did not reach the lower position (1)
c ---- Applicator error– ------------------------------ Vacuum plate is empty (1)
d ---- Applicator error- ------------------------------------- Label not deposit (1)
e ---- Applicator error- ----------------------------------------- Host stop/error (1)
f ----- Applicator error- -------------------------- Reflective sensor blocked (1)
g ---- Applicator error --------------------------------------- Tamp pad 90° error
h ---- Applicator error ----------------------------------------- Tamp pad 0° error
i ----- Applicator error -------------------------------- Table not in front position
j ----- Applicator error -------------------------------- Table not in rear position
k ---- Applicator error --------------------------------------------------- Head liftet
l ----- Applicator error -------------------------------------------------- Head down
m ------------------------------------------------------------- Scanresult negative(2)
n ------------------------------------------------------------- global Network error (3)
--------------------------- (this can be: no link, no timeserver, no SQL client,
--------------------- no SMTP server,no DHCP server or IP adress conflict)
o -------------------------------------------------------------- Compressed air-error
r ---------------------------------------------------------------------------- RFID -error
s ------------------------------------ System fault (immediately after power on)
u ----------------------------------------------------------------------------- USB error
x ---- Stacker full - printer goes on Pause (only with a specified cutter)
Note: Immediately when a job has started the printer will send a Y and sets this value back to N when
the last label of this job is printed.
(1) This status request can only be processed on printing systems which are equipped with an
attached applicator !
(2) Scanresult negative requires an optional barcode scanner. The availability of the optional barcode
scanner depends on the printing system.
(3) Network error: Only on printers with the built in network interface. (No print server)
(4) Error messages for optional devices such as „cutter jammed“ depend on the availability of the
optional device and may vary between different printer types. i.e. No cutter errors on Hermes+
applicators (These options are not available for these models.)
Status requests should not be sent in very short cycles ! Minimum time between a status request
should be not less than 0.5 seconds. It might be that this value needs to be increased under some
circumstances.
ESC t = total cancel - terminates the current printjob and clears the complete input buffer.
Resets also errors in the display. Same effect like pressing „Cancel“ button on the control panel for 3
seconds.
Syntax: ESCt
Please see also ESCc which cancels only the current print job.
Wait for minimum three seconds before transmitting additional data, otherwise the
printer will not recognize the following commands, as cancelling a job requires
some time.
ESC z = extended status request which is also accessible using the PEEK „xstatus“ in abc.
Syntax: ESCz
Answer: ABCDEFGHIJKL CR
A = Y= Printer is paused
B = Y= Printer has a job
C = Y= Printer not ready for print data
D = Y= Paper is moving
E = Y= Ribbon warning (hardware dependend)
F = Y= Paperend warning (hardware dependend)
G = Y= Label in demand position
H = Y= Label on vacuum plate (hardware dependend)
I = Y= Applicator ready (hardware dependend)
J = Y= External pause signal active (hardware dependend)
K = Y= External print signal active (hardware dependend)
L = Y= Printhead Cleaning required (cleaning interval)
All characters are normally N (with the exception of "I" - applicator ready). In addition to ESCs this
string is finalized with a carriage return, which allows additional status information in the future.
Immediate commands
Instructions with (almost) lowercase letters are used for adjustments and settings which must not
have something to do with the current printjob. They are active as long as the printer is powered up or
when these values get overwritten.
This command starts the internal Basic compiler. The Basic compiler offers the functions of the basic
programming language "YABASIC“. The usage of abc (advanced basic compiler) requires good
programming knowledge.
abc can be used to create functionalities which are not covered by JScript. The usage of the basic
compiler could be to convert incoming data into a format which can be processed by the printer
(JScript) or for additional calculations and further influence on the printer.
So an additional programming language is available as standard function in your printer if required.
Syntax: <ABC>CR
Possible usage is to convert text strings - sent by a scale into JScript, or to convert incoming data
which was prepared for competitive printers into an understandable format for cab printers.
See also the command: </ABC> End of the abc Basic Compiler.
abc is not an emulator !! More information can be found in the „abc a-series basic compiler“ chapter -
later in this manual. There we describe also more possibilites about abc.
abc is not required for the programming of „standard labels“, but it offers nearly unlimited functions.
abc is still a beta release.
Syntax: </ABC>CR
Important: This command requires additional action from the manufacturer of your printer. It cannot be
used without the manufacturers support.
Each mainboard has a unique serial number which can be used beneath a lot of other features to
encrypt label contents to protect your programming work.
J
S l1;0,0,68,71,104
T 10,10,0,3,5;Test label, encrypted
A 1
This file can then be loaded for example from a memory card. It will only execute on this specific printer
with the serial number "111063523313"
The description of this command has been added for your understanding, just in case if you are
confronted with this command in the ASCII dump mode.
The description of this command has been added for your understanding, just in case if you are
confronted with this command in the ASCII dump mode.
The description of this command has been added for your understanding, just in case if you are
confronted with this command in the ASCII dump mode.
; - Comment line
The semicolon „ ; „ is used to identify a comment line. Comments may be placed anywhere in your
program code, in a separate line.
Please note that comment lines need additional time to be transmitted to the printer. Avoid to use
comments for time critical situations, to save a bit transmission time. On the other hand we
recommend to add enough comments just in case you need some details in the future.
The a command starts the ASCII dump mode. The ASCII dump mode shows all received data and is a
very important instrument to detect wrong data in the program code.
The printer´s LCD panel shows „ASCII dump mode“ in the selected language.
All received data is printed „transparent“ and the printer doesn´t interpret it.
The ASCII Dump Mode is also selectable through the navigator pad or through the touch screen
(depending on the printer type).
Note: After ASCII Dump Mode is selected you must confirm this selection with the ENTER button of the
navigator pad.
Syntax: a CR
The following data creates a label with one line of text. Please view the picture below which shows the
same label in ASCII Dump mode.
Example: a
m m
J
S l1;0,0,68,70,100
T 25,25,0,3,10;ASCII Dump Mode
A1
f
If „protocol errors“ are shown on the label means, that there is a mistake in the program code! The
printer is still okay but one or more mistakes are in the program code. Check the code and correct the
mistake there.
The following example shows that something is wrong in the text line. We used a font (font number 20
which is marked in bold characters in the sample below and which is not available in the printer. This is
recognized by the printer which points us to the line which needs to be corrected.
There is no list of "possible protocol errors" as nearly everything which can not be interpreted by the
printer can be shown in the printer´s display or in the printout of the ASCII dump mode.
Pressing the blinking "pause button" skips the most protocol errors and finishes the label (unless there
is some content which is totally wrong or if no label size is defined)
Pressing the printer´s "cancel button" leaves the ASCII dump mode.
Example:
m m
J
S l1;0,0,68,70,100
T 25,25,0,20,13;ASCII Dump Mode
A 1
f
If „protocol errors“ are shown on the label this means, that there is a mistake in the program code.
In our example we selected a font type ( number 20) which does not exist.
c - Direct cut
The c command causes that the printer cuts the label after it is completely printed.
If required, the printer will do a formfeed after the cut is processed.
More cutter commands are shown at "C- cut parameters".
Syntax: c CR
The printer shows „Protocol error c<--“ on the display if no cutter is attached.
Dieser Befehl ist bei den Drucksystemen Hermes+ und dem PX - Modul nicht vorhanden.
1st Method:
The procedure which we highly recommend, unless this requires that the data has to be prepared for
downloading.
2nd Method:
will transmit the data as it is, but it may occasionally misinterpret embedded ESC characters in the data
as a printer command. ( i.e. ESC t would be misinterpreted as memory reset).
d = download data
type = the type of data that will follow, using standard file name extensions
Graphic formats:
BMP - Windows bitmap format Monochrome, 256 Colors, 24
Bit Truecolor, plane only,
uncompressed
GIF - Graphic Interchange Format (GIF 87a and GIF 89a)
IMG - GEM Image format Monochrome
MAC - MacPaint format
PCX - Paintbrush format Monochrome, 16 and 256colors
PNG - Portable Network Graphics
TIF - TIFF Format© Aldus Corp. Monochrome, Greyscale
and color. (4Bit and 8Bit per
pixel, RGB 8 Bit per pixel)-
Compression: Only packbits
and uncompressed.
ASC - Graphic in ASCII format
Database format:
DBF - dBASE III Database formats (Field type must be text)
others:
TMP - Serial numbering (temporary) file in ASCII format
We recommend to use monochrome graphics only! The resolution should not be higher than the
printer´s printhead resolution.
= 1st Method for downloading data. Data format is binary, where the ESC
characters (ASCII 27 or HEX 1B) have to be replaced first through a double ESC
(ESCESC) to avoid unexpected reactions of the printer.
ESC commands, (requests etc.) can be used during the download of this data.
The tool "Download.exe" is available on request to convert graphic files.
= 2nd Method for downloading data. Data format is binary, starting with ESC: and
followed by ESCend-of-data (ASCII 27 or HEX 1B) followed by ASCII text string
< end-of-data >.
With this method it is allowed that the data stream contains ESC sequences in the
data stream until the ESCendofdata is received.
Database files have to be downloaded with the [SAVE] option, as they are only used together with the
memory card. This function is useful for „small“ databases. Big databases need a long search time for
single records. In this case we recommend the usage of the optional cab Database connector.
See more at the DataBaseConnector command area.
Data can also be saved on a card drive for Compact Flash cards or on a USB memory stick. Please
note, that the CF-cards have to be formatted (erased) in the printers memory card slot. This
automatically generates also the required folders on the card.
Depending on the printer type and on the used memory it is possible that the file names are case
sensitive !
An alternative tool for downloading and editing directly on the memory card is the cab network manager
which connects through the ethernet interface to the printer and which offers more direct access to the
printer.
ASCII-Graphic format
The stucture is similar to the IMG format, but uses only ASCII characters, to enable a easy usage for
host devices or ERP systems.
• all data are hex bytes, i.e. 0-9 and a-f or A-F
• The printer waits for data until the defined picture size is received.
• Spaces and carriage returns can be added on different locations. It is required that a
carriage return is sent at the end of the picture data.
• The image data can be compressed with a simple algorithm which is black/white
optimized.
• The image data are transmitted from top to bottom, each time from left to right. A value
byte 80 stands left of 01.
• The first line describes the width and the height of a picture. Width and height are 16 bit
values each in the Big-Endian format.
• Also if the width is not devidable by 8, it is required that the missing pixel must be
transmitted.
The sample below recalls the graphic file from memory card and prints the image on the
defined position.
Example: M l IMG;picture
m m
J
S l1;0,0,68,73,100
I:TEST;3,30,0,2,2;picture
A1
This sample prints just a single small line. The data is complete transmitted with the label data and
does not contain any non printable control characters.
Example: d ASC;IMAGE1
011B0002
80017FA28001C080017FA28001C0
mm
J
O R,P
H75,0,T
Se;0,0,40,40,30
I:XLine free;3,11,0;IMAGE1
A 1
e - erase data
The e command is used to erase data from the printer´s memory (RAM), such as fonts and graphics.
Data on the memory card will not be affected by this sequence. Separate commands are available
for erasing files from the memory card. ( see also the „M“ command later in this manual )
Syntax: e type;name CR
type = The file types being removed, with following valid file
extensions:
Images: BMP, GIF, IMG, MAC, PCX, PNG, TIF
Fonts: FNT, TTF.
(FNT can be used for all font types and IMG can be used for
all picture types)
Example: e FNT;*
Erases all true type fonts which are currently in the printer’s memory.
Example: e IMG;logo
Erases the picture with the name "logo" in the printer´s memory
The printer keeps the received graphic fles in its internal memory until it will be switched off or until
these files will be erased or overwritten.
f - formfeed
This command feeds the media forward until the top-of-form of the next label reaches the printhead. It
does the same as pressing the feed button on the printer´s control panel.
This process is controlled by the label photocell if die cut label material is used. The printer feeds the
material in continuous form mode in the length which had been selected for the last printed label.
The label photocell is disabled for gap detection and controls only if paper is out.
In continuous form mode the printer counts the steps of the stepper motor to reach the expected print
length.
Syntax: f CR
Example: f CR
f CR
j - job-ID
Sets the job ID for the current print job / part of the print job. This command is used together with "ESCj".
The printer generates a generic name if the "j" command is used without additional information. This
string has following structure: source interface / label name-date-time.
The "j" command needs to be positioned after the job start command ("J"), otherwise the job ID would
be overwritten.
Syntax: j Job-ID CR
m m
J
S l1;0,0,68,70,100
T 25,25,0,3,13;Beer
A1
ESCj
would generate a generic name if the " j " commmand has not been used and could look
like this:
FTP-20140631-14:38:15
( "ESC j" is used to show the result. The infomation is sent to the interface )
m m
J
S l1;0,0,68,70,100
T 25,25,0,3,13;Beer
j another way to control the printer
A1
ESCj
would respond:
another way to control the printer
Date format, currency, measurement etc. are changed with this command to the country specific
values.
Time and date will be printed as it is usual in the specified country. (See also „Special Content Fields)
The display on the printers LCD will not be changed. (This can be done using the printer´s setup
through the control panel). This command can be used only once in a label.
Syntax: l name CR
name = DOS short keyboard code for the country. Valid values are:
MK - Macedonia ZH - China
MX - Mexico
NL - Netherlands
NO - Norway *selects measurements in inches !
PL - Poland
The "r" command resets the language to the default value in the printer´s setup
Example: l GR
J
S l1;0,0,68,71,100
T 25,25,0,5,8;[DATE]
A1
This command sets the measuring unit for the following label data.
Once it is sent, all following settings in a label are measured in the selected unit.
The printer´s default value depends on the selected display language. For all selectable countries the
measurement is millimeters, with the exception when country USA was set through the control panel.
We recommend to use this command always, especially for international companies where different
programmers create labels as the measuring unit is only changed for the individual label being
printed.
The measuring unit cannot change within one label. All internal calculations are processed in
millimeters, as these values are better to overview and they follow a worldwide standard.
Syntax: m t CR
The next example shows the same label programmed with different measurement settings. The result
is the same. The first example is programmed in inches, the second example is programmed with
metric measurement settings. Internally the printer calculates in modern metric units.
Example: m i
J
S l1;0,0,2.7,2.8,4
T 0.79,1.18,0,3,0.2;Measuring Unit
A1
Example:
m m
J
S l1;0,0,68,70,100
T 20,30,0,3,5;Measuring Unit
A1
p - pause Printer
The printer is set in the pause mode or removes it from pause - depending on the parameter.
Syntax: p n CR
p - pause printer
n = 0= Pause off
1= Pause on
Example: p 1
Sets the printer into pause mode. If a print job runs, it will stop after the label is printed.
Pause lights on the front panel (if available) and the Pause sign appears in the display.
q - query Printer
The query printer command is used to get multiple information back from the printer and is e.g.. used
to find out if a font or a picture exists, so that has not to be downloaded a second time. The q command
responds through the printer´s interface. All bidirectional interfaces can be used.
Syntax: q X;name CR
q - query Printer
The query command is used to request multiple informations from the printer
q - query , X =
s;name CR = Query for scaleable fonts Answer: Y/N or C if the font had
been found on the memory card.
This command is used to check if a specified font is available
to find out if it has to be downloaded (again).
yy = Year - 2 digits
mm = Month. - 2 digits
dd = day - 2 digits
hh = hour - 2 digits
mm = minutes - 2 digits
ss = seconds - 2 digits
continued on the next page ...
.
cab Produkttechnik GmbH & Co KG - http://www.cab.de 86
87 87
q - query Printer
q - query , X =
Syntax: r CR
s - set Date/Time
Used to set date and time to be recalled on a label. The printer has an internal real time clock which
keeps date and time. If it is required this command can be used to synchronize the attached device and
the printer.
Syntax: s n[ss] CR
YY = Year - 2 digits
Year 2000 is the basic value, starting from year 2006.
MM = Month. - 2 digits
DD = day - 2 digits
hh = hour - 2 digits
mm = minutes - 2 digits
[ss] = seconds - 2 digits
(setting of ss is optional)
Example: s 081105091500
The printers have multiple built in self -tests. A self test can be processed through the printer´s
control panel (see operator´s manual) or by software.
The printout of the status information may look different on different printer types. Information about
optional equipment, such as interfaces, cutter etc. will only be shown if they are attached.
Syntax: t{n} CR
The printer self test prints the information in the selected language of the printer.
Example: t0 CR
Example: t1 CR
The fonts no. 1000 and 1010 (AR Heiti and Garuda) are available as standard fonts only
on EOS printers.
Example: t 2 CR
produces following result after the printer feeded a few empty labels for the
measurement process. ( Label profile )
Example: t5 CR
( Test grid ) prints a test grid to control the quality of the printout and is used for the
printhead alignment. (Not available on EOS)
shows information about the optional wireless network card. ( WiFi status )
(A wireless network card needs to be installed to run this test)
t - Drucker- Selbsttest
Example: t7
v - Firmware version
The v command requests the firmware version, release date and printer model. The printer responds
through the interface.
Syntax: v CR
Example: v CR
The signal bits of the peripheral connector for external connections can be set with this command.
Usage: Together with an optional adapter with electrical protected interface.
The availability of these adapters depends on the used printing system.
IMPORTANT: Never connect any non cab item directly to the printers auxiliary interface !
In all cases you will need an optional adapter with the required interface !!!
Connections directly on the auxiliary interface may damage the printer electronics !
The auxiliary interface does not deliver the following signals directly.
This command controls the status of the output pins. The x command was added to take control over
peripheral device, which is usually other than the offered cab equipment. The four signal bits can be set
as follows:
Each of these bits can be set or reset for individual needs. The bit signals can be used to control
external - non cab - devices.
Syntax: x m;m CR
The usage of this command depends on the printer type. The description of the pin assignment can be
found in the available documentation for the optional adapters
The default setting for the zero character is unslashed. With this command the printer can be forced to
change the style of the zero character. It can be printed as 0 (unslashed) or Ø (slashed).
This command can only be used with internal bitmap fonts. It is not available for internal vectorfonts
(Swiss, Swiss bold and Monotype...) or for truetype fonts: The selected method is valid for the complete
label.
Syntax: z t CR
Example:
z0
J
S l1;0,0,68,71,100
T 25,25,0,-3,x9,y9;1000
A1
A - Amount of Labels
The A command is used to define the end of the label definition and to set the amount of labels to be
printed. The printer repeats internally the defined label where the amount is defined by this command.
The label will stay in the printer´s internal buffer, after it has been sent to the printer.
Sending the A command multiple times afterwards will print the amount of labels which is specified by
the A command.
Syntax: A [n] CR
A - amount of labels
A - without any value prints until the print job is cancelled (Infinite amount
of labels)
A - Amount of Labels
Example: J
S l1;0,0,68,71,100
T 25,10,0,5,8;LABEL PRINTER
A 550
Example: J
S l1;0,0,68,71,100
T 25,10,0,5,8;LABEL PRINTER
A
Example:
J
S l1;0,0,68,71,100
T 25,25,0,3,4;Suppress Printout
A [NOPRINT]
Transmits the label for further usage into the label buffer. The Printout is suppressed with
the [NOPRINT] option.
It is also possible to shorten the [NOPRINT] option into [NO] - which has the same
function.
Example: J
S l1;0,0,68,71,100
T 25,25,0,3,8;[?:Input?]
A [?]
Requests the user (on the printer´s display) for data entry ( [?:Input?] ) and prompts for
the amount of labels to print.
The data entry will be done through the printers control panel or through an optional
attached PC-keyboard, a barcode scanner or through the navigation pad at the printer.
A - Amount of Labels
Example: m m
J
S l1;0,0,68,73,100
E DBF;CDPLAYER
T:IDX;25,225,0,3,5;[SER:100]
T0,40,0,3,6;>>[DBF:TYP,IDX,NAME]<<
A [$DBF]
Prints all records of the database CDPLAYER.DBF, where the serial numbering function is
used to create the index file, starting at 100.
Example:
mm
J
S l1;0,0,68,71,100
OR
T 25,25,0,3,4;PRINT
A [?,R]
Special function: Transmitting „A“ without parameter causes the printer to print a infinite
number of labels.
Don´t forget the „carriage return“ after the last command in the label !
B - Barcode Definition
The B command defines a barcode field in the label format. The most common barcode types are
supported by the printers.
The parameters for each barcode are different, depending on the selected barcode type.
Barcodes can be printed in one of four different directions (0°,90°,180° and 270°). Height and width of
the barcode elements are adjustable for the most barcodes. Human readable text lines can be easily
added. (As far as the barcode supports that option). The maximum number of barcodes per label is
limited to 100 barcodes. (Which should be enough for a standard application).
Syntax: B[:name;]x,y,r,type[+options],size;text CR
B - Barcode field
x = X - Coordinate
y = Y - Coordinate
r = Rotation
This is the global structure of a barcode field, a detailed description follows on the next pages
B - Barcode Definition
B - Descriptor of a Barcode field, this is identified by the printer that the following
data is used to create a barcode.
[:name;] = describes the field name and is optional. The maximum length
of this name is 10 characters, no special characters allowed. A
field name can be used for further operations, such as
calculations ,as linked field, for field replacements or for the
enhanced usage when downloaded to a memorycard etc.
The field name must be unique in each label.
[+options] Depending on the barcode type, several options are available. Which
option is valid for which barcode is described for each barcode type
on the next pages. Following options are available:
+WSarea = white space area - prints white zone markers for design
purposes. The white space size defines the quiet zone which is
required for a good scanability of the printed code. „area“
defines the size of the markers which are shown with this
command. (can be also "0" )
Restrictions:
Example:
J
S l1;0,0,68,70,100
O R
B 10,16,0,CODE39+VERIFY0,20,.5,4;987656789
A 1
Example: m m
J
S l1;0,0,68,70,100
O R
B 5,12,0,CODE39+GOODBAD0,5,.5,4;1234567890
A 1
Example: m m
J
S l1;0,0,68,70,100
O R
I 10,10,0,1,1,GOODBAD0;PICT1
A 1
size = Standard Codesize. Defines the height and width of the bars in a
barcode. Height and narrow element is defined for ratio oriented
barcodes. For EAN, JAN or UPC barcodes it is also possible to
define the standard code size which is expressed through
„SCx“. The height calculation includes the human readable
characters if enabled.
Unified barcode sizes of EAN and UPCbarcodes. Sets the size
of the barcode to a defined standard code size.
x is a numeric value (0-9) and the possible barcode size
depends on the printer´s resolution. Used instead of height and
ne (narrow element)
ratio = The ratio between narrow and wide bars. (i.e. 3:1 means that
the widebar is three times the width of the small bar)
B - Barcode Definition
The printers will print a rastered area if a barcode would not fit on the label. The printers intelligence
checks this for you to avoid later reading problems. This includes also the required white space for the
barcode readability. Check the barcode witdh, height and x / y positions to make sure that the barcode
is placed correct.
misplaced barcode
The printers also allow the selection in the printer setup to switch to „barcode error on“ to verify if the
incoming data is correct for the selected barcode. In case of an error the printer will show an error
message in its display.
Size options on ratio barcodes are different to the size options of non ratio barcodes.
Capital letter for the barcode name produce barcodes with human readable text line, as far as this is
defined in the barcode specs. Capital or lower case letters have no influence on barcodes which are
not specified to have a human readable textline.
Shortcode: For a limited time shortcodes have been used alternatively which are no longer supported.
Therefor we highly recommend that these short codes will no longer be used !! Therefor we added
these short codes to the overview table, in the case if you need to debug some old program code.
Please do not use that for new labels.
*RSS codes had been renamed by the GS1 Organisation and got the name GS1Databar ....
The original name of this barcode is still used for the programming to keep the compatibility to existing
printers.
UCC 128 Q no 1D
UPC-E0 C no 1D
UPC-A B no 1D
UPC-E Y no 1D
Code 128 and EAN/UCC-128 use automatically modulo 103 check digit.
EAN-13, EAN-8, UPC-A, UPC-E and UPC-E0 use automatically modulo 10 check digit.
Each barcode has own specs which are defined by the responsible organization who developed the
specific barcode type.
We recommend to read and follow the barcode specifications of the responsible organisations.
It is also recommended to test the printed barcodes for scanability !
Startpositions of Barcodes
The picture below shows the start position of barcodes. Please see also the option command „O“,
which offers a couple of possibilities to manipulate the complete label.
In the following picture it is shown how it looks when a barcode is rotated. The X and Y starting points
are identical. Only the rotation parameter has been changed. Barcodes can be rotated in an angle of 90
degrees. So rotation 0,90,180 and 270 degrees has been used for the label below.
Home position
B - Barcode 2 of 5 Interleaved
Barcode type: 2 of 5 Interleaved
Syntax: B[:name;]x,y,r,2OF5INTERLEAVED[+options],height,ne,ratio;textCR
* It is highly
height = Barcode height
recommended to
ne = Narrow element
obtain the original
ratio = Ratio between narrow and wide bars.
documentation of
text = Barcode data
the barcodes
which shall be
Detailed descriptions at the beginning of the barcode chapter.
printed.
B - Barcode 2 of 5 Interleaved
Example: m m
J
S l1;0,0,68,71,100
B 5,5,0,2 OF 5 INTERLEAVED,10,0.3,3;1234567890
B 5,20,0,2of5interleaved+BARS,10,0.3,3;1234567890
B:Bar3;5,35,0,2OF5 INTERLEAVED+MOD10,10,0.3,3;1234567890
A 1
Prints three barcodes with some modifications (with and without human readable
characters, upper and lower bar and with a modulo 10 checksum.)
B - Barcode Add-On2
Barcode type: Add-on2 (EAN/UPC Addendum 2)
check digits: no
ratio oriented: yes
Add-On2 is an addendum code which is used together with EAN or UPC barcodes.
Mainly used for magazines to diplay the magazine publication release (normally a
2 digit number of the week or month)
The size must fit to the printed size of the EAN or UPC code. We recommend to
use SC sizes with this barcode.
Syntax: B[:name;]x,y,r,ADDON2[+options],height,ne;text CR
B - Barcode Add-On2
Example: m m
J
S l1;0,0,68,71,100
B 10,5,0,EAN13 ,SC2;402345607891
B 45,5,0,ADDON2,SC2;09
A 1
B - Barcode Add-On5
Barcode type: Add-on5 (EAN/UPC Addendum 5)
check digits: no
ratio oriented: yes
Add-On5 is an addendum code which is used together with EAN or UPC barcodes.
Mainly used for books (ISBN number (International Standard Book Number) and
magazines to diplay the magazine publication release or the price.
The size must fit to the printed size of the EAN or UPC code. We recommend to
use SC sizes with this barcode.
Syntax: B[:name;]x,y,r,ADDON5[+options],height,ne;text CR
* It is highly
recommended to size = Standard Codesize SCx (instead of height and ne)
obtain the original height = Barcode height
documentation of ne = Narrow element
the barcodes text = Barcode data
which shall be
printed. Detailed descriptions are at the beginning of the barcode chapter.
B - Barcode Add-On5
Example: m m
J
S l1;0,0,68,71,100
B 10,5,0,EAN13,SC2;402345607891
B 45,5,0,ADDON5,SC2;00399
A 1
Syntax: B[:name;]x,y,r,AZTEC,[+options],dotsize;text CR
* It is highly
recommended to dotsize = dot size in millimeters or inches
obtain the original text = Barcode data
documentation of
the barcodes Detailed descriptions are at the beginning of the barcode chapter.
which shall be
printed.
Example: m m
J
S l1;0,0,68,71,100
B 5, 5,0,Aztec+EL55,1;CAB Produkttechnik GmbH & Co KG
B 45,5,0,Aztec+EL90,0.6;CAB Produkttechnik GmbH & Co KG
A 1
The same barcode contents with variations on error level and dot size.
B - Barcode Codabar
Barcode type: Codabar
Length: variable
Valid characters: numeric,
special characters: - $: /. +
and special start stop codes (A,B,C,D)
check digits: yes (Mod 16)
ratio oriented: yes
Each character of this barcode is built with 7 elements (bars and spaces), where
the spaces do not contain information. Codabar ist mostly used in medical
environments for photo laboratories and libraries. The exact specifications are
described in the Norm: EN 798. The start and stop characters are additionaly
A,B,C or D.
Syntax: B[:name;]x,y,r,CODABAR[+options],height,ne,ratio;text CR
B - Barcode Codabar
Example: m m
J
S l1;0,0,68,71,100
B 5, 5,0,CODABAR,12,0.3,3;A12345678A
B 5,20,0,CODABAR,12,0.3,3;A23456789C
B 5,35,0,CODABAR+MOD16,12,0.3,3;A13572468C
A 1
B - Barcode Codablock F
Barcode type: Codablock F
Length: variable
Valid characters: alpha numeric, max. 2725 Characters
stacked barcode
check digits: yes (Mod 43)
ratio oriented: no
Syntax: B[:name;]x,y,r,CODABLOCKF[+options],height,ne,ratio;text CR
* It is highly
height = Barcode height
recommended to
ne = Narrow element
obtain the original
ratio = Ratio between narrow and wide bars.
documentation of
text = Barcode data
the barcodes
which shall be
Detailed descriptions are at the beginning of the barcode chapter.
printed.
B - Barcode Codablock F
Example: m m
J
S l1;0,0,68,71,100
B 5, 5,0,CODABLOCKF,12,0.3,3;Codablock F - Test Label
A 1
B - Barcode Code 39
Barcode type: Code 39 (Code 3 of 9)
Length: variable
Valid characters: alphanumeric, uppercase A-Z, digits: 0-9,
special characters: $ / + % .- and space
check digits:: no
ratio oriented: yes
Syntax: B[:name;]x,y,r,CODE39[+options],height,ne,ratio;text CR
B - Barcode Code 39
Example: m m
J
S l1;0,0,68,71,100
B 5, 5,0,CODE39,10,0.3,3;CAB A3
B 5,20,0,code39,10,0.3,3;CAB A3
B 5,35,0,CODE39+XHRI,10,0.3,3;CAB A3
B 5,50,0,CODE39,10,0.3,3;cab A3
A 1
This example shows how the barcode varies with different options
Length: variable
Valid characters: alphanumeric, Full ASCII
check digits: no
ratio oriented: yes
Code 39 Extended (Full ASCII) – this encoding variant allows the full ASCII table,
128 characters to be encoded.
Start/ Stop characters are added automatically. Invalid characters are automatically
transformed into spaces.
Start/stop characters will be printed as „ * „ when the option +XHRI (Extended
Human Readable Interpretation) is used. Most common ratio for this barcode is 3:1
.
Syntax: B[:name;]x,y,r,CODE39FULL[+options],height,width,ratio;text CR
Example: m m
J
S l1;0,0,68,71,100
B 10,30,0,CODE39FULL,20,0.5;Full
A 1
B - Barcode Code 93
Barcode type: Code 93
Length: variable
Valid characters: alphanumeric,
encodes all 128 ASCII characters including control characters
Code 93 is a alphanumeric barcode which can contain all 128 ASCII characters
including the control characters. The checksum is automatically calculated by the
printer.
Syntax: B[:name;]x,y,r;CODE93[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
B - Barcode Code 93
Example: m m
J
S l1;0,0,68,71,100
B 25, 5,0,CODE93+XHRI,16,0.28,3;ABC123
B 25,24,0,code93,16,0.28,3;ABC123
B 25,44,0,CODE93+BARS,16,0.28,3;ABC123
A 1
Length: variable
Valid characters: all 128 ASCII characters
Code 128 has a modulo 103 check digit which is the standard check digit of this
barcode. An additional check digit can be added with the +MOD option if required.
Code 128 consists of 3 code subsets. cab printers select automatically the best
subset of this barcode as described in the code 128 specification.The best subset
is the subset with the highest data compression as described in the original specs
of code128.
Syntax: B[:name;]x,y,r,CODE128[+options],height,ne;[U:subcode]text CR
Subcode A
contains uppercase alphanumeric characters, special characters and control
characters. The printer can be forced to use subcode A with the option:
[U:CODEA] in the barcode text string.
Subcode B
contains all standard characters, upper case, lower case, special characters and
control characters. Subset B is the default value when data is transmitted.
The printer can be forced to use subcode B with the option:
[U:CODEB] in the barcode text string.
Subcode C
is used to encode exeptional numeric values with a good compression rate.
Encodes pairs of numbers.
The printer can be forced to use subcode C with the option: [U:CODEC] in the
barcode text string.
FNC1 can be added in the barcode data as " [U:FNC1] ". The same procedure can
be used to add FNC2, FNC3 or FNC4.
Example: m m
J
S l1;0,0,68,71,100
B 5, 5,0,CODE128,12,0.3;ABC123
B 5,20,0,CODE 128,12,0.3;ABCxyz123
B 5,35,0,CODE128+MOD10,12,0.3;[U:CODEC]123456
A 1
Syntax: B[:name;]x,y,r,DATAMATRIX[+options],dotsize;text CR
alternative
+ROWS = sets a fixed amount of rows of the barcode
+COLS = sets a fixed amount of columns of the barcode
* It is highly
recommended to
obtain the original dotsize = dot size in millimeters or inches
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
The usage of the options +ROWS and +COLS generates a barcode which has
always the same size. The amount of data depends thereby also on the barcode
contents.
Datamatrix Subset
Size numeric alphanumeric
mm capacity capacity
10 x 10 6 3
12 x 12 10 6
14 x 14 16 10
16 x 16 24 16
18 x 18 36 25
20 x 20 44 31
22 x 22 60 43
24 x 24 72 52
26 x 26 88 64
32 x 32 124 91
36 x 36 172 127
40 x 40 228 169
44 x 44 288 214
48 x 48 348 259
52 x 52 408 304
64 x 64 560 418
72 x 72 736 550
80 x 80 912 682
88 x 88 1152 862
96 x 96 1392 1042
104 x 104 1632 1222
120 x 120 2100 1573
132 x 132 2608 1954
144 x 144 3116 2335
8 x 18 10 6
8 x 32 20 13
12 x 26 32 22
12 x 36 44 31
16 x 36 64 46
16 x 48 98 72
The following example shows how the option +ROWS and +COLS creates barcodes in
the same size, but with a different amount of encoded characters.
Example: m m
J
S l1;0,0,68,71,100
B 25, 5,0,DATAMATRIX+ROWS20+COLS20,1;20_ALPHA_1234567890
B 60, 5,0,DATAMATRIX+ROWS20+COLS20,1;20_ALPHA
B 25,35,0,DATAMATRIX+ROWS20+COLS20,0.5;20_BETA_12345678
B 60,35,0,DATAMATRIX+ROWS20+COLS20,0.5;20_BETA
A 1
The encoding and decoding process of Data Matrix is very complex and several
methods have been used for error correction in the past. ECC200 is the newest
and most standard version of data matrix error correction. It supports advanced
encoding and error checking with Reed Solomon error correction algorithms.
These algorithms allow the recognition of barcodes that are up to 60% damaged.
Example: m m
J
S l1;0,0,68,71,100
B 25, 5,0,DATAMATRIX,1;30Q324343430794<OQQ
B 60, 5,0,DATAMATRIX+RECT,1;Datamatrix
B 25,35,0,DATAMATRIX,1;[U:PROG]
B 60,35,0,DATAMATRIX,1;[U:ANSI_AI]Datamatrix Barcode
A 1
Developed by the Deutsche Post AG for automated sorting of mails. Base code is
a 2of 5 interleaved barcode with the fixed length of 11or 13 digits and an additional
check digit.
cab printers convert invalid characters automatically into zeroes, while the human
readable shows a hash sign.
Syntax: B[:name;]x,y,r,DBP[+options],height,ne,ratio;text CR
Example: m m
J
S l1;0,0,68,71,100
B 5,10,0,DBP,30,0.3;2134807501640
B 60,10,0,DBP,10,0.3;56.310.243.031
A 1
The first barcode is defined with a height of 30 mm. The second barcode is defined with 10 mm height.
The printer automatically increases the height of the second code to 30 mm, following the barcode
specifications.
The EAN-8/ JAN-8 code is used in retail environment in Europe with a fixed length
of 8 digits. The 8th digit contains the calculated checksum. The printer expects 7
digits, while the 8th digit is calculated by the printer.
JAN-8 is the japanese version of EAN-8.
Syntax: B[:name;]x,y,r,EAN8[+options],height,ne;text CR
* It is highly
recommended to size = Standard Codesize SCx (instead of height and ne)
obtain the original height = Barcode height
documentation of ne = Narrow element
the barcodes text = Barcode data
which shall be
printed. Detailed descriptions are at the beginning of the barcode chapter.
Example: m m
J
S l1;0,0,68,71,100
B 10, 5,0,EAN8,SC1;4023456
B 10,26,0,EAN8,16,0.35;4023456
B 10,44,0,JAN8,16,0.35;4900056
A 1
The EAN 13 code is used in retail environment in Europe with a fixed length of 13
digits. The 13th digit contains the calculated checksum. The printer expects 12
digits, while the 13th digit is calculated by the printer.
JAN 13 is the japanese version of EAN 13.
Syntax: B[:name;]x,y,r,EAN13[+options],height,ne;text CR
* It is highly
recommended to
size = Standard Codesize SCx (instead of height and ne)
obtain the original
height = Barcode height
documentation of
ne = Narrow element
the barcodes
text = Barcode data
which shall be
printed.
Detailed descriptions are at the beginning of the barcode chapter.
Example: m m
J
AN S l1;0,0,68,71,100
B 10,5,0,EAN13,SC1;402345607891
B 10,30,0,EAN13,16,0.35;270072610950
B 10,48,0,JAN13,16,0.35;490005607891
A 1
This example prints an EAN code with standard code size 1 (SC1), an EAN code where
the size is defined and a JAN code with defined size.
Length: variable
Valid characters: ASCII characters
EAN 128 has very specialized contents which are described in the barcode specs
of the responsible organisation. This huge amount of rules have to be used to
create this barcode.
EAN 128/UCC 128 contains application identifiers which are clearly described in
the specs. This barcode needs additionally a start code and some so called
Application identifiers (AI).
Example:
m m
J
S l1;0,0,68,71,100
B 5, 5,0,EAN128,12,0.3;(00)345678901234567890
B 5,20,0,UCC128,12,0.3;(00)345678901234567890
B 5,35,0,GS1-128,12,0.3;(00)345678901234567890
A 1
Length: 18 digits
Valid characters: ASCII characters
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Do not use this barcode unless you have read the specification - available at the EAN organisation in
your country !!
cab Produkttechnik GmbH & Co KG - http://www.cab.de 147
148 148
The EAN-18 / NVE / SSCC-18 / GS1-128 is used throughout the supply chain
as an identifier for product tracing and internal control. It consists always of 18
digits.
Example: m m
J
S l1;0,0,68,71,100
B 5,20,0,EAN128,20,0.3;(00)100653005555555558
A 1
Syntax: B[:name;]x,y,r,EANDATAMATRIX[+options],dotsize;text CR
* It is highly
recommended to dotsize = dot size in millimeters or inches
obtain the original text = Barcode data
documentation of [FNC1] can be added to the barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,100
B 5,20,0,EANDATAMATRIX,1;(01)34012345123457(10)12345(17)101231
A 1
B - Barcode FIM
Barcode type: FIM (Facing Identification Mark)
Length: fixed
Valid characters: A,B,C or D
FIM Code is a barcode which is used by some postal organisations and contains
only 4 patterns: A, B, C or D. FIM (Facing Identification Mark) is designed for
automatic mail sorters.
Syntax: B [:name;]x,y,r,FIM[+options],height;text CR
* It is highly
recommended to height = Barcode height
obtain the original text = Barcode data
documentation of
the barcodes Detailed descriptions are at the beginning of the barcode chapter.
which shall be
printed.
B - Barcode FIM
Example: m m
J
S l1;0,0,68,71,100
B 5, 5,0,FIM,16,0.3,3;A
B 5,24,0,FIM,16,0.3,3;B
B 5,44,0,FIM,16,0.3,3;C
A 1
Length: variable
Valid characters: alphanumeric,
uppercase A-Z,
digits: 0-9,
special characters: $ / + % .- and space
check digits: yes (Mod 43)
ratio oriented: yes
HIBC (Health Industry Barcode) is a modified Code 39 with a modulo 43 check digit
and added start and stop characters. Leading "+“characters need to be added
manually to the data string.
Syntax: B[:name;]x,y,r,HIBC[+options],height,ne,ratio;text CR
Example: m m
J
S l1;0,0,68,71,100
B 5, 5,0,HIBC,12,0.3,3;+123AB78
B 5,18,0,hibc,12,0.3,3;+123AB78
B 5,33,0,HIBC,12,0.3,3;+123AB78
A 1
Syntax: B[:name;]x,y,r,2OF5INTERLEAVED[+options],height,ne,ratio;textCR
Example: m m
J
S l1;0,0,68,71,100
B 5,20,0,2OF5 INTERLEAVED+MOD10,30,.3,3;3071234567890
A1
B - Barcode Maxicode
Barcode type: MaxiCode
Length: 2D
Valid characters: alphanumeric
Syntax: B[:name;]x,y,r,MAXICODE[+options];[ZIPCODE],[COUNTRY],[SERVICE],
. . . . . . . [TEXT] CR
* It is highly
recommended to text = Barcode data
obtain the original
documentation of Detailed descriptions are at the beginning of the barcode chapter.
the barcodes
which shall be
printed.
B - Barcode Maxicode
Following modes are available:
Mode 2 - developed for the transport industry, Mode 2 encodes zip codes as
numeric data. Usage in USA.
Mode 3 - developed for the transport industry, Mode 3 encodes zip codes as
alphanumeric data. Usage international
Mode 4 - encodes text messages and has a fixed length of 93 characters
Mode 6 - encodes also text messages of 93 characters. This mode is used for
programming the barcode reader.
Please note that there is only a carriage return at the end of the barcode contents and not in the
barcode expression. The barcode must be in one single line
Based on the length of the encoded information it was not possible to display this in another way.
B - Barcode Maxicode
Example: m m
J
;sample mode3
OR
H 20
S l1;0,0,68,70,100
B 15,14,0,maxicode+mode3;[U:ANSI_TM]96123ABC,222,024,1Z123
45677[U:GS]UPSN[U:GS]12345E[U:GS]100[U:GS][U:GS]1/
2[U:GS]12[U:GS]N[U:GS]123 MAIN ST B3 F4[U:GS]SALT LAKE
CITY[U:GS]UT[U:RS]
;sample mode4
B 65,14,0,maxicode+mode3;[U:ANSI_TM]9612AB,222,024,1Z12345
677[U:GS]UPSN[U:GS]12345E[U:GS]100[U:GS][U:GS]1/
2[U:GS]12[U:GS]N[U:GS]123 MAIN ST B3 F4[U:GS]SALT LAKE
CITY[U:GS]UT[U:RS]
A 1
Please note that there is only a carriage return at the end of the barcode contents and not in the
barcode expression. The barcode must be in one single line
Based on the length of the encoded information it was not possible to display this in another way.
B - Barcode Maxicode
Example: m m
J
;sample message 5
OR
H 20
S l1;0,0,68,70,100
B 20,14,0,maxicode+mode3;[U:ANSI_TM]96123ABCD,222,024
,Z12345677[U:GS]UPSN[U:GS]12345E[U:GS]100[U:GS][U:GS]1/
2[U:GS]12[U:GS]N[U:GS]123 MAIN ST B3F4[U:GS]SALT LAKE
CITY[U:GS]UT[U:RS]
;sample message 6
B 50,14,0,maxicode+mode2;[U:ANSI_TM]9612345678,840,024,1Z1234
5677[U:GS]UPSN[U:GS]12345E[U:GS]100[U:GS][U:GS]1/
2[U:GS]12[U:GS]N[U:GS]123 MAIN ST B3 F4[U:GS]SALT LAKE
CITY[U:GS]UT[U:RS]
A 1
Please note that there is only a carriage return at the end of the barcode contents and not in the
barcode expression. The barcode must be in one single line
Based on the length of the encoded information it was not possible to display this in another way.
Length: 2D - Code
Valid characters: ASCII characters ( more than 1000 bytes )
Micro PDF 417 is a multi-row symbology based on PDF 417 and designed for
applications requiring a greater area efficiency but lower data capacity than
PDF417.Micro PDF 417 has a fixed level of error correction.
Syntax: B[:name;]x,y,r,Micro[+options],height,ne;text CR
MicroPDF417 provides for three encoding modes: Text, Byte and Numeric
compaction. Text is for general text. Numeric for encoding data consisting only of
digits and byte to allow for the first 127 ASCII characters but with a reduced level
of efficiency. Four symbol widths are permitted each specifying the number of data
columns (1 – 4). Within each symbol width a variable number of rows provide for a
maximum data capacity of:
Example: mm
J
S 0,0,68,71,100
B 10,10,0,Micro+COLS4,3,0.5;Barcode test label
A 1
Length: variabel
Valid characters: numericsch
The MSI Plessey code is a numeric barcode with variable length and a modulo 10
check digit which is automatically added by the printer. Additional modulo check
digits can be added to this code.
Syntax: B[:name;]x,y,r,MSI[+options],height,ne,ratio;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of ratio = Ratio between narrow and wide bars.
the barcodes text = Barcode data
which shall be
printed. Detailed descriptions are at the beginning of the barcode chapter.
Example: m m
J
S l1;0,0,68,71,100
B 5, 5,0,MSI,12,0.3,2;1234567890
B 5,20,0,MSI+MOD10,12,0.3,2;1234567890
B 5,35,0,MSI+MOD11,12,0.3,2;1234567890
A 1
Length: 2D - Barcode
Valid characters: alphanumeric
PDF417 is a high-capacity two dimensional bar code. A PDF417 symbol can hold
approximately 2000 characters of information.
The key characteristic of PDF417 is its large information capacity. This also
explains its name. „PDF“ stands for Portable Data File. PDF417 is designed with
enough capacity to contain an entire data file of information.
Syntax: B[:name;]x,y,r,PDF417[+options],height,ne,ratio;text CR
Example: m m
J
S l1;0,0,68,71,100
B 2, 5,0,PDF417+EL0,0.1,0.38,1;cab Produkttechnik
GmbH[U:13][U:10]Wilhelm Schickard Strasse[U:13][U:10]D-76131
Karlsruhe
B 2,35,0,PDF417+EL3,0.1,0.38,1;cab Produkttechnik
GmbH[U:13][U:10]Wilhelm Schickard Strasse [U:13][U:10]D-76131
Karlsruhe
A 1
B - Barcode Plessey
Barcode type: Plessey
Length: variable
Valid characters: A-F and 0-9
check digits: no
ratio oriented: yes
Syntax: B[:name;]x,y,r,PLESSEY[+options],height,ne,ratio;text CR
* It is highly
height = Barcode height
recommended to
ne = Narrow element
obtain the original
ratio = Ratio between cells and rows.
documentation of
text = Barcode data
the barcodes
which shall be
Detailed descriptions are at the beginning of the barcode chapter.
printed.
B - Barcode Plessey
Example: m m
J
S l1;0,0,68,71,100
B 5,20,0,PLESSEY+BARS,12,0.3,2;1234567890
B 5,35,0,plessey,12,0.3,2;1234567890
A 1
B - Barcode Postnet
Barcode type: Postnet
check digits: no
ratio oriented: no
Syntax: B[:name;]x,y,r,POSTNET[+options];text CR
B - Barcode Postnet
Example: m m
J
S l1;0,0,68,71,100
B 10, 5,0,postnet;442120798
B 10,20,0,POSTNET;441361234
A 1
B - Barcode PZN-Barcode *
Barcode type: PZN-Code (Special version of Code 39 (Code 3 of 9) )
Length: 7 Digits
Valid characters: numeric, digits: 0-9,
check digits: no
ratio oriented: yes
Syntax: B[:name;]x,y,r,CODE39[+options],height,width,ratio;text CR
B - Barcode PZN-Barcode *
Example: m m
J
H 100,8
S l1;0,0,68,71,100
B 5,17,0,code39,10,0.2,3;-1578675
T 9,30,0,3,3;PZN-1578675
A 1
This example was printed without human readable characters. The human readable
characters have been added in a separate text line to setup the text in a specific size.
B - Barcode QR-Code
Barcode type: QR-Code
Length: 2DCode
Valid characters: alpha numeric
Syntax: B[:name;]x,y,r,QRCODE[+options],size;text CR
B - Barcode QR-Code
Please refer to the original specification of this barcode before using it.
Example: m m
J
H 150,-5,T
S l1;0,0,68,71,104
B 52,32,0,QRCODE+ELL+MODEL2+WS2,1;Hello world!
B 52,28,90,QRCODE+ELL+MODEL2+WS2,1;Hello world!
B 48,28,180,QRCODE+ELL+MODEL2+WS2,1;Hello world!
B 48,32,270,QRCODE+ELL+MODEL2+WS2,1;Hello world!
A 5
This compact linear symbol encodes a full 14-digit Global Trade Item Number and,
optionally, a code indicating a link with a two-dimensional symbol carrying
supplementary information.
It has the ability to encode up to 20 trillion values. There are actually 15 characters
that make up the barcode, but only 14 characters are encoded.
Syntax: B[:name;]x,y,r,RSS14[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
The control encodes either a "1“ (true) or "0“ (false) value as the first character in
the barcode based on the property of the barcode control.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 / GS1 OMNI
B 10,15,0,RSS14,10,.3;0441234567890
B 10,45,0,GS1 OMNI,10,.3;(01)04012345123456
A 1
Syntax: B[:name;]x,y,r,RSS14[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 composite (CC-A)
B 10,15,0,RSS14,16.5,.5;0361234567890[U:2D](11)990102
A 1
Length: 1DCode
Valid characters: alpha numeric
Syntax: B[:name;]x,y,r,RSS14[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 composite CC-B
B 10,15,0,RSS14,16.5,.5;0361234567890[U:2D](21)abcdefghijklmnopqrst
A 1
Length: 14 digits
Valid characters: numeric,
digits: 0-9,
check digits: yes
ratio oriented: no
Fixed height - 13 times the size of the module width
RSS-14 Truncated has the exact same data characteristics as the Standard
RSS-14 barcode, except the bar height is set to the RSS standard of 13 times of
the X dimension. It is possible to scan this symbology omni-directional.
Syntax: B[:name;]x,y,r,RSS14+TRUNCATED[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 truncated
B 10,15,0,RSS14+TRUNCATED,4,.3;0441234567890
A 1
RSS-14 Truncated has the exact same data characteristics as the Standard
RSS-14 barcode, except the bar height is set to the RSS standard of 13 times of
the X dimension. Additionally it is printed with a 2D compnent for additional
information.
Syntax: B[:name;]x,y,r,RSS14+TRUNCATED[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 truncated composite CC-A
B10,15,0,RSS14+TRUNCATED+CC3,4,.3;0361234567890[U:2D](11)990102
A1
RSS-14 Truncated has the exact same data characteristics as the Standard
RSS-14 barcode, except the bar height is set to the RSS standard of 13 times of
the X dimension. Additionally it is printed with a 2D component for additional
information.
Syntax: B[:name;]x,y,r,RSS14+TRUNCATED[+options],height,ne;text CR
* It is highly
recommended to
height = Barcode height
obtain the original
ne = Narrow element
documentation of
text = Barcode data
the barcodes
[U:2D] starts the description of the 2D component
which shall be
printed.
Detailed descriptions are at the beginning of the barcode chapter.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 truncated composite CC-B
B
10,15,0,RSS14+TRUNCATED+CC3,4,.3;0361234567890[U:2D](21)abcdefghijklmnopqrst
A 1
Syntax: B[:name;]x,y,r,RSS14+STACKED[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 stacked
B 10,15,0,RSS14+STACKED,12,0.5;0001234567890
A 1
The RSS Stacked composite Barcode utilises an RSS Expanded stacked bar code
symbol a linear component. For a detailed description please refer to the
original description of this code - available at your local UCC / EAN organisation.
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes [U:2D] starts the description of the 2D component
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 stacked composite CC-A
B 10,15,0,RSS14+STACKED,12,0.5;0341234567890[U:2D](17)010200
A 1
For a detailed description of the RSS-14 stacked composite code please refer to
the original description of this code - available at your local UCC / EAN
organisation.
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 stacked composite CC-B
B
10,15,0,RSS14+STACKED,12,.5;0341234567890[U:2D](21)abcdefghijklmnopqrst
A 1
Omnidirectional reading
Syntax: B[:name;]x,y,r,RSS14+STACKEDOMNI[+options],height,ne;textCR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 stacked omni
B 10,15,0,RSS14+STACKEDOMNI,16.5,.5;0003456789012
A 1
Omnidirectional readability
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 stacked omni CC-A
B 10,15,0,RSS14+STACKEDOMNI,16.5,.5;0003456789012[U:2D](17)010200
A 1
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS-14 stacked omni CC-B
B
10,15,0,RSS14+STACKEDOMNI,16.5,0.5;0003456789012[U:2D](21)abcdefghijklmnopqrst
A 1
For a detailed description please refer to the original description of this code -
available at your local UCC / EAN organisation.
Syntax: B[:Name;]x,y,r,RSS14LIMITED[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS limited
B 10,15,0,RSSLIMITED,5,.5;1501234567890
A 1
For a detailed description please refer to the original description of this code -
available at your local UCC / EAN organisation.
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS limited composite CC-A
B 10,15,0,RSSLIMITED,5,.5;0351234567890[U:2D](11)990102
A 1
For a detailed description please refer to the original description of this code -
available at your local UCC / EAN organisation.
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS limited composite CC-B
B
10,15,0,RSSLIMITED,5,.5;0351234567890[U:2D](21)abcdefghijklmnopqrst
A 1
Length: 1DCode
Valid characters: alpha numeric
For a detailed description please refer to the original description of this code -
available at your local UCC / EAN organisation.
Syntax: B[:Name;]x,y,r,RSSEXPANDED[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS expanded
B10,15,0,RSSEXPANDED,10,.3;(01)98898765432106(3202)012345(15)991231
A 1
For a detailed description please refer to the original description of this code -
available at your local UCC / EAN organisation.
Syntax: B[:name;]x,y,r,RSSEXPANDED[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS expanded composite CC-A
B
10,15,0,RSSEXPANDED,16.5,.5;(01)93712345678904(3103)001234[U:2D](91)1A2B3C4D5E
A 1
For a detailed description please refer to the original description of this code -
available at your local UCC / EAN organisation.
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS expanded composite CC-B
B
10,15,0,RSSEXPANDED,16.5,.5;(01)93712345678904(3103)001234[U:2D](21)abcdefghijklmnopqrst
A 1
For a detailed description please refer to the original description of this code -
available at your local UCC / EAN organisation.
Syntax: B[:name;]x,y,r,RSSEXPANDED+STACKED4[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS expanded stacked
B10,15,0,RSSEXPANDED+STACKED4,16.5,.5;(01)98898765432106(3202)012345(15)991231
A 1
RSS expanded stacked half line is another code combination which used 1D and
2D components.
For a detailed description please refer to the original description of this code -
available at your local UCC / EAN organisation.
Syntax: B[:name;]x,y,r,RSSEXPANDED+STACKED4[+options],height,ne;text CR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example:
m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS expanded stacked
B 10,15,0,RSSEXPANDED+STACKED4,16.5,.5;(01)95012345678903(3103)000123
A 1
Syntax: B[:name;]x,y,r,RSSEXPANDED+STACKED4[+options],height,ne;text[U:2D]textCR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes [U:2D] starts the 2 D component
which shall be Detailed descriptions are at the beginning of the barcode chapter.
printed.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS expanded stacked CC-A
B10,15,0,RSSEXPANDED+STACKED4,10,.4;(01)00012345678905(10)ABCDEF[U:2D](21)12345678
A 1
Syntax: B[:name;]x,y,r,RSSEXPANDED+STACKED4[+options],height,ne;text[U:2D]textCR
* It is highly
recommended to height = Barcode height
obtain the original ne = Narrow element
documentation of text = Barcode data
the barcodes [U:2D] starts the 2 D component
which shall be
printed. Detailed descriptions are at the beginning of the barcode chapter.
Example: m m
J
S l1;0,0,68,71,104
T 5,10,0,5,5;RSS expanded stacked CC-B
B 10,15,0,RSSEXPANDED+STACKED4,10,.4;(01)00012345678905(10)
ABCDEF[U:2D](21)abcdefghijklmnopqrst
A 1
Please note: There is no carriage return in the barcode line in this sample.
The barcode data must be in one line.
B - Barcode UPC-A
Barcode type: UPC-A
UPC-A is a retail barcode with a fixed length of 12 digits. The 12th digit is a
modulo 10 check digit. cab printers require only 11 digits. The 12th digit is
calculated by the printer.
Syntax: B[:name;]x,y,r,UPCA[+options],height;ne,text CR
B - Barcode UPC-A
Example: m m
J
O R
S l1;0,0,68,71,100
B 10,5,0,UPC-A,20,0.35;01234554321
B 10,30,0,UPCA+XHRI,SC1;01234554321
A 1
B - Barcode UPC-E
Barcode type: UPC-E
Syntax: B[:name;]x,y,r,UPCE[+options],height;ne,text CR
B - Barcode UPC-E
Example: m m
J
S l1;0,0,68,71,100
B 10, 5,0,UPC-E,20,0.35;0123456
B 10,30,0,UPCE+XHRI,SC1;0123456
A 1
B - Barcode UPC-E0
Barcode type: UPC-E0
UPC-E0 is a numerical barcode with 8 characters. The 8th character is the check
digit. The check digit is calculated automatically by the printer.
Invalid characters are converted into zeroes.
* A zero suppression converts the barcode into a more compact version. This
offers the possibility to key in up to 12 characters which are compressed into 6
characters by the printer. Inthis case the first character must be zero !!
Detailed information is available by the UCC, Inc ( Uniform Code Council, Inc.)
Syntax: B[:Name;]x,y,r,UPCE0[+options],height,ne;text CR
B - Barcode UPC-E0
Example: m m
J
S l1;0,0,68,71,100
B 10, 5,0,UPCE0,20,0.35;03210000678
B 10,30,0,UPCE0,SC1;01230000088
A 1
C - Cutter Parameters
The C command is used to set the parameters for the optional cutter or perforation cutter. The cutting
command uses the label counter to cut after a specified amount of printed labels or can be set to cut at
the job end. Additonally it is possible to perform a second cut (double-cut) in one label.
Furthermore an optional perforation cutter is available, which can perforate and which is also able to
do a "regular" cut.
Syntax: C x[,disp1[,disp2]] CR
C - cutting command
Please see also the "O" command to adjust the cutting time ( cutting depth ) for the perforation
cutter. All measurements in millimeters or in inches (see the „m“ command)
C - Cutter Parameters
Important ! This command must be placed after the label size is defined !! (S - command)
This command requires the optional cutter or perforation cutter.
It depends on your printer type if a cutter or perforation cutter is available.
Applicator models ( Hermes,PX module...) do not support the cutter functionality.
The offset value must be always smaller than the label height.
The cutting commands allow some senseless combinations, especially when a perforation cutter is
used,- there are no limitations. i.e. using the perforation command together with the cut command
" C 1" would always cut after one label and no perforation could be recognized.
The offset value must be always smaller than the label height.
C - Cutter Parameters
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,9;cut after 2 labels
C2
A10
„Double cut“ possibility: The following example cuts 5 labels and performs a second cut after 2 mm.
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,9;Double cut
C5,0,2
A10
Using the Cutter command „C“ together with Replace commands „R“ offers additional possibilities.
(See also „Replace Field Command“)
The next sample shows the usage of the cutter together with the "Replace" command.
Example: m m
J
S l1;0,0,68,71,100
T:Var1;12,25,0,3,9;cut after 5 labels
C 5
A 100
R Var1;cut after 2 labels
C 2
A 60
cuts the first print job of 100 labels after each 5th and in the second job with a total amount of 60 labels
every 2. label will be cut.
C - Cutter Parameters
Example: m m
J
O R
S e;0,0,18,18,100
T 10,14,90,5,4;Perfo
T 15,12,0,5,5;First cut is the deepest
C s
C 4
C p
A 12
This example cuts at the print start ( C s ), does a perforation cut after each label ( C p ) and cuts the
material completely after each 4th label ( C,4,0 ).
All together 12 labels will be produced. ( A 12 ) - the picture below shows just 8 of them...
The label was defined 18 mm high on continuous material.
cut through
perforations
cut through
perforations
cut through
The D command is used to move the complete label content to the specified location. All objects
positions are influenced by this command. The starting point for the label content is shifted by this
values.
The usage of this command is normally if new label stock is used which is not identical to the label
stock which was used up to now.This might be that the side margin of the liner is wider or smaller than
before. The minimum and maximum values depend on the printer type (printhead width and label
length). All measurements in millimeters or in inches (see the „m“ command)
Syntax: D x,y CR
D - Displacement
Example: m m
J
D 30,20
S l1;0,0,68,71,100
T 12,25,0,3,7;Displacement
A3
E DBF defines a DBase III compatible database file which will be used in the label.
Syntax: E DBF;name CR
E - Define Extension
DBF = Define Database File( .dbf) (*) - tells the printer the database name
for further operations.
Used together with the [DBF] text option,later described in this
manual.
Example: E DBF;article
Uses ARTICLE.DBF as external file on memory card or internal flash file system(IFFS). ARTICLE.DBF
must be present on the printer´s memory card (or IFFS) to get access.
(*) Depending on the printer type, and the used filesystem it is recommended to save file names in the
8.3 format (8 characters name and 3 characters extension without special characters) Please note,
that DBase does not support Unicode characters !
(i.e. chinese characters are not supported by Dbase)
Using the DBase functionality is ideal for smaller databases. For big databases and high data volume it
is recommended to use the optional cab database connector as the access for the files might be to
slow. (The funcionality of the cab database connector is described later in this manual).
The dBase file supports Text, Number (max. 18 char.), Date (YYYYMMDD) and Float (max. 20 char.)
Memo fields are not allowed. Please verify that the current firmware is installed before this function is
used.
Syntax: E LOG;name CR
E - Define Extension
Beispiel:
Example: E LOG;PROTOCOL
Defines the log file PROTOCOL.LOG for use on printer´s optional memory card (or internal memory).
Used together with the [RLOG] and [WLOG] text options.
Depending on the printer type, and the used filesystem it is recommended to save file names in the 8.3
format (8 characters name and 3 characters extension without special characters)
It is highly recommended that the E LOG command is not used with the internal flash file system
(IFFS), as the internal chip is not designed for many write cycles.
Syntax: E TMP;name_type CR
E - Define Extension
Example: E TMP;SERNUM
Uses SERNUM.TMP as file for serial numbering from memorycard. Used together with the [RLOG]
and [WLOG] text options.
Depending on the printer type, and the used filesystem it is recommended to save file names in the 8.3
format (8 characters name and 3 characters extension)
It is highly recommended that the E LOG command is not used with the internal flash file system
(IFFS), as the internal chip is not designed for many write cycles.
Define parameters for RFID tag. ( Requires that the cab RFID unit is installed )
Syntax: E RFID;T:tagtype[,R:Retries][,C:cp][,P:pos][E:power] CR
E - Define Extension
Syntax: E SQL;IPaddress:portaddress CR
E - Define Extension
Important notes: The usage of the SQL function requires that the printer is connected with its network
interface. It is recommended to have firmware 3.37 or higher installed, as this function needs to be
unlocked in older versions.
(EOS printers need a firmware version 4.16 or higher.)
The usage of this command requires optional components.(memory card and external keyboard...)
F - Font Number
The F command assigns an alternate number to a font name. The reason for this command is to
simplify the font handling, keeping a better overview on the used fonts in a label and enables the
programmer to exchange a font in a label very easy.
The resident fonts in the cab printers have fixed names, but they can be redefined with this command.
Once the font number is defined it is valid for the complete label. The theoretical limit of fonts per label
is 100 font files. ( which might exceed the printers memory...)
Syntax: F number;name CR
F - Font command
On TrueType fonts, the number found in the typeface file is used as the default.
Assigns the alternate number 40 to the printer´s resident Swiss™ 721 Bold font.
F - Font Number
Example: M l fnt;Comix
m m
J
H 66
S l1;0,0,68,71,100
F 10;Comix
T 0,35,0,10,20;Sample[J:c100]
A 1
The example above assigns font number 10 to the previously downloaded font Comix.
Syntax: G[:name;]x,y,r;ge:settings[,options] CR
Details about the settings for each graphic element are shown on the next pages.
Syntax: G[:name;]x,y,r;C:radius1[,radius2[,width]][,options] CR
C = Circle
[,options] =
Example: m m
J
S l1;0,0,68,71,100
G 45,10,340;C:40,10,44[S:100,50,80]
G 40,35,0;C:30,30,2
G 40,35,0;C:10,10,1
G 60,35,0;C:10,10,1
G 40,40,0;C:4,4,4
G 60,40,0;C:4,4,4
A 1
Syntax: G[:name;]x,y,r;L:length,width[,start[,end]][,options] CR
Starting point of Lines is the center of the starting point of the line
L = Line
[,options] =
m m
J
S l1;0,0,68,71,100
G 5,5,0;L:24.5,2.5,a,a
G 5,15,0;L:24.5,2.5,s,a
G 5,25,0;L:24.5,2.5,r,r
G 5,35,0;L:24.5,2.5
A 1
This example demonstrates how the different line start / end parameters are printing,
depending which option is used.
R = Rectangle
Filled rectangles are printed, if "ht" and "vt" are not set.
continued on the next page
[,options] =
Example:
m m
J
S l1;0,0,68,71,100
G 35,45,0;R:30,15,.3,.3
G 0,25,0;R:80,10,1,1
G 25,15,35;R:10,10,.5,.5
A 1
Syntax: G[:name;]x,y,r;ge:settings[F:options] CR
F: = Fill parameter.
0%, 6%, 12%, 25%, 38%, 50%, 100% (for dot density)
predefined patterns: left, right, dots, grid, and diamond
user1, user2, user3, user4 (downloaded images 32 by 32 dots)
Example: m m
J
S l1;0,0,68,71,100
G 70,20,0;R:30,30, 1,20[F:grid]
G 48,30,0;C:10,16,10,10[F:dots]
G 5,20,0;R:25,25, 1,20[F:25%]
A 1
Syntax: G[:name;]x,y,r;ge:settings[S:%1[,%2[,direction]] CR
S = Shade option
Example: m m
J
S l1;0,0,68,71,100
G 5,20,0;R:20,20, 1,20[S:60,10,45]
G 85,30,0;C:10,10,10,10[S:60,10,75]
G 10,10,0;L:80,2[S:30,90,0]
A 1
Prints an outline around the filled graphic object with the thickness of 1 dot.
The outline option outlines filled objects. The outline option prints black objects, if
outline [O] is used for objects which are not filled. (see sample on the next page)
[O] = Outline
Example: m m
J
S l1;0,0,68,71,100
G 5,20,0;R:20,20,1,20[S:60,10,45][O]
G 85,30,0;C:10,10,10,10[S:60,10,75][O]
G 10,10,0;L:80,2[S:30][O]
A 1
Example: m m
J
S l1;0,0,68,71,100
G 5,20,0;R:20,20,1,20[O]
G 85,30,0;C:10,10,10,10[O]
G 10,10,0;L:80,2[O]
A 1
Syntax: H speed[,h][,t][,r][,Bb] CR
Example: H 150,0,D,R1,B75
Sets print speed to 150mm/s , Heat setting zero, Direct thermal mode and switches the ribbon saver
on. (The printer must be equipped with a ribbon saver to use this option). The material would be pulled
back with a speed of 75 mm/s after printing.
The maximum print speed depends on the used printer model. The print speed is automatically set to
the maximum if accidentially a higher printspeed is transmitted.
The backfeed speed is equal to the print speed if no separate value is set for "B" (backfeed)
* The functionality of the ribbon saver command depends on the used printer model and the availablity
of a ribbon saver.
By the way - if we just talk about print speed and so on: Regular printhead cleaning with
isopropylalkohol is very important to keep a good printing quality and to enlarge the lifetime of the
printhead.
Syntax: I[:name;]x,y,r[,mx,my,GOODBADn][,a];name CR
GOODBADn = Used to check the image with the optional barcode verifier. The
verifier checks for "Good read" or" Bad read).This is helpful for
barcodes with complex contents such as EAN 128.
For best print quality it is recommended to use Images which have been scanned in the
same resolution as the printer resolution.
Lower scan resolutions will cause bad print quality, higher resolutions may exceed the
available space on the label. Furthermore it is recommended to use pure black and white
pictures. Grayscaled pictures may show a loss of data if the grey areas are not dark
enough.
By the way: JPEG is a typical compression algorythm or photographic pictures which
makes no sense to support this format in label printers.
The maximum amount of pitures per label is limited to 200, depending on the size.
It is recommended to erase unused pictures in the buffer if a lot different graphics are
used in one print job. Please refer to the command "e IMG ..."
Example: m m
J
S l1;0,0,68,71,100
I:IMAGE1;20,5,0;HUMAN
A1
Prints the picture "HUMAN“ which had previously downloaded to the printer.
Example: M l IMG;TREE
m m
J
S l1;0,0,68,71,100
I:IMAGE1;10,10,0,2,2,a;TREE
A1
This example recalls the picture with the name " tree.bmp " from any memory card of the
printer and prints it resized (enlarged) by the factor 2 in x- direction and factor 2 in y
direction. Please keep in mind that enlarging pictures can have a negative influence on
the printout quality.
J - Job Start
The J command „tells „ the printer, that the following data contains label specific data. It starts a new
print job.
Syntax: J [comment]CR
Defines the job start and names the label „ Adress Label“.
Adress Label will be displayed in the printer´s LC Display when the label is recalled from
the optional memory card. The printer „looks“ into each label on the memory card and
controls if an alternative Label description is available. This description is shown instead
of the original label name which is limited to 8 characters.
* The comment line is not available for EOS printers, as this printer type supports long file
names.
2. Compact flash cards - at the moment up to a theoretical maximum of 256 GB memory size.
3. PC Card - also called PCMCIA card memory, which might be SRAM or Flash memory
( Usage not recommmended, but helpful to transfer data from previous printers which used
that memory type.)
4. USB MSD devices ( USB - Mass Storage Devices) such as the most „USB memory sticks“
(It is not possible to guarantee that all of the USB devices on the market will work properly, as not every
manufacturere follows the specs. Validation of good or bad quality USB sticks must be done by
yourself).
Furthermore external harddisks can be connected which may require in the most cases external
power supplies. Maximum supported size is 2 TB. ( Maximum file size is theoretical 4 GB).
Please note that only FAT16 and FAT 32 filesystems are supported. NTFS, EXT2 or EXT3 etc. are not
supported. It is not recommended to format a huge harddisk in the printer, as the USB 1.1 port would
require incredible time to finish that.*
Memory cards are normally used, if a printer runs in „Stand Alone Mode“. Data from memory cards can
be easily recalled or filled with variable data with an optional PC keyboard or barcode scanner, which
can be attached through the USB port of the printer.
Furthermore the optional cab database connector (later described in this manual) can be used to recall
fixed data from the memory card and connect additionally to the network to recall information from a
SQL database.
* Important: EOS printers use Linux as internal operating system. The Linux file system makes
a difference between capital and small characters !!! The external USB memory is FAT
formatted. EOS uses for that the USB 2.0 interface.
Syntax: Mx...CR
Details and examples for each command are described on the next pages.
IMPORTANT ! We highly recommend to use Compact Flash cards which are manufactured by
SANDISK who is the original developer of Compact Flash cards.
Other CF cards may cause problems , such as data loss, incompatibility or read and write errors.
The of the most powerful possibility to run a cab printer is to connect it in a network.
As the printing systems are equipped with an ethernet interface it is an easy way to access
them by using FTP.
To get full access to the printer requires that user name and password are transmitted by FTP.
The user (login) name is always preset to „root“ and the password is the 4 digit PIN of the printer
( PIN settings can be done in the setup menu of the printer or through the web applet)
(EOS printers have different settings - Please refer to the EOS documentation)
Note: Do not use PCcards any more - These are technically out of time and hard to find on the market.
Alternative it is possible to use a PCMCIA adapter with an inserted compact flash card.
For quality reasons we recommend to use Compact Flash cards made by SanDisk
USB Memory
card - Default memory card ( This might be either the compact flash card or
the pccard, IFFS or USB memory, whatever is selected as default in
the setup of the printer.
( EOS shows USB memory or IFFS)
iffs - „Internal Flash File System“ - offers the possibility to save data like on
all other memory cards. Is always shown as IFFS unless it had been
selected as default memory.
If current memory sizes shall be used it is necessary to install the current firmware first, as older
firmware releases "did not know anything" about bigger memory.
The USB ports on the front side of EOS deliver a maximum current of 100 mA. The USB port on the
rear side delivers 500mA. Some USB sticks require more than 100 mA and cannot be used on the front
side of EOS.
system - contains the firmware of the printer which also can be simply updated,
just by copying the new firmware version by FTP to the printer.
Example:
We highly recommend to use CF cards for saving data in the printer, as they are fast and inexpensive.
Pccards will not show the subdirectory structure where the files are sorted into the folders: fonts,
images, labels and misc.Furthermore it is NOT recommended to use PCcards in actual applications, as
they are hard to find on the free market. Alternative it is possible to use an adapterfor CF cards
Please note, that the CF connection in the printer is much faster than the external CF card.
The CF card is the fastest additional memory (faster then the optional CF card slot in the external
navigation pad) and it is recommended to use it for time critical applictions.
USB memory is slowed down as it is connected to USB 1.1. It is not possible to use more than one
USB memory at the same time. It is possible to connect an external powered USB hub if you run
out on USB connections. ( This is different on EOS as USB 2.0 is used)
Specialnote about the internal flash file system (IFFS): It is NOT recommended to use .LOG or .TMP
files ( for serial numbering) or write to the IFFS memory during printing.
Syntax: Mc [path] CR
Mc... - Memory card: content request. Requests the content of a directory path on
the memory card.
path = optional parameter to select the pathname where the files are
located.
= /card/ -recalls the card content of the optional compact flash
card. Leaving this option blank recalls automatically the
content of the Default memory card.
= /iffs/ -recalls the content of the internal flash file system
= /cfext/ -recalls the content of the external Compact Flash card
= /pccard/ -recalls the content of the PCMCIA card
= /usbmem/ -recalls the content of the USB memory
Example: Mc
Directory of ‘A4+/300 ‘:
ARIAL TTF 79804 20.05.14 16:37
COMIX TTF 66080 20.05.14 15:38
MINSTREL TTF 65692 20.05.14 19:39
NORM101 LBL 1420 20.05.14 19:51
COMPANY IMG 1012 20.05.14 19:41
BEDANO TTF 83260 20.05.14 19:43
NORM44 LBL 1530 20.05.14 10:43
EXPLOSIV IMG 2098 20.05.14 22:49
NORM42 LBL 2104 20.10.14 22:19
102 LBL 1420 20.05.14 14:52
CDPLAYER DBF 2858 08.11.14 13:03
15807062 bytes free
Syntax: Md type;[path]name CR
Md... - Memory card: delete file from card. Deletes (erases) data on memory card
path = optional parameter to select the pathname where the files are
located.
= /card/ -deletes the card content of the optional compact flash
card. Leaving this option blank deletes automatically the
content of the Default memory card.
= /iffs/ -deletes the content of the internal flash file system
= /cfext/ -deletes the content of the external Compact Flash card
= /pccard/ -deletes the content of the PCMCIA card
= /usbmem/ -deletes the content of the USB memory
Example: M d IMG;logo
Deletes all graphic files on memory card with the name „logo“. e.g. this might be
logo.bmp, logo.pcx etc.
IMPORTANT: Some labelling programs use also the extension .LBL or .FMT. These file types are
totally different and do not contain J-Script commands !
Syntax: M f;name CR
M f... - Memory card: format card. Formats the memory card (creates a file
system ) All printers create automatically a folder structure to separate the
data to the specified locations.
Example: M f;MYDATA
formats the memory card and writes the volume name „MYDATA“ which is usually the name of the
used printer.
Following folders will be generated on the memory card as subfolder form "card":
Fonts
Labels
Graphics
Misc
The Fonts folder is used to save all true type fonts. (Extension .TTF)
The Labelsfolder is used to save labels in JScript Format (Extension .LBL)
The Graphics folder contains all possible graphic formats. (Extensions: .IMG, .PCX, .BMP, .GIF,
.MAC, .TIF, .PNG)
The Misc Folder is used to save DBase III databases, serial numbers, temporarary files etc ...
(Extensions: .DBF, .TMP, .LOG,
.XML,.PPP etc....)
The Misc folder can also contain one or more firmware files, which are displayed in the „SERVICE“
menu of the printer to update the firmware from memory card or XML files which can contain a backup
of the printer´s settings.
Syntax: M l type;[path]name CR
M l... - Memory card: load file from card. Load data from memory card
type= LBL (label), FNT (font), IMG (image), FMT (label format)
path = optional parameter to select the pathname where the files are
located.
= /card/ - loads the file from the optional compact flash card.
Leaving this option blank accesses automatically
the file of the Default memory card.
= /iffs/ - loads a file from the internal flash file system
= /cfext/ - loads a file from the external Compact Flash card
= /pccard/ - loads a file from the PCMCIA card
= /usbmem/ - loads a file from the USB memory
Example: Ml LBL;TESTLBL
A2
Loads the label with the name TESTLBL from the default memory card and prints 2 labels
Example: Ml LBL;/IFFS/TESTLBL
A4
Loads the label with the name TESTLBL from the internal flash file system and prints 4 labels
Example: M l IMG;PICTURE
m m
J
S l1;0,0,68,71,100
I:IMAGE1;10,10,0,2,2,a;PICTURE
A1
Loads the image "PICTURE" into the printers RAM memory and prints it.
Syntax: M r CR
M r - Memory card: repeat last file content. Jump to start of file. This command
can be used to implement simple loops.
Example: m m
J
S l1;0,0,68,70,100
T:Text1;20,10,0,3,7;[?:ArtNo:]
A2
Mr
The label must be saved on memory card or in the internal memory (IFFS). Then it can be
recalled by the navigation pad, or by the optional keyboard or barcode scanner. Then the
display shows "ArtNo:" and waits for data input. After data is keyed in it will print 3
labels and repeats the question for the „Art-No“ in the display, again waiting for your input.
m m
J
S l1;0,0,68,70,100
T:Text1;20,10,0,3,7;[?:ArtNo:]
A[?]
Mr
The same label as above, but with the additional request for the amount of labels.
"F1Test" would recall the label "test" as soon as the barcode is scanned.
Syntax: M s type;[path]name CR
M s... - Memory card: store data on card. Stores data on memory card.
path = optional parameter to select the pathname where the files are
located.
= /card/ Leaving this option blank saves automatically the
content on the Default memory card.
- saves the file on the optional compact flash
card.
= /iffs/ - saves the file in the internal flash file system
= /cfext/ - saves the file on the external Compact Flash card
= /pccard/ - saves the file on the PCMCIA card
= /usbmem/ - saves the file in the USB memory
name = File name of the file which shall be saved on memory card
Example: Ms LBL;ADDRESS
mm
J
S l1;0,0,36,38,89
T:Text1;20,10,0,3,pt25;Worldwide
A5
Ms LBL
Saves the label „ADDRESS“ on the printer´s memory card. This label will automatically print 5 labels
when it is recalled .
A label will immediately start printing when the printer is switched on, if the label has been saved with
the reserved name „DEFAULT.LBL“ !
Files are saved on the memory card in UNICODE format !
IMPORTANT NOTE: The „Ms“ command causes the printer to save a file to the selected memory card,
which is plugged into a printer.
Do NOT use this command, if the data is saved by FTP directly to the memory card or if the data is
saved directly on a memory card which is plugged in a PC.
This would cause a infinite loop on the printer, as the printer tries to recall the label where the first
command tells to save the label on card and so on - and the display would show „Memory overflow“.
M u... -Memory card: upload data. Uploads file contents from memory card as
binary data.
Example: M u LBL;TESTLBL
Uploads a label named TESTLBL from the memory card. If Hyperterminal is used to receive the data it
is possible to copy the file to the clipboard and paste it into a text editor such as Wordpad.
Note: When uploading other types of files, such as IMG, the data is sent as raw binary data.
Syntax O [Ax=y][,B][,Cx][,D][,E][,F][,Hx][,J][,M][,N][,P][,R][,S][,T][,U] CR
Applicator parameters
The applicator parameters are only available for printers with
(optional) applicator.
The applicator parameter options are only available for Hermes+
with attached applicator. This is also not available for the
applicator types 5114 and 5116.
E = Ignore paper end (not allowed if the printer runs in continuous form
mode ) - Settings are displayed in the section which describes the
Size command ( S....).
S = Single label buffer. The next label will be processed when the
current one has finished printing.
T = Enables the „Tear off mode“ which feeds the label more forward
after printing, so that it could be taken away easier.
Important: The "O" command must be located directly after the label size command "S....."
m m
Example:
J
S l1;0,0,68,71,100
O R
G 65,50,0;C:25,10,.7
G 25,25,0;C:20,20,2
G 20,20,35;C:10,10,1
A 1
The O R command rotates the complete printout of a label. The first example does not use the „O“
command.
This command needs an optional peel off sensor, which varies from printer type to printer type.
This command pauses the printer after each label. The next label prints, when the actual label is
removed.
The P command is very important if an applicator is used.
Syntax: P[disp] CR
The „P“ command needs to be placed after the definition of the page size ! („S“- command)
The usage of the „R“ command is to replace data contents of previously downloaded label.
Normally this is a label which is recalled from memory card into the printer´s internal memory.
The R command offers an easy way to print multiple labels with a minimum data transmission.
Usage of the "R"- command in the cab Windows driver is called "force optimized printing".
The "R"- command identifies the data by its field name and inserts a new value.
Syntax: R name;data CR
R - Replace command.
name = The name of the text data field or barcode data field.
data = The new value of the field, which will replace the data of the
former label.
Example: m m
J
O R
S l1;0,0,68,71,100
T:REP; 12,25,0,3,6;Good Morning
A1
R REP;cab printers
A2
R REP; Hello together
A1
R REP; Last label
A1
This example transmits a label and replaces the single variable in this label with other data.
Additional information about using cut commands together with Replace fields can be found at
„C - Cutter Parameters“.
Syntax: S[ptype;]xo,yo,ho,dy,wd[,dx,col][;name]CR
ptype; = photocell type. Sets the type of label sensing. Optional parameter.
It is recommended to set it in the label definition.
l1 = sets the printer´s sensors for die cut labels with gap.
( l1 = small letter L + 1)
dy = height of the label plus height of the gap. (Distance from the
starting point of the first label to the starting point of the next label)
wd = label width measured from the right margin to the left margin.
Printer with 2 printheads ( 2 - color or double sided printing) require
a value which adds the width of the first printhead with the width of
the second printhead.
dx = defines the distance from the margin of the first label to the
second label in horizontal direction (2)
name = optional text which is shown in the printer´s display. Can be used
i.e. to display the required label material which has to be inserted.
please refer also to the "option command" (" O " ) to get more infos for special options such as
mirroring, reverse printing or double sided printing etc.
(1)
Using the color settings requires the optional color sensor and it also requires knowledge about the
CMYK color model and the behaviour of additive or subtractive primaries.
That means for example that the best sensing for green markers on preprinted labels could be
reached, if the magenta sensor is selected.
It is a good idea to use the label profile function in the printer´s setup menu to verify which sensor is
the best selection for the color on your material.
(2)
dx and col cannot be used on 2 colour printers and also not on double sided printers, as this would
lead into technical problems. You may design your label in the double width with all contents as a
workaround.
This example defines a label size of 50 mm height, distance from one label to the next label (label
height + gap) is 52 mm and the width of the label is 100 mm. Displacement horizontal and vertical is
zero.
A couple of dependencies:
All numeric values are either in millimeters or in inches, depending on the selected country setting of
the printer or depending on the „m „ command.
Maximum values depend on the width of the printhead and on the amount of memory which is
responsible for the maximum height of the label. Both parameters depend on the used printer type.
Please refer to the operator´s manual for more information.
Special note for double sided printers (XD4+...) and 2 color printers:
Setting the correct label size is the most important point to get a precise position of your label contents.
The situation is very similar on 2 color printers.
It is also expected that the size of the printhead is the double size of the original print width of the
printer. (XC4 or XC6) . Depending on the printers print width it happens that 8 inch or 12 inch print
width is used to position the objects in the label. The second half covers the color area.
There is no separate command for color printing.
S[ptype;]xo,yo,ho,dy,wd[,dx,col][;name]CR
x0
dx
y0
dy
h0
wd
Example: m m
J Top/Bottom different
H 50,10,T
O R
O F
S l1;0,0,68,70,211
T:TEXT1;20,10,0,5,8;[J:c40] TESTPRINT
T:TEXT2;10,20,0,5,8;[J:c40]Double sided-Bottom
T:TEXT3;115,20,0,5,8;[J:c40]Double sided-Top
T:Text4;115,10,0,5,8;[J:c40] TESTPRINT
C s
C p
C e
A [?]
The print width is on both heads 105,6mm ( XD4/300). That means, the middle of the first print head is
at 52,8mm and the middle of the second print head is at 158,4mm. ( When the full print width is used).
If you want to place for example the starting point of a text object on a continous material in the middle
at the upper side, you have to place it at 158,4.
The starting point will move as the printer uses centered orientation if small labels are used versus
printers which are left oriented.
We recommmedn to "play" a bit with thsi printer type to get a feeling for the right position for the objects
to be printed.
It is important to understand, that there is no special command for the object position on the first or
second printhead, as it is treated like one singular printhead which is cutted into 2 pieces.
There is a similar Situation when the 2 color printers XC4 or XC6 are used.
The most used command to program a label is the „T“ command which is used for text field
definitions.This command influences the size, shape, rotation etc. of any shown textlines on a label.
The maximum amount of text objects is limited to 500 text fields per label.
Syntax: T[:name;]x,y,r,font,size[,effects];text CR
:name; = A field name can be set for further operations such as replacing
text contents in a predefined text field or for calculations or for
the concatenation of multiple fields. The field name is an
optional parameter. Maximum length 10 digits, ALPHA signs
and digits only. Text field names are case sensitive and must start
with an Alpha sign. Double field names are not allowed.
Bitmap fonts:
Vektorfonts
font no. Name Type Description
3 BX000003 Vector Swiss 721TM
5 BX000005 Vector Swiss 721 Bold TM
596 BX000596 Vector Monospace 821 TM
Optional internal cab fonts:
1000 GEHEI21M Vector AR Heiti Medium (Mandarin -
chinese font)
1010 GARUDA Vector Garuda (Thai font)
Garuda is available free of charge from the cab website, AR
Heiti medium is not free of charge. (with the exception of EOS
printers which are delivered with these fonts)
size = sets the the character size
The size of scaleable (vector) fonts can be set in millimeters or
inches, or by point size “pt x”.
The size of bitmap fonts is predefined and can be enlarged by
the usage of magnification factors in horizontal and vertical
direction. xn,yn where xn is the horizontal magnification
(1-10 times) and yn stands for the vertical expansion (1-10
times)
b = bold
s = slanted
i = italic
n = negative (reverse print)
u = underlined
l = light
z = slanted left
k = kerning
v = print text in vertical alignment.
qn = squeeze characters, default value is 100. Possible
values: 10-1000
hn = width of upper case “H” , with n millimeters or in
inches.
mn = horizontal text spacing , with n millimeters or in
inches.
The following effects are only available together with internal bitmap
fonts:
Point size: The point size caculates as follows: 0.375 mm = 1 point . A 6 point font
will appear in a size of about 2.25 mm.
Text Startposition - For the Text positioning it is helpful to know where the start position of
the characters are located. The picture below shows an example for the positioning.
HpÜ
Front
Baseline
Example: J
S l1;0,0,68,71,100
T 16,20,0,3,12;Ethanol
T 16,40,0,3,12,b;Ethanol
T 16,60,0,5,12;Ethanol
A2
In this example we want to explain, that the same effect can be shown when a text is bold from the
original structure or when the option „b“ is used to print a bold font.
Example: J
S l1;0,0,68,71,100
T 2,15,0,596,8;SATOR 1263768376688
T 2,23,0,596,8;AREPO 8736876136237
T 2,31,0,596,8;TENET 7686876868688
T 2,39,0,596,8;OPERA 1111111111111
T 2,47,0,596,8;ROTAS 2222444422244
A2
The internal Monotype font can be used to define tables. The characters of that font have always
the same width. This font can be used for tables where all characters or numbers need to be placed in
the same column.
Example: mm
J
S 0,0,68,71,100
OR
D 0,5
T 10, 7,0,-5,x3,y3,o;Font -5 outline
T 10,14,0,-5,x2,y2,u;Font -5 underlined
T 10,21,0,-5,x2,y2,g;Font -5 gray
T 10,28,0,-5,x2,y2,s;Font -5 slanted
T 10,33,0,-5,x3,y1;Font -3 stretch
T 10,42,0,-5,x2,y2,s,u,o,n;Font -3:combined FX
T 10,49,0,5,5,s,u,n;Font 5 -Swiss bold: combined effects
T 10,56,0,5,5,z;Font 5 -Swiss bold: left slanted
A 1
Example: J
O R
H100,-5
S l1;0,0,68,70,100
T:F1;10,40,0,596,15,n,q85,b,fu17,fd17,fl3,fr1;Framesize
T:F2;10,15,0,596,5,n,q85,b,fu6,fd4,fl3,fr3;[J:c80]Framesize
A1
Example: m m
J
S 0,0,68,71,100
T 10, 7,0,-5,x1,y1,v;upside down
T 20,14,0,5,5,v;upside down
T 30,14,0,596,5,v;upside down
T 50,59,180,596,5,v;upside down
T 60,59,180,596,3,v;upside down rotated
T 70,14,00,596,6,v;gateman
T 80,14,00,596,6,v;nametag
A 1
Syntax: X y[;ao] CR
Function and settings depend on the used printer type and the peripheral connector. Please refer to the
operator´s manual and to the documentation for the optional devices for each printer model.
Note: The list of positions (all signal settings) is cleared when starting a new job.
The „X“ command needs to be placed after the definition of the page size ! („S“- command)
Example: X 14;E0
Clears bit 0 when the printhead reaches the defined position 14 mm from beginning of the label.
Possible:
Example: J
S l1;0,0,68,71,100
T 12,25,0,3,9;It is [H12] [MIN][SEC]
A1
Example: J
S l1;0,0,68,71,100
T 12,25,0,3,9;It is [H12: [MIN][SEC]]
A1
Values must be clearly defined to avoid that the JScript interpreter gets into „trouble“
Possible:
Example: J
S l1;0,0,68,71,100
T 12,30,0,3,7;[ISODATE]
T 13,55,0,3,7;[ISODATE:5,2,11]
A1
Example: J
S l1;0,0,68,71,100
T:VALUE1; 12,30,0,3,7;15[I]
T 12,55,0,3,7;[ISODATE:+VALUE1] *
A1
* This expression would work properly when the plus sign is not
used:
T 12,55,0,3,7;[ISODATE:VALUE1]
Time functions
Time functions are used to recall the time from the internal real time clock which is available in each
printer. Additional time calculations allow to modify the time stamp with added or subtracted hours,
minutes or seconds.
Please remember that it is possible to connect the printers with a time server to get the fully accuracy
of time and date.
Syntax: [H12{:HH{,MM{,SS}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,9;It is [H12] o´clock
A1
Here we do not know if it is 9 o´clock in the morning or in the evening. This option
should be used with the [XM] option (please see there for more details).
Example: m m
J
OR
S l1;0,0,68,71,100
T 12,25,0,3,6;current time = [TIME]
T 12,35,0,596,4;plus 3 hours =[H12:3]
T 12,45,0,596,4;plus 3 hours and 32 minutes =[H12:3,30]
A3
Syntax: [H24{:HH{,MM{,SS}}}]
Example:
m m
J
S l1;0,0,68,71,100
T 12,25,0,3,9;The hour is [H24]
A1
Syntax: [H012{:HH{,MM{,SS}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,9;It is [H012] o´clock
A1
Syntax: [H024{:HH{,MM{,SS}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,9;The current hour is [H024]
A1
[ISOTIME] prints the time in ISO format - as 6 digit value without separator sign.
Syntax: [ISOTIME{:HH{,MM{,SS}}}]
[ISOTIME] prints the time in ISO format - as 6 digit value without separator sign.
Example:
m m
J
S l1;0,0,68,71,100
T 12,25,0,3,9;[ISOTIME]
A1
Syntax: [MIN{:HH{,MM{,SS}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,4;Actual time is [H024] hour and [MIN] Minutes
A1
Syntax: [SEC{:HH{,MM{,SS}}}]
Example: J
S l1;0,0,68,71,100
T 12,25,0,3,6;Actual time is [H024]:[MIN]:[SEC]
A1
Syntax: [TIME{:HH{,MM{,SS}}}]
Example: mm
J
S l1;0,0,68,71,100
T 12,25,0,3,8;The time is [TIME]
A1
This example prints one label with the timestamp. The printer has been set to
„country= United kingdom“. The same result will be printed if the parameters would
be sent in this way, separated by colons. [HH]:[MM]:[SS]
Syntax: [XM{:HH{,MM{,SS}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,8;The time is [H12]:[MIN] [XM]
A1
Date functions
Date functions are used to recall the date from the internal real time clock which is available in each
printer. Additional date calculation options allow to modify the date stamp with added or subtracted
days, months or years, i. e. to calculate "best before" dates.
Syntax: [DATE{:DD{,MM{,YY}}}]
Example: ;This example simply recalls the date from the printer
m m
J
S l1;0,0,68,71,100
T 12,25,0,3,5;Todays date is: [DATE]
A1
Example: m m
J
S l1;0,0,68,71,100
T 3,25,0,3,6;In 10 Years we have: [DATE:03,02,10]
A1
Syntax: [DAY{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,5;Day only: [DAY]
T 12,45,0,3,5;Added days: [DAY:03,02,10]
A1
Syntax: [DAY02{:DD{,MM{,YY}}}]
Example: m m
s 151105091500
J
S l1;0,0,68,71,100
T 12,30,0,3,7;Date: [DAY02]-[MONTH02]-[YYYY]
A1
Syntax: [DOFY{:DD{,MM{,YY}}}]
Example: m m
s 150205091500
J
S l1;0,0,68,71,100
T 12,20,0,3,7;February 5 is the
T 12,30,0,3,7;[DOFY] th day of the year
A1
The preset date in this example is February 5 2014. The result appears in 3 digits.
Syntax: [ISODATE{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,30,0,3,7;[ISODATE]
T 12,55,0,3,7;[ISODATE:5,2,11]
A1
Syntax: [ISOORDINAL{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,30,0,3,7;[ISOORDINAL]
T 12,55,0,3,7;[ISOORDINAL:3,2,1]
A1
Syntax: [WDAY{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,5;The name of today is [WDAY]
T 12,35,0,3,5;In 2 days we have [WDAY:02,00,00]
A1
0 = sunday 4 = thursday
1 = monday 5 = friday
2 = tuesday 6 = saturday
3 = wednesday
Syntax: [wday{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,5;The name of today is [wday]
T 12,35,0,3,5;In 2 days we have [wday:02,00,00]
A1
Syntax: [wday2{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,5;The name of today is [wday2]
T 12,35,0,3,5;In 2 days we have [wday2:02,00,00]
A1
Syntax: [wday3{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,5;The name of today is [wday3]
T 12,35,0,3,5;In 2 days we have [wday3:02,00,00]
A1
Syntax: [ISOWDAY{:DD{,MM{,YY}}}]
Example: m m
l UK
s 060326184500
J
S l1;0,0,68,71,100
T 8,30,0,3,5;[wday]: = [ISOWDAY]
T 8,55,0,3,4;and in 3 days we have day no: [ISOWDAY:3,0,0]
A1
Syntax: [WEEK{:DD{,MM{,YY}}}
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,5;This week is week no: [WEEK]
A1
Syntax: [WEEK02{:DD{,MM{,YY}}}]
Example:
m m
J
S l1;0,0,68,71,100
T 12,25,0,3,5;This week is week number: [WEEK02]
A1
Syntax: [OWEEK:+WW]
Example: m m
J
S l1;0,0,68,71,100
T 12,25,0,3,6;Todays date is: [DATE]
T 12,40,0,3,6;The week in 3 weeks is[OWEEK:3]
A1
Syntax: [mon{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,28,0,3,4;Three characters of the month: [month]
T 10,40,0,5,10;[mon]
A1
Syntax: [month{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,10;[month]
A1
Print digits of month. (1-12) (no leading zeroes). If leading zeroes are required, please see the
command [MONTH02...].
Syntax: [MONTH{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,8;[month] is month [MONTH]
A1
Print 2 digits month. (01-12) (leading zeroes, always 2 digits). Please see the command [MONTH...] ,
if leading zeroes should be suppressed.
Syntax: [MONTH02{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,8;[month] is Month [MONTH02]
A1
The following example creates a label with a one digit Month code 1...9 and O...D using
the [MONTH02] command. This is sometimes requested for industrial applications.
The months are encoded as follows:
Example: mm
J
S l1;0,0,68,71,100
T:MON;5,10,0,3,4;[MONTH02][I]
T:CHAIN; 5,15,0,3,4;123456789OND[I]
T 0,30,0,5,5;The code for the month: [month] is [CHAIN,MON,1]
A 1
Please note, that the printed month name ( [month] )in this example depends on the
language settings of the printer.
Syntax: [YY{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,8;[month]-[YY]
A1
Syntax: [YYYY{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,8;[month]-[YYYY]
A1
The Jalali Calender is used in Arab countries. The date calculation is similar to the other date
commands, with the difference that the Jalali calendar is used for the date calculation which delivers
other results. The handling of these functions is identical.
The printers need to be set up for an arabic characters (i.e. Farsi) language to get the expected
result.
Suriyakati Date
Syntax: [JYEAR{:DD{,MM{,YY}}}]
Example:
m m
J
S l1;0,0,68,71,100
T 10,30,0,3,20;[JYEAR][S:arabic]
A1
Syntax: [JDAY{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,5,30;[JDAY][S:arabic]
A1
Syntax: [JDAY02{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,40;[JDAY02][S:arabic]
T 50,60,0,3,40;[JDAY02]
A1
Syntax: [JMONTH{:DD{,MM{,YY}}}]
Example:
m m
J
S l1;0,0,68,71,100
T 10,30,0,3,20;Month:[JMONTH][S:arabic]
A1
Syntax: [JMONTH02{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,10;[JMONTH02]
T 10,50,0,5,10;[JMONTH02][S:arabic]
A1
Syntax: [JDOFY{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,10;[JDOFY]
T 10,50,0,3,10;[JDOFY][S:arabic]
A1
Prints the complete month name. The name of the month depends on the selected language of the
printer or on the previously sent „l = language“ command.
Syntax: [jmonth{:DD{,MM{,YY}}}]
Example:
m m
J
S l1;0,0,68,71,100
T 10,30,0,3,10;[jmonth][S:arabic]
T 10,50,0,3,10;[jmonth]
A1
Syntax: [JWDAY{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,10;[JWDAY][S:arabic]
T 30,30,0,3,10;[JWDAY]
A1
Print 4 digits year,based on the Suriyakati calendar. The Suriyakati calendar (also called sun calendar
or Buddha calendar) is the official calendar in Thailand.
Syntax: [SYEAR{:DD{,MM{,YY}}}]
Example: m m
J
S l1;0,0,68,71,100
T 10,30,0,3,8;Suriyakati year: [SYEAR]
T 10,45,0,3,8;Gregorian year: [YYYY]
A1
Mathematical functions
The printer offer very powerful mathematical functions for calculation and comparison of different field
values.
Mathematical functions
Field Calculations and Comparisons
[+:op1,op2. . ,] Addition
[-:op1,op2] Subtraction
[*:op1,op2. . ,] Multiplication
[/:op1,op2] Division
[%: op1,op2] Modulo
[+:op1,op2, . . .] Addition
Addition options can be used to add several values of text - or barcode fields to print the result on the
label.
Syntax: [+:op1,op2,... ]
[+:... ] - Addition
2 digits behind the comma are preset as default value, multiple values are allowed. The values might
be existing informations of other fields and numbers. Field operators might also be marked „invisible“ -
see option [I] ( invisible) to show only the result.
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;44,80
T:var2;20,20,0,3,5;+
T:var3;25,20,0,3,5;26,70
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[+:var1,var3]
A1
This simple example adds var1 ( 44,80) and var3 (26,70) which are defined as fixed values in the label.
The addition sign and the line shall help to have a better overview. The result (res) uses the calculation
options.
[-:op1,op2,...] Subtraction
Subtraction options can be used to subtract several values of text - or barcode fields to print the result
on the label.
Syntax: [-:op1,op2,...]
[-:...]
2 digits behind the comma are preset as default value, multiple values are allowed. The values might
be existing informations of other fields and numbers. Field operators might also be marked „invisible“ -
see option [I]) to show only the result.
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;44,80
T:minus;20,20,0,3,5;-
T:var2;25,20,0,3,5;26,70
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[-:var1,var2]
A1
[*:op1,op2, . .] Multiplication
Multiplication of several operands of text or barcode fields and prints the result in the defined field on
the label.
Syntax: [*:op1,op2,..]
[*:...] - Multiplication
2 digits behind the comma are preset as default value, multiple values are allowed. The values might
be existing informations of other fields and numbers. Field operators might also be marked „invisible“ -
see option [I] to print only the result.
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;44,80
T 20,20,0,3,5;*
T:var2;25,20,0,3,5;26,70
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[*:var1,var2]
A1
This example multiplies var1 ( 44,80) and var3 (26,70) which are defined as fixed values in the label. .
The text field (res) calculates the result.
This option is useful to calculate the total price of a weighted product, where the data of var1 might be
the weight of the product and var3 might be a fixed value which is the price per unit.
[/ :op1,op2] Division
Divides operand1 (op1) by operand2 (op2) and prints the result in the defined field on the label.
Syntax: [/:op1,op2,...]
[/ :...] - Division
2 digits behind the comma are preset as default value. The values might be existing informations of
other fields and numbers. Field operators might also be marked „invisible“ - see option [I] to print only
the result.
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;72
T:var2;20,20,0,3,5;/
T:var3;25,20,0,3,5;6
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[/:var1,var3]
A1
This example divides var1 ( 72) by var3 (6) which are defined as fixed values in the label. The division
sign and the line shall help to have a better overview. The result (res) uses the calculation options.
2 digits behind the comma are preset as default value. The values might be existing informations of
other fields and numbers. Field operators might also be marked „invisible“ - see option [I] to print only
the result.
Example: J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;84
T:var2;25,20,0,3,5;8
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[%:var1,var2]
A1
Example: m m
J
S l1;0,0,68,71,100
T:COUNT;5,10,0,3,4;[SER:000000][I]
T:MODCALC;5,10,,3,4;[%:COUNT,15][I]
T:SHIFT;5,10,,3,4;[+:MODCALC,1][D:2,0]
A 20
The sample above produces a counter from 1 to 15 and sets it back to 1, to restart the counter from the
beginning.
[|:op1,op2] Logical Or
Logical Or (Result will be „1“, if minimum one operator is not equal to 0, Result will be „0“ on all other
conditons.
Syntax: [|:op1,op2]
[|:...] - Logical OR
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;1
T:var2;25,20,0,3,5;0
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[|:var1,var2]
A1
[|:op1,op2] Logical Or
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;0
T:var2;25,20,0,3,5;0
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[|:var1,var2]
A1
Compares 2 values and prints the result which is defined in that field. Result is „1“ if both values for the
comparision are identical“ - otherwise the result is 0.
Syntax: [&:op1,op2]
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;1
T:var2;25,20,0,3,5;1
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[&:var1,var2]
A1
Compares 2 values and has the result „1“ if the expression is true, otherwise 0
Syntax: [<:op1,op2]
[<:... ]
The result is true (1), when operand1 (op1) is less than operand2 (op2)
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;63
T:var2;25,20,0,3,5;41
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[<:var1,var2]
A1
In our example: Operand1 (var1 =63) is not less than operand2 (var2 =41) - the result is false (0)
Compares 2 values and has the result true (1), when the values are equal or false. (0) when these two
values are not equal.
[=:...]
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;12
T:var2;20,20,0,3,5;= ?
T:var3;25,20,0,3,5;6
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[=:var1,var3]
A1
Compares 2 text strings and has the result true (1), when the text strings are equal or false. (0) when
these two strings are not equal.
Syntax: [==:text1,text2]
Example: m m
J
O R
S l1;0,0,68,70,100
T:VAR1;5,20,0,5,pt20;IDENTICAL
T:VAR2;5,30,0,5,pt20;IDENTICAL
G 10,33,270;L:15,2,s,a
T:VAR3;8,60,0,5,pt20;[==:VAR1,VAR2]
T:VAR4;55,20,0,5,10;Text3
T:VAR5;55,30,0,5,pt20;Text4
G 68,33,270;L:15,2,s,a
T:VAR6;65,60,0,5,10;[==:VAR4,VAR5]
A 1
Compares identical text strings with the result true (1) and compares 2 other text strings and has the
result „false“ (0)
This option compares 2 values and has the result = true (1) or false (0)
The result is true (1), when operand1 (op1) is greater than operand2 (op2)
Example: m m
J
S l1;0,0,68,71,100
T:var1;25,10,0,3,5;63
T:var2;25,20,0,3,5;41
G 20,25,0;L:20,0.3
T:res;25,35,0,3,5;[>:var1,var2]
A1
Calculates and prints the Modulo 10 check digit for numerical barcodes
Syntax: [MOD10:x]
This function can be used to visualize check digits of barcodes, which are sometimes invisible. Some
barcodes use a check digit for the scanner to validate the data only which is not displayed in the human
readable line.
Some applications require this check digit for internal usage. This can be done with the „Mod10“
function.
Note: [MOD10:...]
Identical calculation of the check digit as on EAN Codes. Weighting ( from right to left) is 3,1,3,1....
The number of digits theoretically doesn´t matter as the calculation starts from the right side.
Example: m m
J
S l1;0,0,68,71,100
T:input;10,10,0,3,5;123456789
B 10,20,0,2OF5+MOD10,10,.3;[input]
T 10,40,0,3,5;[input][MOD10:input]
A 1
This example uses the input variable for a interleaved 2 of 5 barcode, which has to contain a modulo
10 digit. Usually only the input data is copied to a second field. As the printer cannot know, that the -
normally invisible check digit shall be shown on the label. Therefor [MOD10:input] is used.
Syntax: [MOD36:x]
This function can be used to visualize check digits of barcodes, which are sometimes invisible. Some
barcodes use a check digit for the scanner only which is not displayed in the human readable line.
Some applications require this check digit for internal usage. This can be done with the „Mod36“
function. This function makes only sense together with Code39.
Example: m m
J
S l1;0,0,68,71,100
T:input;10,20,0,3,8;CAB300
B 10,30,0,CODE39+MOD36,10,.3;[input]
T 10,50,0,3,8;[input][MOD36:input]
A 1
This example uses the input variable for a Code 39 barcode. Usually only the input data is copied to a
second field, as the printer can not know, that the - normally invisible check digit shall be shown on the
label. Therefor [MOD36:input] is used.
Syntax: [MOD43:x]
This function can be used to visualize check digits of barcodes, which are sometimes invisible. Some
barcodes use a check digit for the scanner only which is not displayed in the human readable line.
Some applications require this check digit for internal usage. This can be done with the „Mod43“
function. This function makes only sense together with CODE128 and Code39.
Example: m m
J
S l1;0,0,68,71,100
T:input;10,20,0,3,8;CAB767
B 10,30,0,CODE39+MOD43,10,.3;[input]
T 10,50,0,3,8;[input][MOD43:input]
A 1
This example uses the input variable for a Code 39 barcode. Usually only the input data is copied to a
second field, as the printer can not know, that the - normally invisible check digit - shall be shown on
the label. Therefor [MOD43:input] is used.
Syntax: [P:name,td{o}]
t = thousands separator
Example: m m
J
S l1;0,0,68,71,100
T:Price1;10,20,0,3,8;[P:5432,.,-] [U:$20AC]
T:Price;10,50,0,3,8;$ [P:1000000,.,-]
A 1
The printers „know“ several rounding methods. To select a specified rounding method use the [R:x]
option.
Syntax: [R:x]
x = n = no rounding ( default )
u = rounding up
d = rounding down
m = round mathematically
Example: m m
J
S l1;0,0,68,71,100
T 10,10,0,3,6;[*:5.191,5] [R:u]
T 10,20,0,3,6;[*:5.1898,5] [R:d]
T 10,30,0,3,6;[*:5.1898,5] [R:m]
A 1
Per default the result shows 2 digits after the decimal point.
The [D:…] command can be used to show more or less digits after the decimal point.
Special functions
The Special Functions are completing the JScript programming language. On the following pages we
describe how to handle display prompts, we show how to write data into a LOG file and offer some
examples how data can be formatted.
Special functions
Your printer offers the feature that a standard PC keyboard with USB connector can be connected the
printers.All current printers have this possibility as standard feature.
Labels, graphics, databases and fonts can be saved on the printer´s optional memory card, in the
internal memory (IFFS), the external CF card or on an USB memory stick.
The availability of the different memory is depending on the printer type.
Recalling labels can easily be done through an attached USB PC- keyboard,or an attached USB
scanner or in the worst case through the printer´s control panel buttons - (which is useful only for easy
applications).
The printers allow also for variable input, whereby the prompt on the LC display is defined with this
command.
Further information about the stand alone mode and the key assignment can be found in the
configuration manual at www.cab.de in the support / download area.
To recall a label with a barcode scanner, just simply print a barcode with following content:
"F1labelname"- i.e. for a label which has been previously saved with the name "test", you will need to
create a barcode with the content "F1test".
Example: m m
J
S l1;0,0,68,71,100
B 10,30,0,CODE-128,20,0.6;F1test
A 1
If the barcode is scanned it recalls the label with the name "test.lbl" from the printers memory.
It is not possible to guarantee that all keyboards, scanners, USB-sticks or compact flash cards will work
in the printers.
It seems that not everybody folllows the specifications. There is only the possibility of try and error or
you may talk to a printer reseller for recommendations.
"Cherry" - keyboards, "Opticon2 scanners and compact flash cards from SanDisk. USB memory is
more critical - here it is really try and error.
(All mentioned company names are registered trademarks)
Syntax: [?:x,y,z{,D}{,Lx}{,Mx}{,R}{,J}]
y = optional default value which is displayed on the LCD for the first input
otherwise the previous input appears.
Optional parameters:
D = deletes the previous input
J = repeats the prompt when the printer asks for the input of the amount of
labels. ( A[?,R] ) defines a simple loop for the amount of labels.
Example: m m
O R
J
S l1;0,0,68,70,100
T 10,10,0,5,5;[?:article number]
A1
Requests in the display for article number and appears like shown in the picture below. Data can now
be exchanged through an attached keyboard or scanner or through the navigator pad.
Example: m m
O R
J
S l1;0,0,68,70,100
T 10,10,0,5,5;[?:article number,7733214]
A1
Requests in the display for article number and the preset value 7733214. .Data can now be
exchanged through an attached keyboard or scanner or through the navigator pad.
Example: m m
J
O R
S l1;0,0,68,70,100
T 10,10,0,5,5;[?:article,screw,3]
A6
Prompts with the headline article no: and the preset value 7733214 each three labels and erases the
last input, which is only shown for the first time when the label is recalled.
Prompts with the headline article no: and the preset value is screw. The maximum length of input
data is limited to 8 characters.
Example: [?:number,7733214,,M1111111]
Prompts for number with the preset value of 7733214 and masks the input for numeric values only.
Example: [?:artno?,,1,M1114444]
Prompts for artno?, has no preset value and expects 3 numeric and 4 upper case characters
Example: [?:article?,,1,M1111111,R,D]
Prompts for article number without a preset value, limited to 7 digits and repeated prompt if database
record was not found.
Example: [?:article,22003,,,L5,M!11111]
Prompts for article with preset value 22003 and masks the input for 5 digits without space character.
Example: m m
J simple loop
S l1;0,0,68,71,100
T 10,15,0,3,10;[SER:1]
T 10,30,0,3,10;[?:INPUT?] (This request prompts only once)
T 10,45,0,3,10;[?:Second INPUT?,,,J] (This request repeats prompting)
A [?,R]
Inserts a value from ABC (a-series basic compiler). This enables the printer to use abc programs as
function.
Syntax: [ABC:x]
Converts data into binary values. Converted data are 8 bit data. This can be used e.g. for for 2D
barcodes which require sometimes special contents.
Syntax: [BIN:x{,y...}]
Example:
J
mm
S e;0,0,68,70,100
T:aa;10,10,0,3,4;<[BIN:1][BIN16B:1000][BIN16L:1000][BIN32B:$12345678][BIN32L:$12345678]>
T 10,16,0,3,4;[HEX:aa]
A 1
The data is visible in this sample after copying the binary value into a hex value.
Syntax: [BITFIELD:bits1,bits2,...bitsn:val1,val2,...val3n]
[BITFIELD:bits1,bits2,...bitsn:val1,val2,...val3n]
bits = 1-32
val = Value
The amount of bit width (bits1,...) and the amount of values (val1,...) must be identical !
The example above creates 4 bitfields, marked as invisible (non printable) . The second
programming line converts the value into a HEX value for the printout.
Leading zeroes can be replaced with this function. The default counting system for serialized fields
(base) is 10 and can be replaced with values from 2...36. This command can be used with some date
or time functions to suppress leading zeroes for single digit month or time.
Syntax: [C:fill{,base}]
Example: m m
J
S l1;0,0,68,71,100
T:CNT; 10,15,0,3,10;[SER:1][I]
T:FIELD1;10,10,0,3,10;[+:1,CNT][C:0][D:4,0]
T:FIELD2;10,20,0,3,10;[+:1,CNT][C: ][D:4,0]
A 4
Prints 4 labels with 2 counters- one counter with leading zero and the other counter without leading
zeroes. The counter starts with the number 2.
Please see option " [Ser ... ] " for more details about serial numbering.
Syntax: [D:m,n]
m = amount of digits
Example: m m
J
S l1;0,0,68,71,100
T:input;10,30,0,3,14;[*:10.79,4.16] [D:4,2]
A 1
Syntax: [DBF:key,keyvalue,entryfield]
Command to access data from a DBase III TM compatible database on the optional memory card or on
the internal flash file system.
Example: [DBF:NUMBER,NUMBERTA,ARTICLE]
Searches in the database for the key NUMBER, in the field NUMBERTA and transmits the value of
ARTICLE.
The“ E DBF " command must be defined to tell the label the database name, before this command can
be used. Please read there for additional information.
Please see also the "A" command ( Amount of labels) which describes how to print the complete
amount of records of a database.
Only one database can be used at the same time in a label.
This function makes only sense if small databases are used. More database possibilites are available
with the cab database connector, later described in this manual.
Converts binary data into a hexadecimal string. If "normal“ data is included, only the least significant
byte of the unicode is converted.
Syntax: [HEX:x...]
x = data
Example: m m
J
S l1;0,0,68,70,100
T:Original;0,0,0,5,5;A[I]
T:HEX;10,20,0,5,10;[Original] is [HEX:Original] HEX
T:Original1;0,0,0,5,5;Hello[I]
T:HEX1;10,40,0,5,4;[Original1] = [HEX:Original1] as HEX value
A1
This function defines a field as invisible (it will not appear on the printout). The invisible function is very
helpful when some items shall not shown on the label, but they might be required for other operations,
such as calculations or for substring operations etc.
Syntax: [I{:Condition}]
Example: m m
J
S l1;0,0,68,71,100
T:WEIGHT;10,20,0,3,5;[?:Weight?][I]
T:PRICEUNIT;10,20,0,3,5;[I] 2.65
T:RESULT;10,40,0,3,5;Total: [*:WEIGHT,PRICEUNIT]
A 1
This example requests for input on the LC Display of the printer and multiplies this value with the
priceunit which is defined as fixed value. Both fields are invisible. Only the result of the price calculation
will print.
In our example the weight was 12 Kilogramms.
Invisible fields must be defined such as regular or visible fields and the syntax must be correct.
They may be located on the same position. That doesn´t matter as they do not appear on the label
Example: J
S l1;0,0,68,71,100
T:VISIBLE;10,20,0,3,5;[?:Show Weight? (Y/N),,,,M4][I]
T:VISIBLE1;50,20,0,3,5;[==:VISIBLE,N][I]
T:WEIGHT;10,20,0,3,5;[?:Weight?:]g [I:VISIBLE1]
T:PRICEUNIT;10,20,0,3,5;[I] 0.05
T:RESULT;10,40,0,3,6;The price for [WEIGHT] is: $
[*:WEIGHT,PRICEUNIT]
A 1
This example requests for input on the LC Display of the printer and waits for the upper
case character „N“ to suppress the printout of the keyed in value „WEIGHT“. (Anything
else than „N“ will cause the WEIGHT field to print.) In the example below we did not key
in „N“, so the value prints in the upper left corner. The result depends on your input value.
Invisible fields must be defined such as regular or visible fields and the syntax must be
correct.
They may be located on the same position. That doesn´t matter as they do not appear on
the label.
The JOBID command prints the Identification of the print job. For further information please see also
"j Job-ID" and "ESC j".
Syntax: [JOBID]
Example: m m
J
S l1;0,0,68,70,55
O R
T 10,20,0,5,7;JOBID:
T 10,30,0,5,6;[JOBID]
A 1
The J command can be used to set the orientation of a text string or for a 1D barcode in a specified
area.
Syntax: [J:ml]
J - Justification
m = l - left
= c -centered
= r - right
Positions are measured in millimeters or in inches, whatever is set by the "m“ command.
Example: m m
J
S l1;0,0,68,71,100
G:AREA;10,10,0;R:70,10,.2,.2
T:NOADJUST;10,30,0,3,5;Hello
T:ADJUST;10,20,0,3,5;Hello[J:r70]
A 1
The Field "NOADJUST“ is transmitted without modification and the Field "ADJUST“ adjusts the textline
to the right side of the defined area. (Shown with added rectangle.)
[J:r70] = area of justification -marked by the rectangle. In this ara we adjust the text on the right side.
Another example where the text is rotated. It is helpful to experiment with this command
to understand clearly how it works.
Example: m m
J
S l1;0,0,68,71,104
G:AREA;0,10,0;R:50,50,.4,.4
T:NOADJUST;10,60,90,5,5;START
T:ADJUST;20,60,90,5,5;center[J:c50]
T:RightADJ;30,60,90,5,5;right[J:r50]
T:LeftADJ;40,60,90,5,5;left[J:l50]
A 1
This special command delivers the length of the specified text (x)
Syntax: [LEN:x]
Example: mm
J
O R
S l1;0,0,68,70,100
T:VAR1; 10,10,0,5,5;TEXTLINE
B:VAR2; 10,15,0,CODE128,12,.5;Barcode
T 10,40,0,596,5;Length of VAR1:[LEN:VAR1]
T 10,50,0,5,5;Length of VAR2: (Barcode) [LEN:VAR2]
T 10,60,0,5,5;Length of Textstring: [LEN:Hallo]
A1
The „LOWER“ function converts text contents into lower case characters
Syntax: [LOWER:Name]
[LOWER:...]
Example: m m
J
S l1;0,0,68,71,100
T:Input;10,20,0,3,8;Hello World
T:LOWERCASE;10,40,0,3,8;[LOWER:Input]
A 1
Prints the field „Input“ as it is keyed in, and prints the same data in field „LOWERCASE“
as lowercase characters.
The LTrim command removes space characters and Tab characters at the beginning of a text line.
Syntax: [LTRIM:x]
x = data
Example: m m
J
S l1;0,0,68,70,100
T:CutMe;10,20,0,5,5,n; Remove empty space
T:CutOff;10,30,0,5,5,n;[TRIM:CutMe]
A1
Uses previously defined field contents of text or barcode fields for further operations. This might be to
concetenate the values of different fields, to use the values for mathematical operations etc. It is
required that the predefined field names are unique and case sensitive.
The name option can use a predefined field content multiple times within a label.
Syntax: [name]
Example: m m
J
S l1;0,0,68,71,100
T:FIELD1;10,20,0,3,5;cab
T:FIELD2;10,30,0,3,5;label printers
T:FIELD3;10,40,0,3,4;we like [FIELD1] [FIELD2]!
A 1
FIELD1 and FIELD2 are linked with additional standard text in FIELD3
Extracts data from an existing data string of an other previously defined field. Parts of field contents can
be used for further operations in another field.
Syntax: [name,m{,n}]
Example: m m
J
S l1;0,0,68,71,100
T:ORIGINAL;10,20,0,3,8;Hello GERMANY
T:CUTOFF;10,40,0,3,8;[ORIGINAL,10,4]
A 1
This example uses the previously defined field with the field name „ORIGINAL“ and cuts from the
content "Hello GERMANY“ 4 characters, starting at character number 10.
The result is shown below.
Syntax: [PDFLOG:xx]
This function is only available for printers of the EOS series and requires the additional cab database
connector software. For further information please see the command [SQL:xx] and have a view to the
cab database connector section later in this manual.
Reads the value from a serial file of the optional memory card
Syntax: [RTMP{,x}]
See also the command [WTMP] Write value as serial temp file.
The RTRIM command removes space characters or Tab characters at the end of a text line.
Syntax: [RTRIM:x]
x = data
Example: m m
J
S l1;0,0,68,70,100
T:CutMe;10,20,0,5,5,n; Remove empty space RIGHT
T:CutOff;10,30,0,5,5,n;[RTRIM:CutMe]
A1
Reads the value from the „user memory". Maximum length is 32 bytes.
Syntax: [RUSER{,x}]
Influences the script style for numeric values. LATIN or ARABIC or THAI are valid values. Selecting
ARABIC is only possible with font type -3 or special arabic true type fonts. This command has no
influence on barcodes.
Syntax: [S:name]
name = Arabic
= Latin
= Thai
Example: m m
J
S l1;0,0,68,71,100
T:var1;15,10,0,3,5;44,80
T:var2;10,20,0,3,5;+
T:var3;15,20,0,3,5;26,70
G 10,23,0;L:20,0.3
T:res;15,28,0,-3,x2,y2;[+:var1,var3][S:ARABIC]
T:var4;45,10,0,3,5;44,80
T:var5;40,20,0,3,5;+
T:var6;45,20,0,3,5;26,70
G 40,23,0;L:20,0.3
T:res1;45,28,0,-3,x2,y2;[+:var1,var3][S:THAI]
A1
Prints the result of this calculation in arabic and thai script style.
Syntax: [SELECT:w,x,y,z{,D}{,R}{,J}]
w = Text line which appears on the printers display (32 characters max.)
x = Field name of text object containing the select list. Items are
separated using the ASCII group separator.
J = Repeats the prompt when the printer asks for the input of the
amount of labels.
( A[?,R] ) defines a simple loop for the amount of labels.
Example: m m
J
S l1;0,0,68,71,104
T:colour;0,0,0,3,5;[I]Red[U:GS]Green[U:GS]Blue
T:index;0,0,0,3,5;[I][SELECT:Select colour,colour,2,1]
T 10,10,0,3,5;[SPLIT:colour,index]
A 1
Syntax: [SER:start{,incr,{freq}}]
The printers will use automatically "1“ if incr and freq are not set. Please see also the samples on the
next pages.
Example: m m
J
S l1;0,0,68,71,100
T:CNT; 10,15,0,3,10;[SER:1][I]
T:FIELD1;10,10,0,3,10;[+:1,CNT][C:0][D:4,0]
T:FIELD2;10,20,0,3,10;[+:1,CNT][C: ][D:4,0]
A 4
The same example as for the „C:Fill..“ command has been used (leading zero replacement)
Please see there to get more information about these functions.
The following example shows a counter which uses a variable start value.
We define 2 invisible (non printable) fields which contain the start value and the counting part.
The mathematical sum of both fields will be printed as result of both fields.
The result is defined without digits behind the comma.
The start value is defined for the keyboard input and will be requested in the printer´s display.
In the example below the start value of 99 was keyed in.
Example: m m
J
O R
S l1;0,0,68,71,100
T:start;0,0,0,5,5;[?:Counter-Start value?][I]
T:offset;0,0,0,5,5;[SER:000][I]
T 10,50,0,5,40;[+:start,offset][C:0][D:1,0]
A 4
The following example shows a label which will be saved on the printers memory card and the variable
start value is sent by the attached computer.
Please refer also to the "M s“ command which explains how to save labels on a memory card.
Do not use "M s" if your data is copied by FTP to the printer´s memory card.
Example: Ms LBL;NUMBER
m m
J
H 100,0
S l1;.0,.0,50.0,53.5,70.0
T:YEAR;60.3,4.8,180.0,5,4.0;[YYYY]
T:NR;0,0,0,3,2;0000000[I]
T:OS;0,0,0,3,2;[SER:0000000][I]
T:SER;48.3,4.7,180.0,5,4.0;[+:NR,OS][C:0][D:7,0]
B:BAR2;66.7,43.9,180.0,2of5interleaved+MOD10,35.0,.34,3.0;[YEAR][SER]
B:BAR3;19.9,6.0,270.0,2of5interleaved+MOD10,18.0,.34,3.0;[BAR2]
Ms LBL
A 1[NOPRINT]
Ml LBL;NUMBER
R OS;[SER:0000025]
A 3
The Ml command recalls the label,the R command replaces the variable "OS“ and the printer prints 3
labels.
The following example shows how to program a counter which restarts after a specific amount of
labels.
Here the counter starts at one, counts up until the value "3“ is reached and restarts again counting from
"1“. Totally 10 labels will be printed.
Example: m m
J
O R
S l1;0,0,68,71,100
T:COUNTER;0,0,0,5,5;[SER:0][I]
T:MAXLAB;0,0,0,5,5;[%:COUNTER,3][I]
T:RESULT; 30,30,0,5,12;[+:MAXLAB,1][D:2,0]
A 10
Selects field number "n" from the text xx (single texts must be separated by GS).
The split command is mainly used together with the cab database connector. Data strings
can be connected as one string, which reduces the transmission time for database
access.
The data strings need to be separated by group separators.
Syntax: [SPLIT:xx,n]
xx = data string
n = field number
The following example shows, how data can be replaced and splitted in a previously
defined label. The label had been saved before on a CF card. (SAMPLE.LBL)
m m
Example:
J
O R
S l1;0,0,68,70,104
T:CONTENT;0,0,0,5,pt1;
T 10,10,0,5,pt10;[SPLIT:CONTENT,1]
T 10,20,0,5,pt10;[SPLIT:CONTENT,2]
T 10,30,0,5,pt10;[SPLIT:CONTENT,3]
T 10,40,0,5,pt10;[SPLIT:CONTENT,4]
; Replacesequenz
M l LBL;SAMPLE
R CONTENT;FIELD1-Content[U:GS]FIELD2-Content[U:GS]FIELD3-
Content[U:GS]FIELD4-Content
A 1
Enables the printer to access a SQL database. This command is used together with the cab database-
connector.
It requires that a file has been select first with the command "E SQL....". See also the cab database
connector section later in this manual.
Syntax: [SQL:xx]
This example below shows a typical request from the SQL database
The command [SPLIT] can be used if multiple fields are requested. These fields
will be delivered, separated by group separators ( GS ).
[SPLIT] helps to separate this content. Please see also the [SPLIT] command.
Same function as the [SQL:xx] command. SQLLOG will be processed when the label is printed.
This enables data logging into a database.
Syntax: [SQLLOG:xx]
For further information please see the command [SQL:xx] and have a view to the cab
databaseConnector section later in this manual.
The Trim command can be used to remove space characters at the beginning and at the end of a text
line.
Syntax: [TRIM:x]
x = data
Example: m m
J
S l1;0,0,68,70,100
T:CutMe;10,20,0,5,5,n; Remove empty space
T:CutOff;10,30,0,5,5,n;[TRIM:CutMe]
A1
This option inserts UNICODE characters in the data string of your text or barcode fields.
Syntax: [U:x]
All described printers in this manual work internally with Unicode, no special option required.
The availability of unicode characters depends on the selected font.
To recall Thai or chinese characters requires that these fonts are installed.The Chinese font is optional
and can be bought if required. Thai is available free of charge, but needs to be installed separately.
EOS uses Thai and Chinese language as standard fonts. No installation required.
Thai can be downloaded free of charge from the cab website at http://www.cab.de
Example: m m
J
S l1;0,0,68,71,100
OR
T:Amount;20,30,0,3,20;[?:Amount in US$:][I]
T:factor;0,0,0,3,3;[?:1 Euro= ? USD][I]
T 5,15,0,3,10,n; US $ to [U:$20AC] Converter
;T 10,30,0,596,8;[Amount] US$ = [*:Amount,factor] US$
T:dollars; 10,60,0,596,8;1 US$ = [/:1,factor] [U:$20AC]
T 10,45,0,596,8;[Amount] US$ = [/:Amount,factor] [U:$20AC]
A1
This example starts with a request in the display (attached USB - keyboard recommended), asks for
the amount of US Dollars and the converting factor. You may select your preferred exchange rate...
( we used 1.02 as factor .....)
Appendix C shows all characters including the unicode values of the built in truetype fonts.
The „upper“ function converts text contents into upper case characters
Syntax: [UPPER:Name]
Example: m m
J
S l1;0,0,68,71,100
T:Input;10,20,0,3,8;cab Germany
T:UPPERCASE;10,40,0,3,8;[UPPER:Input]
A 1
Prints the field „INPUT“ as it is keyed in, and prints the same data in field „UPPERCASE“ as
uppercase characters.
[WINF] marks a line to be written in the info buffer. This can be recalled with the "ESC i“ command.
This value will be set if the label is completely processed.( This means, that i.e. a label has to be taken
away in demand mode !)
Syntax: [WINF]
Example: m m
J
S l1;0,0,68,71,100
T 5,6,0,3,3;[SER:1000,4][WINF]
A500
This example prints a label with a counter - starting at 1000 and incrementing by 4. When the label is
completely processed, the value of the counter will be written into the WINF buffer.
Completely processed means, that a label in demand mode will write the value into the WINF buffer if it
is printed and removed from the demand photo cell.
The selected value for the WINF buffer can also be marked as invisible ( non-printing) using the [I]
command.
Requesting this value can be done with the „ESC i“ command. In our example we would receive the
values 1000, 1004, 1008 , 1012 ...... etc.
This command is useful if it needs to be controlled that the last label has been totally processed before
the next label will be sent.
Please note: The maximum length is 128 characters.
Writes data to a log file on the memory card. The log file can be is used to keep track of printed labels
and can be used to create a report of these data.
Syntax: [WLOG]
Example: m m
J
S l1;0,0,68,71,100
E LOG;INFO
T:VAL; 5,6,0,3,3;[SER:0001][I]
T:PRINT;5,15,0,3,3;Label [VAL] printed at [DATE] at [TIME].[WLOG]
A3
This example keeps track of the labels, based on the counter value VAL which will
be written to the LOG file "INFO“. Requires also the command: "E LOG...".
Please note: The maximum length is 128 characters. Never switch your printer off while data is written
to the memory card.
Loss of information or damage of the memory card would be the result. This command can not be
used together with the internal flash file system (IFFS). The Date format depends on the selected
language.
Syntax: [WTMP]
Example: m m
J
S l1;0,0,68,71,100
E TMP;EXAMPLE
T:XVAL;10,10,0,3,3;[RTMP,1][I]
T:SERNO;10,10,0,3,3;[+:XVAL,1][D:0,0][I][WTMP]
T:TESTFELD;10,20,0,3,8;Serial number is: [SERNO]
A4
The value of the variable XVAL will be saved in the file EXAMPLE.TMP.
The value increases in our example in steps of 1 whereby the result is saved on the memory card in
the file EXAMPLE.TMP.
EXAMPLE.TMP is located in the „MISC“ folder on the memory card. The value in the example.TMP file
is "4" after printing these 4 labels. (The printout shows only the last printed label)
Please note: The maximum length is 128 characters. Never switch your printer off while data is written
to the memory card.
Loss of information or damage of the memory card would be the result. This command can not be
used together with the internal flash file system (IFFS).
See also command [RTMP] - Read data from TMP file.
Writes the value into the "user memory“. The function is similar to the [WTMP] command, with the
exception that only one user file can be used at the same time, the total amount of characters is less.
The reason for this special memory is that the printer writes into a battery buffered RAM area, which
has a better life time than writing to any other flash memory. Recommended for applications which use
a lot of write cycles.
Syntax: [WUSER]
m m
J
S l1;0,0,68,71,100
T:XVAL;10,10,0,3,3;[RUSER,1][I]
T:SERNO;10,10,0,3,3;[+:XVAL,1][D:0,0][I][WUSER]
T:TESTFLD;10,20,0,3,8;Serial number is: [SERNO]
A3
This sample prints three labels where the counter counts from 1 to 3. The first label is shown below.
See also the command [RUSER] - Read value from user memory.
RFID Functions
The following pages describe special commands which require the additional cab RFID module.
RFID modules which have been used with extra port for the RFID control on A- series or A+ series
printers do not support these commands.
RFID Functions
Syntax: [LTAG:start,len]
Lock a block of the TAG whereby "start" and "len" are bytes. First address in a TAG is " 0 ".
Depending on the tag structure it is only allowed to lock complete blocks, e.g. if the block size is 4 and
LTAG is 2, then the complete block will be locked.
Example: mm
J
E RFID;T:Auto
S l1;0,0,68,70,100
T 10,10,0,3,5;CABRFID[SER:1][WTAG:0][I]
T 10,10,0,3,5;[LTAG:0,8][I]
A1
The sample above writes new content to the RFID tag ( [WTAG:0] ) and locks the content in the next
line to avoid that it can be changed.
This function requires that the printer is equipped with the optional cab RFID reader
Syntax: [RTAG:start,len]
Example: mm
J
E RFID;T:Auto
S l1;0,0,68,70,100
T 10,10,0,3,5;[RTAG:0,8]
A1
This function requires that the printer is equipped with the optional cab RFID reader
Syntax: [RTAGBIN:start,len]
This function requires that the printer is equipped with the optional cab RFID reader
Syntax: [TAGID]
Example: m m
J
E RFID;T:Auto
S l1;0,0,68,70,100
T 20,20,0,5,5;[TAGID]
A1
This example reads the Tag ID of a ISO 15693 tag and prints the ID
This function requires that the printer is equipped with the optional cab RFID reader.
Syntax: [WTAG:start{,len}]
Writes the RFID TAG whereby "start" and "len" are bytes. If the content is too short it will be filled up
with zero bytes. This command writes blockwise ! If len is missing the printer writes as much as data is
available. Start must be devideable through the block size. First address in a TAG is " 0 ".
Writes data in the codepage which had been previously defined with the "E command".
Example: m m
J
E RFID;T:Auto
S l1;0,0,68,70,100
T 20,20,0,5,5;CABRFID[SER:1][WTAG:0][I]
A1
This function requires that the printer is equipped with the optional cab RFID reader
This software allows in connection with a printer via TCP/IP, to print a label which contains data from a
SQL compatible data base. The data is recalled from the printer through its attached keyboard or a
barcode scanner.
Since Firmware Version 3.37 for printers with X2 board and Firmware version 4.16 on EOS it is no
longer required to activate the database connector function.
With the methods up to now it was necessary to load databases in a fixed format on a memory card
into the printer.
This has the disadvantage that the data has to be converted, they never had been actual and the
access time became slower the more the database was growing.
Changings in the central data base required an update on the printers memorycard to have
access to the actual data.
cabDatabaseConnector works different. It can recall data form and existing database somewhere in
the network. Changes, which are made in this database, are immediately available, if a new label
is printed.
The care expenditure for the memory card is no longer needed. The printers can be somewhere in the
network. - Theoretically they might be anywhere in the world.
* cab database connector software is available in different versions, which work in a similar way
The description here uses the "original version" of the software.
The cab SQLClient - implemented in the printers - can have access to the database server
directly on-line through the cab Database Connector and Ethernet TCP/IP.
All data bases with ODBC or a Microsoft OLEDB interface can be accessed.
With cabData Base Connector Server several tables and fields can be queried at the same time.
Multiple predefined labels can be selected through the table of contents of the memory card.
How it works:
The cab SQLClient in the printer contacts the cab DataBase Connector via Ethernet TCP and sends a
SQL Query.
Cab Database Connector receives the SQL inquiry and sends it via ADO (ActiveX DATA Object)
to the database server.
cab Database Connector receives a data record from the database server and sends it via TCP to
the cab SQLClient. The cab SQLClient receives the requested data record as a character field.
Supported Databases:
With the cab Database Connector and the built in SQL client , printers can retrieve data online via
Ethernet TCP/IP directly from a database.
When the printer works as a stand alone print station, you do not need to store and maintain the data-
base files on the compact flash cards anymore.
You can access all types of databases with an ODBC driver or a Microsoft ADO-Interface.
It is now possible to access more than one table and it is much faster than accessing data on the flash
card.
cab Databaseconnector is available in 2 versions. The "traditional" version and the "current" version.
The explanation for some programming features are easier to show on the "traditional" version.
The current version offers more features and has a couple of other benefits such as the multi language
support and the possibility to run it as service.
It depends on your application what you prefer. Detailed information is available in the description
which comes with the software. This manual is more focussed on the programming requirements of
JScript.
Installation
Step 1
Simply copy the program cabDatabaseConnector.exe on any PC in your network or on the server and
and start it.
As mentioned before - we will proceed here with the "tradional" version to keep it as simple as possible.
Step 2
Click on [Server Settings] and type in the complete database connection string. Database connector
has an implemented wizard, to help you to find the correct settings. This requires your knowledge about
your database !
MSAccess: Provider=Microsoft.Jet.OLEDB.4.0;Data-Source=<DatabasePath+MDB-Filename>
The connection can be keyed in manually if it is known for the database connection or the built in
wizard may be called up which appears in on screen as shown below.
Details about the wizard are described in the built in help file. You need good knowledge about your
data base do a proper setup !
cab Database connector can be started multiple times in a network or multiple times on one PC.
The picture below shows a test of the connection settings, where a Microsoft Access database is
connected.
Step3
Save the prepared label on the default memory card of your printer. A sample label is shown on the
next pages. Please note that this requires additional commands to get access to your database.
Defines the IP adress of the computer where cab database Connector is installed. The portnumber can
be set in the database connector program itself and must be identical to the port address which is set
with the „ E „ command.
Example: E SQL;192.168.0.80:1001
The command sets the connection to the computer with the IP address: 192.168.0.80 where the
port number was set to "1001" in cab database connector program.
Required Query-Function:
SQL command language is used to access data from an existing SQL database.
Syntax: [SPLIT:Field,Index]
Example: T 10,5,0,3,5;[SPLIT:RESULT,1]
The file below can be recalled from the printers memory card when F1 is pressed on the attached
USB keyboard (this recalls the label) and has be followed by the label name
Example:
1. m m
2. J
3. S l1;0,0,68,70,100
4. H 200
5. E SQL;192.168.0.128:1001
6. T:ARTNR;10,5,0,3,5;[?:Artikelnummer,5560432,1,R,D]
7. T 10,15,0,3,5;[SQL:SELECT PRODNAME FROM TA WHERE
ARTICLE=’{ARTNR}’]
8. A 1
Note: The line numbering is used for a better explanation, it does not belong to the program code.
Explanation:
Example: m m
J
O R
H 100,0,T
S l1;0,0,68,70,104
We highly recommend to update the firmware first before abc is used. The following description is
based on the current firmware release. Please install the current firmware before using abc !!!!!
The current firmware release can be downloaded from http://www.cab.de.
The usage of abc requires good programming knowledge of the programming language BASIC.
abc is a command subset from Yabasic. Except from the restrictions listed below it is 100% compatible
to it, so you can use the original binaries to test your programs using Windows or Linux (downloads
and documentation from www.yabasic.de).
Requirements:
- Running abc needs at least 300 kByte of free memory to work smoothly. Parts of this memory are
not being released after finishing the program, so restarting abc is faster.
Restrictions:
- To switch off the ESC command interpretation of JScript you can use POKE „transparent“,
0 or 1.
However all data which is already in the input buffer (64 kwords) has been filtered. So do not
send data with ESC in it before the POKE command has been executed!
- abc works internally with Unicode, so multilingual data processing is no problem for abc
programs.
abc can also handle chr$(0) within a string which is interpreted as string end in yabasic.
- Programs can be stopped by total CANCEL (pressing CAN more than three seconds on
front panel), this can be disabled by ON INTERRUPT command.
- No SYSTEM$() function.
Temporary restrictions:
Window-Handling:
abc uses a hidden window which can be (partially) mapped to the front panel LCD. The printer
handles the window as a bitmap with 8 bit indexed colours. So each dot can have a value of 0
(black) to 255 (white). During mapping to the LCD, each colour is mapped according to its
brightness which is predefined as grayscales, i.e. 128 to 255 gives white pixels, 0 to 127 black
pixels.
The mapping can be changed with the POKE command to RGB colors which are useful if you
want to write the graphic to the card.
- ‘OPEN WINDOW width, height’ opens the window. Only one is allowed. As this window is stored
internally in standard memory, define it only the size you really need. (E.g. a window 100,100
takes 10kByte memory). For the front panel’s LCD a window of 120 by 32 is sufficient.
(depending on the display of the printer type)
- There’s only one font (16 dots high), variable width with support of latin, greek, cyrillic, hebrew
and arabic scripts. The origin is in the upper left corner of the first character’s bounding box.
For right-to-left writing countries, the origin is in the upper right corner.
- POKE „color#“,rgb, #=1 to 254, 0 stays always black, 255 stays always white,
e.g. POKE „color#15“,dec(„ff0000“) sets color no. 15 to red.
- WINDOW TRANSFER TO „name“ transfers the window content to a JScript image „name“
which can be used e.g. with the I command.
- WINDOW TRANSFER FROM „name“ loads the window with a JScript image. If the windows
and image size are not identical the result is clipped.
- WINDOW WRITE TO „name“ saves the current window as PNG on the memory card.
- WINDOW READ FROM „name“ load a PNG into the current window. Path names are allowed
here.
The window has to be big enough to hold the image, else loading will fail! Supported formats
are:
- grayscale 1 to 8 bits per pixel
- paletted images 8 bits per pixel
- JGET$ and JPUT are used to exchange data between JScript and abc. The exchange is
synchronized, so you can use abc as JScript function. Use always as a pair, else execution of
JScript and / or abc can be blocked !
- abc has a command check for the existence of files or devices:
EXISTS ("filename" or EXISTS("/dev/rawip")
- No CIRCLE command.
- No BITBLT, GETBIT$ and so on.
- WINDOW ORIGIN is not supported, i.e. the origin 0,0 is always in the upper left corner.
- The modifiers CLEAR and FILL have the following results (shown for the RECT command):
RECT: frame in foreground color
CLEAR RECT: frame in background color
FILL RECT: filled area in foreground color
CLEAR FILL RECT: filled area in background color
"firmware" S Returns the firmware version of the machine („e.g. "V3.37 (Jul 10 2014)")
"freememory“ I gives the free main memory (available for abc or Jscript)
"iobox" I Returns the input state of the I/O box on USB. Returns -1 if not
available.
Input data is binary ORed, values ranging from 1 for input 1 to 8 for input 4.
"machine" S Returns the type and name of the printer (e.g. „A4+/300“).
"os“ S Delivers "cab A-Series“ or "cab EOS" only for compatibility with Yabasic
"rfid_rssi" I Returns the signal quality of a detected RFID tag. Range is 0 to 100.
"slength“ F stored label distance (mm), if not known or invalid it is 0. This is effectively
the distance of the last defined label before being switched off
"user" S Returns the content of the non-volatile user space (A+/Mach only).
"winf“ S Returns the contents of the WINF buffer (similar to the ESC i command)
"xstatus" S Extended state of the printer (same as ESC z answer string, but without CR)
Note: Keep in mind that PEEK´s which return a string need the PEEK$() function, whereas PEEK´s
which return a float or integer need a PEEK() .
All PEEKs which are marked with a * are not available on EOS printers.
Example: <ABC>
a$=peek$("os")
b=peek("version")
c=peek("resolution")
d=peek("width")
f=peek("mlength")
g=peek("direction")
h=peek("slength")
i=peek("freememory")
j$=peek$("status")
print "m m"
print "J"
print "O R"
print "S l1;0,0,68,70,100"
print "T 5,8,0,5,5;peek samples:"
print "T 50,8,0,5,3;OS: ",a$
print "T 50,12,0,5,3;Version: ",b
print "T 50,16,0,5,3;Resolution: ",c
print "T 50,20,0,5,3;Max. Width: ",d
print "T 50,24,0,5,3;Transparent: ",e
print "T 50,28,0,5,3;Mlength: ",f
print "T 50,32,0,5,3;Direction: ",g
print "T 50,36,0,5,3;Slength: ",h
print "T 50,40,0,5,3;Freememory: ",i
print "T 50,44,0,5,3;Status: ",j$
print "A 1"
</ABC>
"color#x" I Sets the RGB value for color #x. x is valid from 1 to 254. Color 0 (black)
and 255 (white) cannot be modified.
"httpswap“ S Can be used to swap the normal root directory and the memory card
on the webserver. E.g. POKE „httpswap“,“/secret“ moves the applet
to /secret/index.htm and /card/index.htm to /index.htm.
"iobox" I Sets the output state of the I/O box on USB. Returns error if not available.
Output data is binary ORed, values ranging from 1 for output 1 to 8 for
output 4.
"key" I Puts a character into the key buffer. E.g. POKE "key“,dec("F001“)
simulates pressing the MODE key.
"lcd“ I Controls the source for the LCD. 0 is standard, JScript content. 1 is the abc
window.
"lcdx","lcdy“ I Offset for the LCD in the abc window. Works only if the window is bigger
than the LCD.
"led“ I Controls the state of the front panel LEDs (if "lcd“ is 1). Bit coded:
1 = Cancel
2 = Mode (A-Series), Error (M-Series)
4 = Feed
8 = Pause
16 = Arrows (A-Series only)
A+/Mach4 and newer machines:
1=Menu
2=Cancel
4=Feed
8=Pause
16=Enter
32=Up arrow
64=Left arrow
128=Right arrow
256=Down arrow
EOS printers: No LEDs available
"ledmask" I Masks the LEDs to be lit. Independent of "lcd“-value. Same bit coding as
"led“. A 0 masks the respective LED. Not available on EOS printers.
"nice" I Sets the multitasking priority of abc vs. JScript. Ranges from 1 (JScript fast) to
20 (abc fast). Default is 10.
"syserror" S Puts the first character of the string into the error message puffer.
Allowed characters are the same as in the ESC s response.
"user" S Writes a value into the non-volatile user space (A+/Mach only).
Max. 31 UTF-8 characters allowed.
"widget" S Puts text into abc debug widget. Up to four characters printable (only
digits and upper case letters). (Only available on A+/Mach4 machines.)
"xstart" I Triggers the print of label (analog to start input signal) on supprted hardware
(e.g. Hermes+)
abc - Streams:
Filename Direction/Bit Description
"/dev/panel“ I,16 input from front panel keys, key values are
$F001 Mode
$F002 Formfeed
$F003 Cancel
$F004 Pause
$F090 Cancel longer than 3 seconds
* no random writing within a file, only append or overwriting, according to the filename extension
the files are automatically sorted into the appropriate directories (i.e. /images, /labels, /fonts and
/misc) on the card
abc - Modes:
Notes:
- Some streams like „/dev/panel“ are always Unicode-streams. Using ‘b’ or ‘u’ modifiers can have
strange effects!
- Writing to an interface (e.g. /dev/rs232) will fail if the printer cannot send the data. There’s a time
out of 10 seconds.
- Opening an interface as file stops ESC interpretation on this device.
- abc has an additional command called FLUSH which enables you to clear the input buffer of
/dev-streams in read mode (e.g. FLUSH #1 when 1 ist /dev/rawip). FLUSH #0 clears standard input.
- abc has an additional command to erase files: ERASE „name“.
- on EOS, /dev/keyboard works only if a window is opened and displayed, some keycodes have
changed compared to old printers.
cab printers have a web server which is usually used for administration, but can also be used to
access data like images or HTML pages from the card. So it is only logical to seek a way to transmit
data from the browser to the printer. This is normally done by CGI scripts using forms. We do it the
same way :-) You can however not define CGI scripts your own, but we provide a way to get form
data into your abc program:
HTML
You simply define a form in your HTML page which uses get_form.cgi as ACTION.
This form lets the user enter some data in a text field called „example“. After clicking the „Send data“
button, the form content is sent from the browser to the web server and parsed there. Then the
extracted data is put into the input buffer which can be read by abc or directly by JScript. There
are two special field names available:
- nextpage this defines the name of the html page which is loaded after sending the form.
Default is index.htm.
- jscript Can be used to send a JScript command before the data. So you can e.g. send
a „M l lbl“ command before the data of the form.
A more complex example showing most of the possibilities of the CGI interface is the "cinema ticket“
program. This is available on request. In this case please contact „[email protected]“
abc examples
- The following pages show some examples what could be done with "abc".
abc-compiler example
abc-compiler example
abc-compiler example
Example: a
<ABC>
for a=1 to 4:stars():next a
sub stars()
static a$
local b$
a$=a$+"*"
b$=b$+"*"
print "; ",a$," ",b$
end sub
</ABC>
abc-compiler example
Small program to show ON GOSUB. Uses ASCII dump mode to show what happens:
a
Example:
<ABC>
for number=0 to 6
on number+1 gosub sorry,one,two,three,four,five,sorry
next number
end
label sorry:print "; Sorry, can’t convert ",number:return
label one:print "; 1=one":return
label two:print "; 2=two":return
label three:print "; 3=three":return
label four:print "; 4=four":return
label five:print "; 5=five":return
</ABC>
Small program to show READ,DATA and RESTORE. Use ASCII dump mode to show what
happens:
Example: a
<ABC>
restore names
read maxnum
dim names$(maxnum)
for a=1 to maxnum:read names$(a):next a
for number=0 to 10
if (number>=1 and number<=maxnum) then
print „; „,number,“=“,names$(number)
else
print „; Sorry, can’t convert „,number
endif
next number
error „Program finished“
label names
data 9,“one“,“two“,“three“,“four“,“five“,“six“
data „seven“,“eight“,“nine“
</ABC>
Example: <ABC>
DO
REM read measured distance
dy=PEEK("mlength")
IF dy>0 BREAK
PRINT "f"
WAIT 0.25
REM wait until standing again REPEAT
REPEAT UNTIL (PEEK("direction")=0)
LOOP
PRINT "J"
PRINT "S l1;0,0,",dy-2,",",dy,",100"
PRINT "T 0,10,0,3,5;Measured label distance: ",dy,"mm"
PRINT "A 1"
</ABC>
This program demonstrates the differences for file handling (a compact flash drive and a hex
editor are useful to see the difference):
Example:
<ABC>
a$="Hello "+CHR$(DEC("20AC"))
OPEN 1,"test.dat","w"
PRINT #1 a$
CLOSE 1
OPEN 1,"testu.dat","wu"
PRINT #1 a$
CLOSE 1
OPEN 1,"testb.dat","wb"
PRINT #1 a$
CLOSE 1
</ABC>
This program does also writing using files but on the RS-232:
Example: <ABC>
a$="Hello "+CHR$(DEC("20AC"))
OPEN 1,"/DEV/RS232:57600,RTS/CTS","w"
PRINT #1 a$,chr$(13);
FOR i=1 TO 10
PRINT #1 i,chr$(13);
NEXT i
CLOSE 1
</ABC>
This demonstrates the file path and name handling of abc (it is necessary to have test.dat on
the card, e.g. from the last demo program):
Example: <ABC>
PRINT "a"
PRINT "; test.dat: ",exists("test.dat")
PRINT "; test.dat: ",exists("TEST.DAT")
PRINT "; test.dat: ",exists("/card/misc/test.dat")
PRINT "; test.dat: ",exists("/CARD/TEST.dat")
PRINT "; test2.dat: ",exists("test2.dat")
</ABC>
Example: <ABC>
PRINT"M l img;screw"
w=0
h=0
DO
w=PEEK("imagewidth:screw")
h=PEEK("imageheight:screw")
IF w>0 AND h>0 BREAK
LOOP
PRINT "J"
PRINT "H 75,10"
PRINT "S l1;0,0,68,70,100"
PRINT "T 0,8,0,5,5;Image width: ",w
PRINT "T 50,8,0,5,5;Image height: ",h
PRINT "T 20,64,0,5,5;Free memory: ",PEEK("freememory")
PRINT "I 30,30,0;screw"
PRINT "A1"
</ABC>
This sample shows the image size of the previously downloaded image in pixels.
Simple program to show the capture of interface data, parsing it, extracting the data and
sending it forward to the JScript interpreter:
Here we convert data which drives another printer model into data which will be understood by a cab
printer. The incoming data is shown on the next page. The program runs in a loop, always ready to
receive new data.
The label is prepared first in JScript, then incoming data is analysed and finally we replace the field
contents with the extracted data.
Example: <ABC>
PRINT "J"
PRINT "S l1;0,0,68,71,104"
PRINT "T:t1;20,10,0,3,8;"
PRINT "T:t2;20,20,0,3,8;"
PRINT "T:t3;40,40,0,3,8;"
label start
line input a$
if left$(a$,15)="194300301480070" then
print "R t2;",mid$(a$,16)
endif
if left$(a$,15)="194300300580172" then
print "R t3;",mid$(a$,16)
endif
if left$(a$,15)="194300301970073" then
print "R t1;",mid$(a$,16)
endif
if a$="Q0001" then
print "A 1"
endif
goto start
</ABC>
This is the original data that had been sent by a labelling software:
The data below produced the same printout on another label printer.
M3000
<STX>d
<STX>e
<STX>f260
<STX>O0220
<STX>V0
<STX>L
D11
PA
SA
H10
z
194300301480070Red
19430030058017248
194300301970073John
W
Q0001
E
<STX>L
D11
PA
SA
H10
z
194300301480070yellow
19430030058017294
194300301970073Susan
W
Q0001
E
Example: <ABC>
OPEN 1,"/dev/keyboard","r"
OPEN WINDOW 120,32
POKE "lcd",1
DO
DO
x=PEEK(#1)
IF x<>-1 BREAK
LOOP
CLEAR WINDOW
TEXT 0,0,"Last character:"
TEXT 0,16,"$"+hex$(x)+" = "+chr$(x)
LOOP
CLOSE WINDOW
</ABC>
Example: <ABC>
OPEN 1,"/dev/jscript","r"
OPEN 2,"/dev/rs232","w"
PRINT "qm"
LINE INPUT #1 a$
PRINT #2 a$
CLOSE 2
CLOSE 1
rem FLUSH #0
PRINT "f"
</ABC>
ASCII Table
Control characters
Decimal Hex ASCII
0 0 NUL
1 1 SOH
2 2 STX
3 3 ETX
4 4 EOT
5 5 ENQ
6 6 ACK
7 7 BEL
8 8 BS
9 9 HT
10 A LF
11 B VT
12 C FF
13 D CR
14 E SO
15 F SI
16 10 DLE
17 11 DC1
18 12 DC2
19 13 DC3
20 14 DC4
21 15 NAK
22 16 SYN
23 17 ETB
24 18 CAN
25 19 EM
26 1A SUB
27 1B ESC
28 1C FS
29 1D GS
30 1E RS
31 1F US
y in the AI gives a number of decimal places in the following value. The represented value is the
following integer divided by 10y. For example, a net weight of 22.7 kg could be coded as 3101 000227,
3102 002270, 3103 022700, or 3104 227000.
Source: Internet
All statements without guarantee: The listings we found in english are different in details, compared to
the listings we found in geramn language. Differences are shown in slanted letters.
We highly recommend to follow the GS1 listings of the responsible organinsation.
<numeric keypad
<numeric keypad
GR = Germany BE = Belgie
FR = France SU = Suomi
UK = United Kingdom IT = Italia
US = United States SP = España
SG = Schweiz DK = Denmark
SF = Suisse CZ = Ceska republica
This sample prints 16 labels with the hex values from 0 to F and restarts again with 0.
A different result appears on the label, depending on the input the printer prints only one
line with the word "Labeltype 1" or "Labeltype 2" or both lines.
This sample has to be saved on the printer´s memory card or IFFs etc.
It will show "Article No.:" on the display, prints one label and shows "Article No.:" again
after the label is printed.
So we generated that this label runs in a loop.
; Replacesequence
M l LBL;SAMPLE
R CONTENT;FIELD1-Content[U:GS]FIELD2-Content[U:GS]FIELD3-
Content[U:GS]FIELD4-Content
A 1
Font number 1000 ( AR Heiti Medium = Chinese characters) is optional on some printers and is not
free of charge.
Font number 1010 (Garuda - which contains Thai characters) can be downloaded free of charge from
our website. Some current printers contain both fonts as standard. This 2 fonts are NOT listed on the
next pages.
AR Heiti Medium contains Chinese characters and is preinstalled on all EOS printers. It can be also
used on all other current printing systems, but it needs to be installed first. AR Heiti medium is available
on request. This font is not free of charge as a license fee has to be paid for it.
Garuda was mainly added to support Thai characters. Based on the fact that the internal printer
memory has some limitations, it was decided that this font can be installed if it is really required.
This font is preinstalled on EOS printers, as there is more memory available.
The Garuda font can be downloaded from the cab website and is free of charge.
Technical data
Some technical data is shown on the next pages. That should cover the most important values such
available print speed, print width etc.
PX4L/200 203 104 75, 100, 125, 150, 175, 200,225,250,275,300 yes(default)
PX4L/300 300 105.6 75, 100, 125, 150, 175, 200,225,250 yes(default)
PX4L/600 600 105.6 30, 40, 50, 75, 100 yes(default)
PX4R/200 203 104 75, 100, 125, 150, 175, 200,225,250,275,300 yes(default)
PX4R/300 300 105.6 75, 100, 125, 150, 175, 200,225,250 yes(default)
PX4R/600 600 105.6 30, 40, 50, 75, 100 yes(default)
PX4.3L/200 203 104 75, 100, 125, 150, 175, 200 yes(default)
PX4.3R/200 203 104 75, 100, 125, 150, 175, 200 yes(default)
PX4.3L/300 300 108.4 75, 100, 125, 150 yes(default)
PX4.3R/300 300 108.4 75, 100, 125, 150 yes(default)
PX6L/200 203 168 75, 100, 125, 150, 175, 200 yes(default)
PX6R/200 203 168 75, 100, 125, 150, 175, 200 yes(default)
PX6L/300 300 162.6 75, 100, 125, 150, 175, 200 yes(default)
PX6R/300 300 162.6 75, 100, 125, 150, 175, 200 yes(default)
Index
Symbole
$DBF 103
; - Comment line 66
</abc> - Ends the abc Basic Compiler 62,63,64,65
<abc> - Starts the abc Basic Compiler 61
[%: op1,op2] Modulo 343
[&:op1,op2] Logical And 347
[*:op1,op2, . .] Multiplication 341
[+:op1,op2. . ,] Addition 339
[-:op1,op2] Subtraction 340
[/ :op1,op2] Division 342
[<: op1,op2] Comparision < Less than 348
[=: op1,op2] Comparision = Equal 350
[>: op1,op2] Comparision > Greater than 351
[?: ... ] LCD prompt 360,361,362
[|:op1,op2] Logical Or 345,346
[C: ... ] Leading zero replacement 30,358,367,368,369,370,371,372,373,374
[D:... ] Set number of Digits 375
[DATE... ] Print actual DATE 304,305
[DAY... ] Print numeric DAY of the month (1-31 306
[DAY02... ] Print numeric 2-digit DAY of the m 307
[DBF:... ] Database file access 376
[DOFY... ] Print numeric Day OF Year(001-366) 308
[H012] Print H0ur in 12-hour form (01-12) -alwa 295
[H024] Print H0ur in 24-hour form (01-24) -alwa 296,297,298
[H12] Print Hour in 12-hour form (1-12) 292,293
[H24] Print Hour in 24-hour form (0-23) 294
[I] Invisible fields 366,377,378,379,383
[J: ... ] Justification 381,382
[LOWER:... ] Converts to lower case characters 384
[MIN] Print MINutes (00-59) 299
[MOD10:x] Calculates the Modulo 10 Checkdigit 352,353
[MOD43:x] Calculates the Modulo 43 Checkdigit 354,355
[mon... ] Print 3-character month name 321
[MONTH... ] Print 2-digit MONTH (1-12) 323
[month... ] Print complete month name 322,335
[MONTH02... ] Print 02-digit MONTH (01-12) 324,325
[name] Access a field with a name 386
[name,m{,n}] insert substring 387
[OWEEK... ] Print WEEK with Offset(1-53) 320
[P: ... ] Print result in Price format 356
[R:x] Rounding method 357
[RTMP... ] Read value from serial (TMP) file 389,391,410,412,413,414,416
[S:... ] Script style for numeric values 388,392,401,402,415
[SEC] Print SEConds (00-59) 300
[SER:...] - Serial numbering 393,395,396,397,398,399,400
[TIME ] Print actual TIME 301
[U:x] Insert Unicode characters 404,405
[UPPER:... ] Converts to upper case characters 406,407
E
E - Define Files ( Extension ) 230,231,233,234
e - erase data 77
EAN 128 / UCC 128 (Barcode) 145,147
EAN-13 / JAN-13 (Barcode) 143
EAN-8 / JAN-8 (Barcode) 141
ELx 106,121,165,173
End description of binary data (ESCend-of-data) 45
End the abc Basic Compiler 62,63,64,65
Ends printer´s pause mode (ESCp0) 48,53
Equal 349
erase data (e) 77
erase data from memory card 261
Error Level 106,121,165
ESC commands 35
ESC instructions 14
ESC p1 Set printer into pause mode 54
ESC s Printer status query 55
ESC t total cancel 58,59
ESC!ESC! Hard Reset 37
ESC. Start and stop value for binary data 38,39
ESC: Start description of binary data 40,41
ESC? Request for free memory 42
ESCa - abc-status 43
ESCc - Cancel Printjob 44
ESCend-of-data End description of binary data 45
ESCESC Replacement of ESC in Binary data 36
ESCf formfeed 46,47
ESCp0 End printer´s pause mode 48,53
European Article Numbering 141,143
Extended Human Readable Interpretation 106
Extension (define files) 230,231,232,233,234
F
F - Font Number 235,236
f - formfeed 78,79
Field Calculations and Comparisons 29,338
Field Calculations and Comparisons - Overview 29,338
file system (memory card) 262
Fill (option) 245
FIM (Barcode) 151
Finland - country settings (l) 80
FNT 77
font effects 286
font list 92
Font Number 235,236
Font types 278
fonts (scalable) query 86
form feed (f) 78,79
Formfeed (ESCf) 46,47
France - country settings (l) 80
free memory query 85
Free memory request (ESC?) 42
G
G - Graphic Definition - Circle 239,240
G - Graphic Definition - Line 241
G - Graphic Definition - Option Shade 246
G - Graphic Definition - Option: Fill 245
G - Graphic Definition - Option: Outline 247,248
G - Graphic Definition - Rectangle 243
G - Graphic Field Definition 237
German Post Identcode 139
Germany - country settings (l) 80
GIF 70
Global Object Offset 229
Graphic Definition - Circle 239,240
Graphic Definition - Line 241
Graphic Definition - Option Shade 246
Graphic Definition - Option: Fill 245
Graphic Definition - Option: Outline 247,248
Graphic Definition - Rectangle 243
Graphic Field Definition 237
Greater than 351
Greece - country settings (l) 80
H
H - Heat, Speed, Method of Printing, Ribbon 249
H0ur in 12-hour form (01-12) -always 2 digits 295
H0ur in 24-hour form (01-24) -always 2 digits 296,297,298
Hard Reset (ESC!ESC!) 37
Health Industry Barcode (HIBC) 153
Heat setting 249
Hour in 12-hour form (1-12) 292,293
Hour in 24-hour form (0-23) 294
Hungary - country settings (l) 80
I
I - Image Field Definition 250
Ident- und Leitcode der Deutschen Bundespost 139
Ident- und Leitcode der Deutschen Bundespost, Barc 139
Image Field Definition 250
image query 85
IMG 70
Immediate Commands 14
inches 80,82
increment 395
insert substring 387
Insert Unicode characters 404,405
Instruction types 14
Internal Fonts 285
internal fonts 278
Invisible fields 366,377,378,379,383
Iran - country settings (l) 80
Italy - country settings (l) 80
J
J - Job Start 253
Jalali Calender 328