You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Starting from scratch

 

Open new terminal

$ cd /u1/coda_rth
$ ./start_rc 

Open new terminal

$ cd /u1/coda_rth
$ ./start_eb

Open new terminal

If running Sergey's binaries need make sure that /usr/local is a symbolic link pointing to /usr/local_new. This maybe need to be updated every day (wiped by Taylor)

$ ./start_eb

Press 'connect' on RC GUI.

Open new terminal

$ cd /u1/coda_rth
$ ./start_eb

Connect to DTM/DPM and start ROCs in separate tabs/terminals

$ cd /u1/daq
$ ./rceScripts/connect_host <slot> <rce> <id> (FIX NAMES OF ID's)

Layout group C 8/27/2014

Hostslotrceid
dtm410
 100
 102
 110
 112
 120
 122
 130
 132

   `$ATCA_IP $ATCA_SHELF/1/4/0 --ifname $ATCA_IFNAME` $port \

   `$ATCA_IP $ATCA_SHELF/1/0/0 --ifname $ATCA_IFNAME` \

   `$ATCA_IP $ATCA_SHELF/1/0/2 --ifname $ATCA_IFNAME` \

   `$ATCA_IP $ATCA_SHELF/1/1/0 --ifname $ATCA_IFNAME` \

   `$ATCA_IP $ATCA_SHELF/1/1/2 --ifname $ATCA_IFNAME` \

   `$ATCA_IP $ATCA_SHELF/1/2/0 --ifname $ATCA_IFNAME` \

   `$ATCA_IP $ATCA_SHELF/1/2/2 --ifname $ATCA_IFNAME` \

   `$ATCA_IP $ATCA_SHELF/1/3/0 --ifname $ATCA_IFNAME` \

   `$ATCA_IP $ATCA_SHELF/1/3/2 --ifname $ATCA_IFNAME`

 

 

Run TS

Send software generated triggers:

$ cd /u1/daq & soruce setup_env.csh
$ ./rceScripts/connect_ti.csh (pw ask Pelle/Ryan/Ben)
$ cd /home/daq/linuxvme/tid/src
$ ./tidInt_test

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


  • No labels