Versions Compared

Key

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

...

  1. Copy /reg/g/pcds/package/amiuser to your area
    Code Block
     cp -rf /reg/g/pcds/package/amiuser ~/.
    

  2. Edit the ExampleAnalysis.{hh,cc} files
    Code Block
     cd ~/amiuser; gedit ExampleAnalysis.cc
    

  3. Build the libamiuser.so library
    Code Block
     make
    

  4. Copy the libamiuser.so to your experiment's home area
    Code Block
     cp libamiuser.so ~amoopr/.
    
    \\\\

The "~amoopr/libamiuser.so" plug-in module is specified explicitly in the "-L" command-line option for the monitoring executable that appears in /reg/g/pcds/dist/pds/amo/scripts/amo.cnf, for example.  It is possible to specify a comma separated list of libraries in the "-L" option to include more than one plug-in module.

The plug-in modules will be picked up the next time the DAQ system is restarted. The new plots will appear in the "User" selection.
These instructions also appear in the amiuser/README file.

...