This commit is contained in:
edo-neo 2025-10-01 17:27:01 +02:00
parent a555019ebe
commit 81740c074c

View File

@ -19,7 +19,8 @@ PN = "07N131628A"
config = ConfigReader(system_id=SYSTEM_ID)
printer = Os_Label_Printer(config=config, name="label_printer")
barcode_prefix = f"#{PN} ###*1IT ECE"
#07N131628A ###*1IT ECE0000001{M43}*= ------4 SPACES TO IDENTIFY THE MANUFACTURING CODE IF LESS ADD SPACES TILL FILL AUTO
# FOR MODULE M43 USE {M43:20:14}
barcode_suffix = "*="
barcode_format = "{barcode_prefix}{SN7}{check}{barcode_suffix}"