Skip to content

Commit

Permalink
added CXI wave8s to ipmConfigEpics
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanplumley committed Aug 17, 2018
1 parent 1d3bad2 commit bfd41c1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion scripts/ipmConfigEpics
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,18 @@ if [ $hutch == 'xcs' ]; then
EVR='XCS:SND:DIO:EVR'
WAVE8='snddio'
fi

elif [ $hutch == 'cxi' ]; then
if [ $1 == 'dg2ipm' ]; then
IOC="IOC:CXI:DG2:BMMON"
BASE='CXI:DG2:BMMON'
EVR='CXI:DG2:BMMON:EVR'
WAVE8='dg2ipm'
elif [ $1 == 'dg3ipm' ]; then
IOC="IOC:CXI:DG3:BMMON"
BASE='CXI:DG3:BMMON'
EVR='CXI:DG3:BMMON:EVR'
WAVE8='dg3ipm'
fi
elif [ $hutch == 'xpp' ]; then
if [ $1 == 'diomono' ]; then
IOC="IOC:XPP:IPM"
Expand Down

0 comments on commit bfd41c1

Please sign in to comment.