TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:barcode-interpretation-definition

This is an old revision of the document!


Barcode Interpretation Definition

A Barcode Interpretation Definition uses a string pattern to identify the barcodes format and handle the barcode accordingly.

The string pattern allows the disection, translation or substitution of a barcode to identify Customer-ID, Media-ID and Volume-ID.

To view, add, remove or alter current Barcode Interpretation Definitions, open the Barcode Administration window in TapeMaster.

Barcode Administration

When TapeTrack is installed the Barcode Administration window comes with generic barcode definitions pre-installed. These barcode definitions will handle the majority of standard barcode formats. If you use a custom formatted barcodes or deal with Customers that do you will need to add barcode definitions to instruct TapeTrack how to read them.

Barcode definition are read by TapeTrack from the top of the list (position 000) sequentially to the last definition, stopping when a match is found. It is therefore important to make sure your list is structured in such a way that the correct barcode definition is used to parse the barcodes.

For example, if you had a current barcode definition which encompassed most of your Volume-ID's but had a handful of Volume-ID's that needed customised processing but still met the above pattern, you would need to place the customised definition before it as the first compatible definition will be used.

Add New Barcode Definition

Right click on a current Barcode Definition in a position you want to add the new definition to. Select Add and then Before, After or End depending on where you want the new definition added to.

Edit New Barcode Definition

Right click on the new barcode definition and select Properties, or double click, to open the Edit Barcode window.

Barcode Fields

  • Enabled
    • True: Barcode Definition is active.
    • False: Barcode Definition is not active.
  • Barcode Description: Description of Barcode Definition, usually identifying definition action.
  • Scope
    • Barcode Pattern
    • User Pattern
    • Range Start
    • Range End
  • Editing
    • Edit Mask
    • Strip Characters
  • Elements: Fields displayed for the Elements depend on the value chosen for Use Substring
    • Customer-ID
      • Use Substring
      • False Does not use a substring (portion of the barcode) for Customer-ID
        • Literal: Only shows when Use Substring set to False. Use a literal value for Customer-ID.
      • True: Uses a substring (portion of the barcode) for Customer-ID
        • Substring First Character: Only shows when Use Substring set to True. Position of start of substring of Customer-ID.
        • Substring Last Character: Only shows when Use Substring set to True. Position of end of substring of Customer-ID.
    • Media-ID
      • Use Substring
      • False Does not use a substring (portion of the barcode) for Media-ID
        • Literal: Only shows when Use Substring set to False. Use a literal value for Media-ID.
      • True: Uses a substring (portion of the barcode) for Media-ID
        • Substring First Character: Only shows when Use Substring set to True. Position of start of substring of Media-ID.
        • Substring Last Character: Only shows when Use Substring set to True. Position of end of substring of Media-ID.
    • Volume-ID
      • Use Substring
      • False Does not use a substring (portion of the barcode) for Volume-ID
        • Literal: Only shows when Use Substring set to False. Use a literal value for Volume-ID.
      • True: Uses a substring (portion of the barcode) for Volume-ID
        • Substring First Character: Only shows when Use Substring set to True. Position of start of substring of Volume-ID.
        • Substring Last Character: Only shows when Use Substring set to True. Position of end of substring of Volume-ID.

Examples

Barcode Pattern Definition ????.????.*

? translates to a single character * translates as a wild card and matches anything

Barcode US01.CONT.CT100100

The filter will dissect the barcode to

  • Customer-ID: US01
  • Media-ID: CONT
  • Volume-ID: CT100100

Barcode Pattern Definition *? ?*

? translates to a single character * translates as a wild card and matches anything

Volume-ID MONDAY WEEK ONE

The filter will hash the barcode to

  • X-D8ED51DA
technote/barcode-interpretation-definition.1614208610.txt.gz · Last modified: 2025/01/21 22:07 (external edit)