Skip to content

Commit

Permalink
Merge pull request #373 from vshekar/set-default-unmount-cold
Browse files Browse the repository at this point in the history
Set UNMOUNT_COLD_CHECK to True when server starts
  • Loading branch information
vshekar authored Apr 29, 2024
2 parents 55861f4 + bbfe867 commit fdcef80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion daq_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def init_environment():
if varname in os.environ:
detectorOffline = int(os.environ[varname])
setBlConfig(BEAM_CHECK,1)
setBlConfig(UNMOUNT_COLD_CHECK,0)
setBlConfig(UNMOUNT_COLD_CHECK,1)

def calc_reso(det_radius,detDistance,wave,theta):

Expand Down
1 change: 0 additions & 1 deletion gui/dialog/staff_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def queueCollectOnCheckCB(self, state):
else:
setBlConfig("queueCollect", 0)
self.gripperUnmountColdCheckBox.setEnabled(False)
self.gripperUnmountColdCheckBox.setChecked(False)
self.parent.queue_collect_status_widget.setText("Queue Collect: OFF")
self.parent.row_clicked(
0
Expand Down

0 comments on commit fdcef80

Please sign in to comment.