add micfoc and change some motor settings
CI for csaxs_bec / test (push) Failing after 1m18s
CI for csaxs_bec / test (pull_request) Failing after 57s

This commit is contained in:
x12sa
2025-12-09 07:34:13 +01:00
parent 34d055c9c6
commit 8784ae7073
+20 -2
View File
@@ -65,7 +65,7 @@ roty:
velocity: 7.5
backlash_distance: 0.25
acceleration: 0.2
user_offset_dir: 1
user_offset_dir: 0
limits:
- -0.1
- 0.1
@@ -75,4 +75,22 @@ roty:
onFailure: buffer
enabled: true
readoutPriority: baseline
softwareTrigger: false
softwareTrigger: false
micfoc:
description: Focusing motor of Microscope stage
deviceClass: ophyd_devices.devices.EpicsMotorEx
deviceConfig:
prefix: X12SA-ES2-ES05
motor_resolution: 0.00125
base_velocity: 0.25
velocity: 2.5
backlash_distance: 0.125
acceleration: 0.4
user_offset_dir: 0
deviceTags:
- cSAXS
- micfoc
onFailure: buffer
enabled: true
readoutPriority: baseline
softwareTrigger: false