various fixes (post_sample_tube, timing etc.)
This commit is contained in:
@@ -2227,7 +2227,7 @@ Author Thierry Zamofing (thierry.zamofing@psi.ch)
|
||||
(tw_x_us, x_in_us, 0.1),
|
||||
(tw_y_us, y_in_us, 0.1),
|
||||
(tw_x_ds, x_in_ds, 0.1),
|
||||
(tw_y_ds, y_in_ds, 0.1), ],timeout=10.0,
|
||||
(tw_y_ds, y_in_ds, 0.1), ],timeout=20.0,
|
||||
)
|
||||
except app_utils.PositionsNotReached as e:
|
||||
msg=f"failed to move post sample tube {pos}: {e}"
|
||||
@@ -2260,7 +2260,7 @@ Author Thierry Zamofing (thierry.zamofing@psi.ch)
|
||||
(tw_x_us, x_out_us, 0.1),
|
||||
(tw_y_us, y_out_us, 0.1),
|
||||
(tw_x_ds, x_out_ds, 0.1),
|
||||
(tw_y_ds, y_out_ds, 0.1), ], timeout=10.0,
|
||||
(tw_y_ds, y_out_ds, 0.1), ], timeout=20.0,
|
||||
)
|
||||
except app_utils.PositionsNotReached as e:
|
||||
msg=f"failed to move post sample tube {pos}: {e}"
|
||||
|
||||
Reference in New Issue
Block a user