feat(config): basic EPICS integration #5
@@ -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
|
||||
Reference in New Issue
Block a user