Skip to content
Snippets Groups Projects
Commit e36db4e1 authored by Jens Georg's avatar Jens Georg
Browse files

bam: Add new motor fw revision everywhere

parent a78421e8
No related branches found
Tags 01.18.07
No related merge requests found
if ACCELERATOR == 'XFEL':
MOTOR_DEVNO='unis8'
MOTOR_AVAILABLE = [(0,0), (0,1), None, (1,1)]
if STATION == '1932M.TL':
MOTOR_AVAILABLE = [(0,0), None, None, None]
......
......@@ -3,5 +3,5 @@ if ACCELERATOR == "XFEL" and STATION == "1932S.TL":
SVR_LOCATION = HOSTNAME.upper()+"_2._SVR"
RPC_NUMBER = 610589844
BAM_DEVNO = 6
MOTOR_DEVNO = 'devs9'
MOTOR_DEVNO = 'unis9'
CONTROLLER_NAME = "BAM_SURROGATE_CONTROLLER"
BAM_REVISION="r4018"
MOTOR_REVISION="r2261"
MOTOR_REVISION="r2536"
##mako
BAM_DEVICE (pci:pcieunis${BAM_DEVNO}?map=sdiag_bam_fmc25_${BAM_REVISION}.mapp)
MOTOR_DEVICE (pci:pcie${MOTOR_DEVNO}?map=sync_pzt4_md22_md22_fmc20_6s45_${MOTOR_REVISION}.mapp)
MOTOR_DEVICE (pci:pcie${MOTOR_DEVNO}?map=controller_pzt4_md22_md22_fmc20_6s150_${MOTOR_REVISION}.mapp)
TOROID_RAW (doocs?facility=${ACCELERATOR}.DIAG&device=TOROID&location=${TOROID_LOCATION[STATION]})
TOROID (logicalNameMap?map=toroid.xlmap)
MLO_RAW (doocs?facility=${ACCELERATOR}.SYNC&device=${MLO_DEVICE[STATION]}&location=${MLO_LOCATION[STATION]})
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment