Closedown
This commit is contained in:
@@ -722,7 +722,7 @@ class ScanGuard(object):
|
||||
self.devices = []
|
||||
# False = test mode, do not actually send out commands
|
||||
self.controls_active = False
|
||||
# True = beam is okay
|
||||
# True = beam is okay
|
||||
self.beam_ok = False
|
||||
# True while executing the main loop
|
||||
self.running = False
|
||||
@@ -851,7 +851,7 @@ class ScanGuard(object):
|
||||
|
||||
while self.running:
|
||||
self._ringcurrent.pv.poll() #pend_event(timeout=1)
|
||||
new_beam_ok = self.check_beam()
|
||||
new_beam_ok = self.check_beam()
|
||||
|
||||
logging.warning(str(new_beam_ok) + " - " + str(self.beam_ok) + "!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user