From 79d2071094718adffcc4170abdfdb810fc1b997e Mon Sep 17 00:00:00 2001 From: x12sa Date: Wed, 1 Oct 2025 16:01:14 +0200 Subject: [PATCH] correct epics channel for user motor and add direction_of_travel parameter in device config file --- csaxs_bec/device_configs/motors_copy_paste.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csaxs_bec/device_configs/motors_copy_paste.yaml b/csaxs_bec/device_configs/motors_copy_paste.yaml index 4165b73..d9df0d7 100644 --- a/csaxs_bec/device_configs/motors_copy_paste.yaml +++ b/csaxs_bec/device_configs/motors_copy_paste.yaml @@ -3,15 +3,17 @@ samx: description: Owis LTM80 linear stage deviceClass: ophyd_devices.devices.EpicsMotorEx deviceConfig: - prefix: X12SA-ES1-ES01 + prefix: X12SA-ES2-ES01 motor_resolution: 0.00125 base_velocity: 0.25 velocity: 2.5 backlash_distance: 0.125 acceleration: 0.4 user_offset_dir: 0 + direction_of_travel: 1 deviceTags: - cSAXS + - user_motor onFailure: buffer enabled: true readoutPriority: baseline