Versions Compared

Key

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

...

Some detectors have a stand-alone version of the DAQ process that can be run on the server the detector is connected to. This is the case for the Jungfrau, the Alvium and the Zyla for example. The binaries can be found in /cds/group/pcds/dist/pds/current/build/pdsapp/bin/x86_64-rhel7-opt/. The detectors can be tested in free-run and triggered mode (the DAQ must be running for that). The stand-alone processes take similar argument as the DAQ process. It is a good idea to check the cnf and pass the same arguments.

Example:

Warning

Run these These processes should be run as <hutch>opr. It would run as yourself, but sometimes the process creates files and this lead to permission issues when running the DAQ as with the opr account.

Code Block
languagebash
titleRun an alvium in triggered mode
./vimbaStandAlone -n 10 -t

...