AMT Datasouth Fastmark M1 Guia do Utilizador Página 289

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 288
Creating an Application Using HIBCBarcodes
Figure 8.4: HIBC Label with Primary and Secondary Barcodes
In the previous example, the label format contains two barcodes that are linked by a check digit
character. These barcodes can be set up as either Code 39 or Code 128 symbology. These example labels
(HIBC_128.LWT and HIBC_39.LWT) are provided in the Loftware Label Manager general template
directories. To use this feature:
1. Set up the CheckDigitManually options in the parameter file (Preferences instructions)
LLMWDN32 Configuration file (Start | All Programs | Loftware Labeling | System Folders |
Configuration). This forces the check digit to be calculated by Loftware instead of the printer.
2. Create a variable barcode named PRIMARY. This is your primary barcode. The primary barcode
must be long enough to hold your Labeler Identification Code (LIC), your Product Code and your
Unit of Measure.
3. Create a variable barcode named SECONDARY. This is your secondary barcode. The secondary
barcode must be long enough to hold your Expiration and Lot/Batch information.
Related Information
For more information about creating variable fields and variable non-printing fields, refer to the
Designing Labels
and
On-Demand Printing
sections of this guide.
Creating HIBC Formulas
The following are the formulas for the example label's primary and secondary HIBC barcodes.
Primary Barcode (PRIMARY)
“+M34YAH1289J3”& MOD43()
Characters Description
“+M34YAH1289J
3
Is a fixed string containing your information. (This data could be taken from variable field
using a non-printing field.)
mod43() Calculates the modulus 43 checkdigit for the primary barcode.
Secondary Barcode (SECONDARY)
“+97048A123456B”& right(PRIMARY,1) & MOD43()
Characters Description
“+97048A123456
B”
Is a fixed string containing your information. (This could be taken from a variable field using
a non-printing field).
right(PRIMARY,1)
Takes the rightmost character of PRIMARY (which is the check digit) and adds it to
SECONDARY. You can access this string function by double-clicking the “right-string
function.
mod43() Calculates the modulus 43 checkdigit for this barcode (the secondary barcode).
Loftware LabelManager Version 10.1.1 User's Guide
289
Vista de página 288
1 2 ... 284 285 286 287 288 289 290 291 292 293 294 ... 531 532

Comentários a estes Manuais

Sem comentários