Versions Compared

Key

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

SVT

...

Monitoring

Log into 'clonioc1' (requires access through gateway).

...

Start GUIs

Code Block
languagebash
source /home/phansson/setup_hps_epics
cd /usr/clas12/hps/dev/
source .setup-hps
cd apps/medm
medm -x svtFebMain.adl&
medm -x svtFlangeMain.adl&utils
./start_svt_guis.sh

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

SVT Hybrid

...

and DAQ

...

IOC Control 

Log into 'ppa-pc91245clonioc1' (requires access through the gateway) and issue the following commands in a terminal to start the SVT IOC: .

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

 

Start IOCsThe hybrid GUI's are then started as follows:

Code Block
languagebash
cd /usr/clas12/u1hps/epicsdev/svt-medm
medmsource -x svtTemp.adl&
medm -x svtHybrid.adl&
medm -x svtHybSync.adl&
medm -x svtDpmLinkStatus.adl&.setup-hps
cd utils
./start_dpm.py

 

Official IOC Information

Not used at the moment!IOC Information

Access IOC from clonioc1:

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

...

Code Block
languagebash
cd /usr/clas12/hps/dev
# contains:
#   apps/hvCaenApp, apps/iocBoot/iochvCaen
#   apps/svtDaqApp, apps/iocBoot/iocsvtDaq
#   drivers/LVMPOD

 

MEDM Information

MEDM screens on clonioc1:

 

Code Block
languagebash
# medm screens
cd apps/medm   # contains generated links to all adl's
medm <gui>

# run dev menu
hps_epics dev