diff --git a/config/machine_settings/st-ten-11.ini b/config/machine_settings/st-ten-11.ini index 50efb51..58b2434 100644 --- a/config/machine_settings/st-ten-11.ini +++ b/config/machine_settings/st-ten-11.ini @@ -46,7 +46,7 @@ risoluzione:300 [digital_io] # OUTPUT MAP FOR FIXTURE CONNECTOR -id: USB-5860,BID#0 +id: USB-5862,BID#0 first_output: 0 diff --git a/src/ui/test_leak/test_leak.py b/src/ui/test_leak/test_leak.py index 081f4c7..eec45eb 100644 --- a/src/ui/test_leak/test_leak.py +++ b/src/ui/test_leak/test_leak.py @@ -186,7 +186,7 @@ class Test_Leak(Test_Test): if hasattr(self, name): getattr(self, name).setVisible(False) - self.display_text(text="USARE IL SISTEMA DI FLUSSAGGIO. AL TERMINE POSIZIONARE IL PEZZO PER LA PROVA TENUTA") + self.display_text(text="USARE IL SISTEMA DI FLUSSAGGIO. PREMERE START PER INIZIARE IL COLLAUDO") # Show placeholder image for free-fall super().visualize(None, img=self.status_imgs_full[None])