I'd like to generate a GS1-128 barcode like this
(01)5410413901026(17)170612(10)LOT100
in ZPL code
^BY5,3,160^FT372,1506^BCB,,N,N,N
^FD>;>8015410413901026>817170612>810>6LOT100^FS
My problem is the 01 code is normally exactly 14 digits, here my EAN is only 13 digits. So my barcode is misformed.
I have already tried to put >8
at the begin of every new AI without result.