feat(config): basic EPICS integration #5

Merged
wyzula_j merged 1 commits from feat/basic-epics-integration into main 2026-08-14 10:42:53 +02:00
+62
View File
@@ -0,0 +1,62 @@
###################################
## Pinhole PIN0 ##
###################################
pin0_trx:
readoutPriority: baseline
description: Pinhole PIN0 X Translation
deviceClass: ophyd_devices.EpicsMotorEC
deviceConfig:
prefix: X09LB-OP-PIN0:TRX
onFailure: retry
enabled: true
softwareTrigger: false
deviceTags:
- optics
- pinhole
pin0_try:
readoutPriority: baseline
description: Pinhole PIN0 Y Translation
deviceClass: ophyd_devices.EpicsMotorEC
deviceConfig:
prefix: X09LB-OP-PIN0:TRY
onFailure: retry
enabled: true
softwareTrigger: false
deviceTags:
- optics
- pinhole
###################################
## Beam Monitor 1 ##
###################################
bm1_try:
readoutPriority: baseline
description: Beam Monitor 1 Y Translation
deviceClass: ophyd_devices.EpicsMotorEC
deviceConfig:
prefix: X09LB-OP-BM1:TRY
onFailure: retry
enabled: true
softwareTrigger: false
deviceTags:
- optics
- beam_monitor
###################################
## Diode Readout ##
###################################
keithley2:
readoutPriority: monitored
description: Keithley 2 diode readout
deviceClass: ophyd.EpicsSignalRO
deviceConfig:
read_pv: "X09LB-KEITHLEY-2:READOUT"
onFailure: retry
enabled: true
softwareTrigger: false
deviceTags:
- diode