118
118
118cab Produkttechnik GmbH & Co KG
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
Code39 is designed to encode 26 upper case letters, 10 digits and 7 special
characters.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 ration for this barcode is
3:1 .The printers convert automatically lower case letters into upper case letters, if
lower case letters are keyed in.
B[:name;]x,y,r,CODE39[+options],height,width,ratio;text
CR
B - Barcode field definition
[:name;] = field name
x = x - coordinate
y = y - coordinate
r = Rotation 0, 90, 180 and 270 degrees
type = Barcode type (CODE39)
[+options] Following options are available:
+MODxx = calculation of modulo check digit (Here MOD 43)
+WSarea = white space area
+BARS = Prints boundary lines above and below the barcode.
+UPBAR = Prints a boundary line above the barcode
+DOWNBAR = Prints a boundary line below the barcode
+VERIFYn = Verify the barcode data. (optional barcode reader required )
+GOODBADn = Same function as +VERIFYn without checking the content.
+XHRI = (Extended Human Readable Interpretation
height = Barcode height
ne = Narrow element
ratio = Ratio between narrow and wide bars.
text = Barcode data
Detailed descriptions are at the beginning of the barcode chapter.
Syntax: