Versions Compared

Key

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

...

It is possible have a single ami instance run additional independent graphs by executing a command like this on one of the daq nodes (e.g. drp-srcf-cmp*) or control room machines like tmo-daq:

Code Block
ami-client -H {ami<ami_manager_node}_name> -g <my_unique_namegraph_graph>name> -p <port_number>

This will bring up the usual ami user-interface window where you can build a graph (or you can load a previously saved graph with the usual "-l" option described above).  If this command hangs without bringing up an ami-graph window, it is typically a sign that ami-client cannot connect to the ami-manager host ("-H" option) and port ("-p" option).

...