Versions Compared

Key

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

...

Code Block
languagebash
ssh clonioc4epics@clonioc4 #default passw
cd /usr/clas12/hps/dev/
source .setup-hps
cd apps/svtDaqApp/scripts
 
# RunUse thisprocServMgr as user='epics'
su epics #default passwd


# use this helper scripts to help control SVT DAQ IOCs
./control_svtdaq_procServ.py -hto control the IOC
procServMgr -p /usr/clas12/hps/dev/apps/iocBoot [-i IOC_NAME] [status|start|stop]

# Examples:
 
# For all the below: add -t for testing mode to print the procServ command
 
  
# start/stop/status for all SVT DAQ IOCs:
 ./control_svtdaq_procServ.py -a status|start|stop procServMgr -p /usr/clas12/hps/dev/apps/iocBoot status/start/stop

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

# DTMDPMIOC only:
procServMgr -p /usr/clas12/hps/dev/apps/iocBoot status/start/stop -i iocsvtDaq status/start/stop

# Data DPM "X" (X=0-113) IOC only:
 ./control_svt_dpm.py -a status|start|stop dtmXprocServMgr -p /usr/clas12/hps/dev/apps/iocBoot status/start/stop -i iocsvtDaqDpmX status/start/stop


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

...