Compare commits

...

3 Commits

Author SHA1 Message Date
x12sa
79d2071094 correct epics channel for user motor and add direction_of_travel parameter in device config file
Some checks failed
CI for csaxs_bec / test (push) Failing after 34s
2025-10-01 16:01:14 +02:00
x12sa
d8d2417679 add motors_copy_paste.yaml for user motors in experimental hutch
Some checks failed
CI for csaxs_bec / test (push) Failing after 31s
2025-09-30 17:07:40 +02:00
x12sa
8aa0a52bda adding energy motor for double nultilayer mono, for the moment just commented
Some checks failed
CI for csaxs_bec / test (push) Failing after 40s
2025-09-22 16:26:56 +02:00
2 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
#Standard configuration of an Owis LTM80 linear stage
samx:
description: Owis LTM80 linear stage
deviceClass: ophyd_devices.devices.EpicsMotorEx
deviceConfig:
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
readOnly: false
softwareTrigger: false
#xbpm1x:
# description: 'X-ray BPM1 in frontend translation x'
# deviceClass: ophyd.EpicsMotor
# deviceConfig:
# prefix: 'X12SA-FE-XBPM1:TRX'
# onFailure: raise
# enabled: true
# readoutPriority: baseline
# readOnly: false
# softwareTrigger: false
# deviceTags:
# - cSAXS
# - frontend

View File

@@ -26,6 +26,20 @@ dmmx:
- cSAXS
- optics
#E_kev:
# description: 'Double Multilayer Monochromator, energy (keV)'
# deviceClass: ophyd.EpicsMotor
# deviceConfig:
# prefix: 'X12SA-OP-DMM1:ENERGY'
# onFailure: raise
# enabled: true
# readoutPriority: baseline
# readOnly: true
# softwareTrigger: false
# deviceTags:
# - cSAXS
# - optics
dmmy:
description: 'Double Multilayer Monochromator, translation Y'
deviceClass: ophyd.EpicsMotor