Skip to content

Commit

Permalink
more stuff into ipmConfigEpics for CXI
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanplumley committed Aug 17, 2018
1 parent bfd41c1 commit 5c4d8ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ipmConfigEpics
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ ulimit -c unlimited

xcsIpm='decmono ipmmono diomono pim3 pim3m ipm4 pim4 ipm1 ipm2 ipm3 ipm5 pim5 ipmgonLD ipmlamLD snddio'
xppIpm='diomono decmono ipm2 ipm3 pim3 diodeU ipm1'
cxiIpm='dg2ipm dg3ipm'

ipmList()
{
if [ $hutch == 'xcs' ]; then
for box in $xcsIpm; do echo $box; done
elif [ $hutch == 'xpp' ]; then
for box in $xppIpm; do echo $box; done
elif [ $hutch == 'cxi' ]; then
for box in $cxiIpm; do echo $box; done
else
echo 'hutch cannot be determined, quit'
exit
Expand Down

0 comments on commit 5c4d8ea

Please sign in to comment.