Versions Compared

Key

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

...

Go to TI and start sending triggers.

Trigger setup
Option 2: Send software triggers from TS

Open new terminal.

$ cd /u1/daq & source 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);

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

...