00197195-02-UG SetupCenter 5.1_en - 第77页
Barcode Barcode Example for a Regular Expression Barcode Labels User Guide SIPLACE Setup Center 5.1 77 5B a r c o d e 5.1 Barcode Labels 5.1.1 Barcode Example f or a Regular Expression Packaging unit barc ode with compon…
Setting System Components
Configuring Forced and Unforced Setup Verification Supplier Barcodes
76 User Guide SIPLACE Setup Center 5.1

Barcode
Barcode Example for a Regular Expression Barcode Labels
User Guide SIPLACE Setup Center 5.1 77
5Barcode
5.1 Barcode Labels
5.1.1 Barcode Example for a Regular Expression
Packaging unit barcode with component, quantity and date:
Barcode label and regular expression with the fragments Component, OriginalQuantity and Extra1 in
Setup Center:
The date format used is not the same as that defined in Setup Center, which is why the fragment Extra1
has been selected.
barcode information: TRC-0805-1Q15000HH/03/05/2005
meaning: component: TRC-0805-1
quantity: 15000
date: 03/05/2005

Barcode
Barcode Labels Structure of Barcode Label
78 User Guide SIPLACE Setup Center 5.1
Structure of the regular expression for the barcode:
Syntax of the fragment OriginalQuantity:
5.1.2 Structure of Barcode Label
You can create barcode labels via the Extras => Settings menu.
^(?<Component>.{10,10})(?<Ignore>Q.{0,0})(?<OriginalQuantity>.{4,5})(?<Ignore>.{3,3})(?<Extra1>.{10,10})$
^ first character of regular expression
(?<Component>.{10,10}) barcode fragment „Component“
(?<Ignore>Q.{0,0}) barcode fragment „Ignore“
(?<OriginalQuantity>.{4,5}) barcode fragment „OriginalQuantiy“
(?<Ignore>.{3,3}) barcode fragment „Ignore“
(?<Extra1>.{10,10}) barcode fragment „Extra1“
$ last character of regular expression
(?<OriginalQuantity> .{4,5})
( first character of fagmentes
? quantifier
<OriginalQuantity> fragement typ
. Individual character or character classes
{4,5} quantifier
) last character of fragment