DAQ: removed move to cold when in park

This commit is contained in:
2025-10-21 12:39:42 +02:00
parent 0f35b559be
commit 7a49de2530
+4 -4
View File
@@ -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")