set fixed on the script
CI for csaxs_bec / test (pull_request) Failing after 1m25s
CI for csaxs_bec / test (push) Failing after 1m27s

This commit is contained in:
x01dc
2026-01-29 10:00:47 +01:00
committed by wyzula_j
parent 2dc9985a85
commit 5a4b0fbb4c
@@ -157,7 +157,8 @@ class XrayEyeAlign:
print(f"Current rtx position {rtx_position}")
self.alignment_values[k] -= rtx_position
print(f"Corrected position {k}: x {self.alignment_values[k]}")
# reset submit channel
dev.omny_xray_gui.submit.set(0)
if k == 0: # received center value of FZP
self.send_message("please wait ...")
self.movement_buttons_enabled(False, False)
@@ -202,8 +203,7 @@ class XrayEyeAlign:
k += 1
dev.omny_xray_gui.step.set(k)
# reset submit channel
dev.omny_xray_gui.submit.set(0)
_xrayeyalignmvx = dev.omny_xray_gui.mvx.get()
if _xrayeyalignmvx != 0:
umvr(dev.rtx, _xrayeyalignmvx)