io id
This commit is contained in:
parent
2df52b6865
commit
1e9439268f
|
|
@ -13,22 +13,31 @@ tecna_t3: present
|
|||
vision_saver: absent
|
||||
vision: absent
|
||||
screwdriver: absent
|
||||
#digital_io: present
|
||||
digital_io_flush_blow: present
|
||||
second_leak_test: present
|
||||
external_flush_blow: present # EXTERNAL BOX CONTROLLING MULTI-CHANNEL TEST (IF PRESENT), BLOW-CLEANING AND EXTERNAL FLUSH
|
||||
dual_channel: present
|
||||
#fixture_id: present
|
||||
|
||||
[tecna_t3]
|
||||
port: COM4
|
||||
model: t3l
|
||||
|
||||
[neo_pixels]
|
||||
port: COM6
|
||||
|
||||
[fixture_rfid]
|
||||
port: COM5
|
||||
|
||||
[label_printer]
|
||||
platform: windows
|
||||
printer: zd421
|
||||
|
||||
[digital_io]
|
||||
# OUTPUT MAP FOR FIXTURE CONNECTOR
|
||||
id: USB-5862,BID#1
|
||||
|
||||
[digital_io_flush_blow]
|
||||
id: USB-5860,BID#0
|
||||
# OUTPUT MAP FOR EXTERNAL FLUSH/BLOW UNIT
|
||||
|
|
@ -79,6 +88,7 @@ tempo_svuotamento_2: 1
|
|||
pressione_svuotamento_2: 100
|
||||
canale_di_prova_2: 1
|
||||
modello_etichetta: EtichettaR5_Montaggio_1prova.prn
|
||||
pid_pressure_correction: 105
|
||||
|
||||
[autotest_leak]
|
||||
enabled: true
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class USB_586x(Component):
|
|||
self.mutex = QMutex()
|
||||
self.simulate="--sim-io" in sys.argv
|
||||
# DEVICE INFORMATION
|
||||
self.id=config["digital_io"]["id"]
|
||||
self.id=config[self.name]["id"]
|
||||
if "5860" in self.id:
|
||||
self.type = "5860"
|
||||
self.in_size = 1
|
||||
|
|
|
|||
|
|
@ -383,7 +383,7 @@ class Recipe_Selection(Widget):
|
|||
data = []
|
||||
fieldnames = [
|
||||
recipe_name_field,
|
||||
"cliente",
|
||||
"cliente",
|
||||
"part_number",
|
||||
"dimensione_lotto_abilitata",
|
||||
"dimensione_lotto",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user