How to setup barcode central align in standalone mode with Godex printer
First need to be set at variable width same like label width


At standalone mode there is different algorithm for align barcode as start point it does not look label it look x- position of variable.
So you create label with barcode in which is variable.


You can see that for barcode line is next line:BQ,160,68,3,8,80,0,3,^V00
What need to be changed is x position to zero: BQ,0,68,3,8,80,0,3,^V00
And save label like cmd and download to printer.
You also only one time need to enable barcode align function with command: ^XSET,BARCODEALIGN,1
So this label is only for standalone and not for printing from PC.
Here is example from which you can make cmd file.
^XSETCUT,DOUBLECUT,0
^Q25,3
^W50
^H10
^P1
^S3
^AT
^C1
^R0
~Q+0
^O0
^D0
^E16
~R255
^L
Ddd/mn/y4
Th:m:s
V00,12,OF : ,jc50,hc25,tb
Ddd/mn/y4
Th:m:s
BQ,0,68,3,8,80,0,3,^V00
AD,316,0,1,1,0,0EP2,Sample
E