]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Wed, 31 Mar 2010 15:50:05 +0000 (15:50 +0000)
committerhadeshyp <hadeshyp>
Wed, 31 Mar 2010 15:50:05 +0000 (15:50 +0000)
daqstartup.tex

index 601efd70d024fb9ca2778bf41deb9eb70e427264..1e8e756ad91591821ae5618a4ea2242dbdde611d 100755 (executable)
@@ -36,7 +36,12 @@ All tasks that have to be done during startup are listed in the \filename{startu
  \item[\cmdname{daqop \$command}] The \$command will be passed directly to daqop.
  \item[\cmdname{load\_register register\_*.db}] Loads registers with values as described in \ref{daqregisters}.
  \item[\cmdname{set\_addresses serials\_*.db addresses\_*.db}] Sets the addresses of boards according to the two database files as described in \ref{daqserials}.
- \item[\cmdname{exec\_script script\_*.script}] Executes the given script file as if the commands where given directly in the parent script file.
+ \item[\cmdname{read\_trb\_db trn.db}] Read the configuration file containing all subsystems and corresponding TRBs.
+ \item[\cmdname{read\_eb\_conf ../evtbuild/eb.conf}]  Read the configuration file of the event builder.
+ \item[\cmdname{exec\_script\{system\} script\_*.script}] Executes (forks) the given script file remotely on all TRBs of a given system as if the commands where given directly in the parent script file.
+ \item[\cmdname{exec\_cmd\{system\} \$command}] Executes (forks) the given command remotely on all TRBs of a given system.
+ \item[\cmdname{exec\_cmd\{local\} \$command}] Executes the given command localy without sleep.
+ \item[\cmdname{wait}] Wait for the forked children.
  \item[\cmdname{check\_versions designfiles.db addresses\_*.db}] Checks if the loaded design files correspond to the given settings in the database. See \ref{daqdesignfiles}.
  \item[\cmdname{load\_fpgas designfiles.db addresses\_*.db}] Loads the designs described in designfiles.db to the boards listed in the address database.
 \end{description}