Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
source /home/rherbstphansson/setup_svthps_epics (may not be needed)
cd /usr/clas12/hps/dev/
source .setup-hps
cd apps/medm
medm -x svtFebMain.adl&
medm -x svtFlangeMain.adl&

Once the GUI's are up, the FEB's should be powered first, followed by the flange cards.

SVT Hybrid Power and DAQ Monitoring 

Using Log into 'ppa-pc91245 (we will move to clonioc1 shortly):' (requires access through the gateway) and issue the following commands in a terminal to start the SVT IOC: 

Code Block
languagebash
ssh tracker@ppa-pc91245
cd /u1/epics/svt-epics
source setup_epics.csh
cd svt-daq-epics/
python start_dpm.py

Start GUIs:

 The hybrid GUI's are then started as follows:

Code Block
languagebash
ssh tracker@ppa-pc91245
cd /u1/epics/svt-epics
source setup_epics.csh
cd svt-medm/
medm -x svtTemp.adl&
medm -x svtHybrid.adl&
medm -x svtHybSync.adl&
medm -x svtDpmLinkStatus.adl&

IOC Information

Access IOC from clonioc1:

Code Block
languagebash
telnet localhost 20006  # iochvCaen
telnet localhost 20007  # iocsvtDaq

...