name of DAQ host (DNS name), TRB number (DNS name) and ID of TRBnet daemon to
run.
-\begin{lstlisting}[label=,caption=Adjusting variables for TRBnet]
-DAQHOSTNAME=localhost
-TRBID=trb033
-TRBNETID=1
+\begin{lstlisting}[label=,caption=~/trb3user/setenv.sh - Adjusting variables for TRBnet]
+export DAQHOSTNAME=localhost
+export TRBID=trb033 # this is the number labelled on the trb3
+export TRBNETID=1
\end{lstlisting}
This script should be called once with command
To adjust script to his system should edit file \verb+~/trb3user/setenv.sh+ and
adjust paths to trb3 software
-\begin{lstlisting}[label=,caption=Variables to be adjusted]
+\begin{lstlisting}[label=,caption=~/trb3user/setenv.sh - Variables to be adjusted]
# normally HOME variable should host proper value
#HOME=/home/hadaq # uncomment this line only if you kow what are you doing