src/gui.py

This commit is contained in:
2024-02-19 08:32:30 +01:00
parent b0c3f36411
commit a35dc8f219

View File

@@ -212,10 +212,11 @@ class AppGui(QWidget):
#But is SHIFTTYPE CORRECT?
#is_shift_type_ok = True
##shift_type = self.cafe.getCache("ZORG:SHIFT-TYPE", 'str')
##if shift_type is not None:
## if shift_type not in ['Produktion', 'Strahlentwicklung']:
## is_shift_type_ok = False
#shift_type = self.cafe.getCache("ZORG:SHIFT-TYPE", 'str')
#if shift_type is not None:
# if shift_type not in ['Produktion', 'Strahlentwicklung']:
# is_shift_type_ok = False
def already_in_standby():
devices = self.settings.data[sec]["iocDevice"]
pv_list = []