ATCA: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
rem_control_server.sh - start GUI server | rem_control_server.sh - start GUI server | ||
start_gui.sh - start gui | start_gui.sh - start gui | ||
'''LOGIN''' and use of the test setup at SLAC | |||
Tunneling to and starting VNC server at SLAC: | |||
ssh -L 5905:localhost:1234 jlabl1 | |||
ssh -L 1234:localhost:5905 rdsrv117.slac.stanford.edu | |||
vncserver :5 -geometry 1800x1000 -localhost -nolisten tcp | |||
top | |||
vncserver -kill :5 | |||
To have write access on develpc: | |||
ssh clasrun@develpc | |||
sudo tcsh | |||
Running DAQ: | |||
clasrun account can get root access with: | |||
sudo bash | |||
ssh clasrun@slac1 | |||
killall runcontrol rcServer rocs (cleanup just in case) | |||
runcontrol -rocs -log | |||
click on "rocs" tab on the right-top of the screen to observe built-in xterms | |||
click "Configure", pick configuration "slac", processes have to be started in xterms | |||
click "Download" and pick trigger file "slac1.trg" | |||
click "Prestart" | |||
click "Go" | |||
* trigger file "slac1.trg" is located in default directory | |||
$CLON_PARMS/trigger/. It contains electronics settings overloading | |||
defaults from $CLON_PARMS/ti, $CLON_PARMS/fadc250/ etc. In particular | |||
TI_RANDOM_TRIGGER 1 3 | |||
enables TI internal random pulser with prescale 2**3, with prescale 3 | |||
event rate will be about 50kHz. | |||
Rogue GUI: | |||
ssh clasrun@develpc | |||
bash | |||
cd /u1/hps/server/heavy-photon-daq/software | |||
conda activate rogue-hps-dev-rth | |||
python scripts/SvtCodaRun.py | |||
Reboot RCE: | |||
source /u1/hps/setup_env.sh | |||
cob_rce_reset dev-crate1-sm/2 | |||
RCE boot status: | |||
cob_dump -rce dev-crate1-sm | |||
Log files if SLAC guys running daq: | |||
/home/clasrun/Xterm.log.slac1.2019.06.07.14.44.29.pE87M0 |
Revision as of 14:39, 10 June 2019
ATCA electronics for HPS run designed in SLAC.
- some useful scripts in $CLAS/slac_svt/svtdaq/daqV2/rceScripts/:
reboot_cobs.sh - crate power recycle shutdown_cobs.sh - turn power off (can be turned back on by reboot_cobs.sh) rem_udp_server.sh - ... (have to run it) rem_control_server.sh - start GUI server start_gui.sh - start gui
LOGIN and use of the test setup at SLAC
Tunneling to and starting VNC server at SLAC:
ssh -L 5905:localhost:1234 jlabl1 ssh -L 1234:localhost:5905 rdsrv117.slac.stanford.edu vncserver :5 -geometry 1800x1000 -localhost -nolisten tcp top
vncserver -kill :5
To have write access on develpc:
ssh clasrun@develpc sudo tcsh
Running DAQ:
clasrun account can get root access with: sudo bash
ssh clasrun@slac1 killall runcontrol rcServer rocs (cleanup just in case) runcontrol -rocs -log click on "rocs" tab on the right-top of the screen to observe built-in xterms click "Configure", pick configuration "slac", processes have to be started in xterms click "Download" and pick trigger file "slac1.trg" click "Prestart" click "Go"
- trigger file "slac1.trg" is located in default directory
$CLON_PARMS/trigger/. It contains electronics settings overloading defaults from $CLON_PARMS/ti, $CLON_PARMS/fadc250/ etc. In particular
TI_RANDOM_TRIGGER 1 3
enables TI internal random pulser with prescale 2**3, with prescale 3 event rate will be about 50kHz.
Rogue GUI:
ssh clasrun@develpc bash cd /u1/hps/server/heavy-photon-daq/software conda activate rogue-hps-dev-rth python scripts/SvtCodaRun.py
Reboot RCE:
source /u1/hps/setup_env.sh cob_rce_reset dev-crate1-sm/2
RCE boot status:
cob_dump -rce dev-crate1-sm
Log files if SLAC guys running daq:
/home/clasrun/Xterm.log.slac1.2019.06.07.14.44.29.pE87M0