...
Code Block |
---|
cp -rf /reg/g/pcds/package/amiuser ~/. |
Code Block |
---|
cd ~/amiuser; gedit ExampleAnalysis.cc |
Code Block |
---|
make |
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.
...