Zum Hauptinhalt gehen

Suche

Suche

1D Vs 2D

Kommentare

2 Kommentare

  • Avatar
    Ian Cummings
    Moderator
    Do you have an older version of BarTender as I think we added the check digit calculation for data matrix GS1 codes a while back. In any case you can use a VB script to calculate the check digit. Give a share name to the GTIN value (example: btGTIN) and then from a separate sub-string in the 2D code use a single line VB script that calls the UccMod10() function referencing the named GTIN value.

    [code]
    UccMod10(Format.NamedSubStrings("btGTIN").Value)
    [/code]
    0
  • Avatar
    Legacy Poster
    Thanks, it helps.
    On top of that, I also discovered the check box for the GS1 prefix, and that was missing too.

    Now, my datamatrix looks OK.
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.