fix
This commit is contained in:
parent
1047171fa5
commit
cf831dc19e
27
config/label_templates/st-ten-15/label_interoperazione.prn
Normal file
27
config/label_templates/st-ten-15/label_interoperazione.prn
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
CT~~CD,~CC^~CT~
|
||||
^XA
|
||||
~TA000
|
||||
~JSN
|
||||
^LT0
|
||||
^MNW
|
||||
^MTT
|
||||
^PON
|
||||
^PMN
|
||||
^LH0,0
|
||||
^JMA
|
||||
^PR4,4
|
||||
~SD20
|
||||
^JUS
|
||||
^LRN
|
||||
^CI27
|
||||
^PA0,1,1,0
|
||||
^XZ
|
||||
^XA
|
||||
^MMT
|
||||
^PW240
|
||||
^LL128
|
||||
^LS0
|
||||
^FT166,35^BXI,4,200,0,0,1,_,1
|
||||
^FH\^FD98FB080CP-20B{DD}{MO}{YY}{SN5}^FS
|
||||
^PQ1,0,1,Y
|
||||
^XZ
|
||||
|
|
@ -23,11 +23,11 @@ dual_channel: absent
|
|||
|
||||
[tecna_t3]
|
||||
port: /dev/ttyUSB0
|
||||
model: t3p
|
||||
model: t3l
|
||||
|
||||
[label_printer]
|
||||
platform: linux
|
||||
printer: zd421
|
||||
printer: ZTC-ZD421-203dpi-ZPL
|
||||
|
||||
[digital_io]
|
||||
# OUTPUT MAP FOR FIXTURE CONNECTOR
|
||||
|
|
@ -76,7 +76,7 @@ tempo_svuotamento_2: 0
|
|||
pressione_svuotamento_2: 100
|
||||
canale_di_prova_2: 2
|
||||
modello_etichetta: EtichettaR5_Montaggio_1prova.prn
|
||||
pid_pressure_correction: 105
|
||||
pid_pressure_correction: 100
|
||||
istruzione_abilitata_extra:
|
||||
|
||||
[autotest_leak]
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@ import sys
|
|||
from datetime import datetime
|
||||
from PyQt5.QtWidgets import QApplication
|
||||
|
||||
from components import Os_Label_Printer
|
||||
from lib.helpers import ConfigReader
|
||||
from src.components import Os_Label_Printer
|
||||
from src.lib.helpers import ConfigReader
|
||||
|
||||
config = ConfigReader(system_id="vm")
|
||||
config = ConfigReader(system_id="st-ten-15")
|
||||
time =datetime.now()
|
||||
context = {
|
||||
# RECIPE DATA
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user