Added script to update MDS tree

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2025-05-23 17:52:39 +01:00
parent 0b46782216
commit 1c0df7c824
2 changed files with 76 additions and 0 deletions

10
Analysis/epics-env.sh Normal file
View File

@@ -0,0 +1,10 @@
# Epics stuff
EPICS_BASE=/opt/epics/epics-base
EPICS_HOST_ARCH=`${EPICS_BASE}/startup/EpicsHostArch`
EPICS_BASE_BIN=${EPICS_BASE}/bin/${EPICS_HOST_ARCH}
export PATH=${EPICS_BASE_BIN}:${PATH}
#export EPICS_CA_ADDR_LIST="10.10.136.177"
export EPICS_CA_AUTO_ADDR_LIST="NO"
export EPICS_CA_ADDR_LIST="192.168.1.110"