DAQ: removed move to cold when in park
This commit is contained in:
@@ -274,10 +274,10 @@ class AareDAQ:
|
||||
|
||||
#self.__devs.tell.wait_mount_complete()
|
||||
|
||||
if self.__devs.tell.is_in_park():
|
||||
print(f"{time.ctime()} moving tell to cold")
|
||||
self.__devs.tell.move_cold(wait=True)
|
||||
time.sleep(30)
|
||||
# if self.__devs.tell.is_in_park():
|
||||
# print(f"{time.ctime()} moving tell to cold")
|
||||
# self.__devs.tell.move_cold(wait=True)
|
||||
# time.sleep(30)
|
||||
|
||||
# self.__devs.tell.check_enable_motion()
|
||||
print(f"{time.ctime()} moving tell to mount position")
|
||||
|
||||
Reference in New Issue
Block a user