Compare commits
3 Commits
fix/contro
...
sastt_conf
| Author | SHA1 | Date | |
|---|---|---|---|
| d99b44b619 | |||
|
|
dbab981ac2 | ||
|
|
bdd7f1767f |
@@ -115,7 +115,7 @@ samy:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
micfoc:
|
micfoc:
|
||||||
description: Focusing motor of Microscope stage
|
description: Focusing motor of Microscope stage
|
||||||
deviceClass: ophyd_devices.devices.EpicsMotorEx
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
deviceConfig:
|
deviceConfig:
|
||||||
prefix: X12SA-ES2-ES06
|
prefix: X12SA-ES2-ES06
|
||||||
motor_resolution: 0.00125
|
motor_resolution: 0.00125
|
||||||
@@ -133,7 +133,7 @@ micfoc:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
owis_samx:
|
owis_samx:
|
||||||
description: Owis motor stage samx
|
description: Owis motor stage samx
|
||||||
deviceClass: ophyd_devices.devices.EpicsMotorEx
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
deviceConfig:
|
deviceConfig:
|
||||||
prefix: X12SA-ES2-ES01
|
prefix: X12SA-ES2-ES01
|
||||||
motor_resolution: 0.00125
|
motor_resolution: 0.00125
|
||||||
@@ -151,7 +151,7 @@ owis_samx:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
owis_samy:
|
owis_samy:
|
||||||
description: Owis motor stage samx
|
description: Owis motor stage samx
|
||||||
deviceClass: ophyd_devices.devices.EpicsMotorEx
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
deviceConfig:
|
deviceConfig:
|
||||||
prefix: X12SA-ES2-ES02
|
prefix: X12SA-ES2-ES02
|
||||||
motor_resolution: 0.00125
|
motor_resolution: 0.00125
|
||||||
@@ -169,7 +169,7 @@ owis_samy:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
rotx:
|
rotx:
|
||||||
description: Rotation stage rotx
|
description: Rotation stage rotx
|
||||||
deviceClass: ophyd_devices.devices.EpicsMotorEx
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
deviceConfig:
|
deviceConfig:
|
||||||
prefix: X12SA-ES2-ES05
|
prefix: X12SA-ES2-ES05
|
||||||
motor_resolution: 0.0025
|
motor_resolution: 0.0025
|
||||||
@@ -190,7 +190,7 @@ rotx:
|
|||||||
softwareTrigger: false
|
softwareTrigger: false
|
||||||
roty:
|
roty:
|
||||||
description: Rotation stage rotx
|
description: Rotation stage rotx
|
||||||
deviceClass: ophyd_devices.devices.EpicsMotorEx
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
deviceConfig:
|
deviceConfig:
|
||||||
prefix: X12SA-ES2-ES04
|
prefix: X12SA-ES2-ES04
|
||||||
motor_resolution: 0.0025
|
motor_resolution: 0.0025
|
||||||
|
|||||||
96
csaxs_bec/device_configs/sastt.yaml
Normal file
96
csaxs_bec/device_configs/sastt.yaml
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
samx:
|
||||||
|
description: Owis motor stage samx
|
||||||
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
|
deviceConfig:
|
||||||
|
prefix: X12SA-ES2-ES01
|
||||||
|
motor_resolution: 0.00125
|
||||||
|
base_velocity: 0.0625
|
||||||
|
velocity: 10
|
||||||
|
backlash_distance: 0.125
|
||||||
|
acceleration: 0.2
|
||||||
|
user_offset_dir: 1
|
||||||
|
deviceTags:
|
||||||
|
- cSAXS
|
||||||
|
- owis_samx
|
||||||
|
onFailure: buffer
|
||||||
|
enabled: true
|
||||||
|
readoutPriority: baseline
|
||||||
|
softwareTrigger: false
|
||||||
|
samy:
|
||||||
|
description: Owis motor stage samy
|
||||||
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
|
deviceConfig:
|
||||||
|
prefix: X12SA-ES2-ES02
|
||||||
|
motor_resolution: 0.00125
|
||||||
|
base_velocity: 0.0625
|
||||||
|
velocity: 10
|
||||||
|
backlash_distance: 0.125
|
||||||
|
acceleration: 0.2
|
||||||
|
user_offset_dir: 0
|
||||||
|
deviceTags:
|
||||||
|
- cSAXS
|
||||||
|
- owis_samx
|
||||||
|
onFailure: buffer
|
||||||
|
enabled: true
|
||||||
|
readoutPriority: baseline
|
||||||
|
softwareTrigger: false
|
||||||
|
rotx:
|
||||||
|
description: Rotation stage rotx
|
||||||
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
|
deviceConfig:
|
||||||
|
prefix: X12SA-ES2-ES03
|
||||||
|
motor_resolution: 0.0025
|
||||||
|
base_velocity: 0.5
|
||||||
|
velocity: 7.5
|
||||||
|
backlash_distance: 0.25
|
||||||
|
acceleration: 0.2
|
||||||
|
user_offset_dir: 1
|
||||||
|
limits:
|
||||||
|
- -0.1
|
||||||
|
- 0.1
|
||||||
|
deviceTags:
|
||||||
|
- cSAXS
|
||||||
|
- rotx
|
||||||
|
onFailure: buffer
|
||||||
|
enabled: true
|
||||||
|
readoutPriority: baseline
|
||||||
|
softwareTrigger: false
|
||||||
|
roty:
|
||||||
|
description: Rotation stage roty
|
||||||
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
|
deviceConfig:
|
||||||
|
prefix: X12SA-ES2-ES04
|
||||||
|
motor_resolution: 0.0025
|
||||||
|
base_velocity: 0.5
|
||||||
|
velocity: 7.5
|
||||||
|
backlash_distance: 0.25
|
||||||
|
acceleration: 0.2
|
||||||
|
user_offset_dir: 0
|
||||||
|
limits:
|
||||||
|
- -0.1
|
||||||
|
- 0.1
|
||||||
|
deviceTags:
|
||||||
|
- cSAXS
|
||||||
|
- roty
|
||||||
|
onFailure: buffer
|
||||||
|
enabled: true
|
||||||
|
readoutPriority: baseline
|
||||||
|
softwareTrigger: false
|
||||||
|
micfoc:
|
||||||
|
description: Focusing motor of Microscope stage
|
||||||
|
deviceClass: ophyd_devices.devices.psi_motor.EpicsUserMotorVME
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user