GS1 AI syntax with GS separators #277
Answered
by
terryburton
xjpf
asked this question in
Questions and Answers
-
How to make 4-square datamatrix from this line? |
Beta Was this translation helpful? Give feedback.
Answered by
terryburton
Oct 17, 2024
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your initial symbol is malformed since it does not contain FNC1 in first character position which required for GS1 Data Matrix barcodes (i.e. containing AI element string syntax).
What you require is to use the
gs1datamatrix
encoder with the input(01)02900285850353(21)5EtQT"cSm,oH1(91)EE09(92)/kklRSOz6PDV69t9tX6Rmh+zmIx01fCo+2FZVYbAyd4=
.BWIPP will generate a symbol that contains FNC1 separators within the internal data, as this is the correct (canonical) thing to do. Readers shall pass the FNC1 separator codewords as GS characters to the host.