Versions Compared

Key

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

...

Within SEAL: Start the cmlog viewer by starting its Eclipse View. That is, Window -> Show View (you may need to select Other ... at this point) SEAL -> cmlog. Once started, use the File -> Get Messages dialog to connect to a cmlog server.

Stand-Alone viewer: Run Option 1: On the CA network, run $LCLS_ROOT/bin/cmlogviewer from the command-line.

Option 2: On the CA network, from the lcls home screen, selec "Message Viewer"

Option 3: From a linux workstation with access to AFS, run /afs/slac/g/lcls/physics/bin/cmlogviewer

Getting Some Messages

Under the "File" menu, select "Get Messages...".  Doing so will open a dialog box that allows you to specify the message server, filter messages by content, and indicate whether to listen for live messages, or only to search through old messages.

...

If you simply want to retrieve only those messages containing some text, then just put the text in the dialog box and hit return. For instance, if you want to retrieve only messages with QUAD in the them.

Code Block

QUAD

Retrieve only severity EROR messages (note that you have not had to specify the Severity field, since these simple searches are on all fields).

Code Block

EROR

More complicated searches, such as those on specific fields other than the Text field, or those involving negation , must be preceded by ":".

Retrieve only messages from the LCLS EPICS system:

Code Block

:(facility like 'LCLS')

Retrieve all the messages except those where the text contained some string.

Code Block

:!(text like 'SIPMAIN')

Known Issues

In Jira, Cmlog Viewer is a component in the SEAL Project.
Summary of known Jira Issues: https://jira.slac.stanford.edu/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=ASC&sorter/field=priority&pid=10447&component=10850