Fix/pxii commissioning 260820 #153

Merged
perl_d merged 2 commits from fix/pxii_commissioning_260820 into main 2026-08-20 16:36:38 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ class MountingService:
self._check_hutch_safety()
self.ctx.deps.devs.smargon_move_home()
self.ctx.deps.devs.aerotech_pos = self.ctx.settings.mount_position
self._magnet_position_sensor_check(timeout=360.0)
self._magnet_position_sensor_check(timeout=10.0)
self.ctx.deps.devs.tell.check_enable_motion()
self.ctx.deps.devs.tell.wait_not_busy()
# enable_motion releases the door safety, so the door can only be
+1 -1
View File
@@ -528,7 +528,7 @@ class BECClientWorker:
self.macros.save_current_position(self.dev.coll_y, "in")
def save_current_aerotech_position(self):
self.macros.save_current_position(self.dev.aerotech, "work", axis="x")
self.macros.save_current_position(self.dev.aerotech, "in", axis="x")
self.macros.save_current_position(self.dev.aerotech, "work", axis="y")
self.macros.save_current_position(self.dev.aerotech, "work", axis="z")