Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Setting up CODA to run

First, the event builder, event recorder and ET ring can be started by issuing the following commands from a terminal:

Code Block
languagebash
cd 

Starting from scratch

 

Open new terminal

...

/u1/coda_rth

...


./start_coda_xterm.csh 

...

Or manually in separate terminals:

This will open a dedicated (blue) xterm for each of the processes above.  It will also open a terminal with a connection to the TI.  This will require a password which can be retrieved from one of the SVT DAQ experts. 

Info
titleNote

Running the script start_coda_xterm.csh is equivalent to running the following commands with some additional options:

Code Block
languagebash
cd 

...

/u1/coda_rth

...


sudo ./start_

...

eb 
sudo ./start_er
sudo ./start_

...

et

Once the event builder, event recorder and ET ring have started up successfully, the run control can be started as follows: 

Code Block
languagebash
sudo tcsh
su -l **** (DAQ expert user name)
cd 

...

/u1/coda_rth

...

/
./start_coda_xterm_rc.csh
Info
titleNote

Running the script start_coda_xterm_rc.csh is equivalent to running the following command with some additional options:

Code Block
languagebash
cd 

...

/u1/coda_rth

...


./start_

...

rc 
Warning

When running using Sergey's binaries

...

, the symbolic link /usr/local

...

needs to be pointing to /usr/new_local.

...

This symbolic link is destroyed every night by Taylor so it needs to be set once daily. 

Connect to DTM/DPM and start ROCs.  

...

Click 'Connect' on RC GUI.  Click 'Configure' then select '8rces' as run type.  Click 'Config' and select '/u1/cob_nfsmnt/host/coda/svtrce0.cnf'.  Click 'OK'.

At the moment, during the 'Configure' stage, the configuration file svtrce0.cnf is being overwritten. In order for things to work properly, the overwritten file needs to be replaced with a backup after the configuration has taken place.  To do this, issue the following command in a terminal: 

Code Block
languagebash
sudo cp /u1/cob_nfs/host/coda/svtrce0.cnf.save /u1/cob_nfs/host/coda/svtrce0.cnf

...

Go to TI and start sending triggers.

Trigger setup
Option 2: Send software triggers from TS

Open new terminal.

...

setup

...

Change trigger rate by modifying tidInt_test.c: tidSoftTrig(0xffff,0xFFFF,1);

Option 1: Send software triggers with new software from TS

$ cd /u1/daq & source setup_env.csh
$ ./rceScripts/connect_ti.csh (pw ask Pelle/Ryan/Ben)
$ cd  ti/test
$ ./tiLibTest

...