From 88a320fd59b5a4c88bdbbcf040b86b9f9a0cafb1 Mon Sep 17 00:00:00 2001 From: x12sa Date: Sun, 28 Jun 2026 19:20:45 +0200 Subject: [PATCH] decrease velocity of fsamy for better tracker following --- csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py index e988dff..af0f580 100644 --- a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py +++ b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni.py @@ -380,7 +380,7 @@ class FlomniInitStagesMixin: umv(dev.fsamy, flomni_samy_in) # after init reduce vertical stage speed - dev.fsamy.controller.socket_put_confirmed("axspeed[5]=20000") + dev.fsamy.controller.socket_put_confirmed("axspeed[5]=5000") umv(dev.feyey, -8)