src/gui.py
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user