Skip to content

Commit

Permalink
specify which logbook to log to
Browse files Browse the repository at this point in the history
  • Loading branch information
plasorak committed Feb 4, 2025
1 parent 74e5539 commit dd3faa3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/daqsystemtest/fsm.data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@

<obj class="FSMaction" id="elisa-logbook">
<attr name="name" type="string" val="elisa-logbook"/>
<rel name="parameters">
<ref class="Variable" id="which-elisa-logbook"/>
</rel>
</obj>

<obj class="FSMaction" id="file-logbook">
Expand Down Expand Up @@ -434,4 +437,9 @@
<attr name="value" type="string" val="/cvmfs/dunedaq.opensciencegrid.org/spack/releases/coredaq-v5.0.0-a9-1/spack-0.20.0/opt/spack/linux-almalinux9-x86_64/gcc-12.1.0/readoutlibs-v2.1.0-kkwlcckeyl7ltarpbd5bn6fn2nczjqmp/share/config/cpupins/cpupin-example.json"/>
</obj>

<obj class="Variable" id="which-elisa-logbook">
<attr name="name" type="string" val="elisa-hardware"/>
<attr name="value" type="string" val="pdsp"/>
</obj>

</oks-data>

0 comments on commit dd3faa3

Please sign in to comment.