Versions Compared

Key

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

...

Code Block
languagebash
ssh hallgw
ssh clonioc4
cd /usr/clas12/hps/dev/
source .setup-hps

Start GUIs

Code Block
languagebash
cd utils
cd apps/svtDaq/scripts/
./start_svt_guis.sh

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



SVT IOC Control

 

MPOD IOC

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

...

Code Block
languagebash
ssh clonioc4
cd /usr/clas12/hps/dev/
source .setup-hps
cd utilsapps/svtDaqApp/scripts
 
# Run this as user='epics'
su epics #default passwd


# use this helper scripts to help control SVT DAQ IOCs
python ./control_svtdaq_procServ.py -h

# Examples:
 
# For all the below: add -t for testing mode to print the procServ command
 
# start/stop/status for all SVT DAQ IOCs:
python ./control_svtdaq_procServ.py -a status|start|stop 

# Data DPM "X" (X=0-13) IOC only:
python ./control_svt_dpm.py -a status|start|stop dpmX

# DTM "X" (0-1) IOC only:
python ./control_svt_dpm.py -a status|start|stop dtmX

# Bring up the IOC stdout for all or individual SVT DAQ IOCs
./start_svt_mon.py  -h [dpmX|dtmY|cntrldpm] # 'X'=0-13 and 'Y'=0-1 

...