Versions Compared

Key

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

Content

Table of Contents

Login

In order to work with data on shared memory one has to login on specific monitoring node which is set in sxr experiment configuration file. Currently monitoring node is daq-sxr-mon06. It can be accessed through the chain of nodes (depending on where you are now):

...

#ProblemReasonSolution
1Everything is frozen and app does not respond on any button
  1. problem with event source (shared memory)
  2. something else is possible

Kill and restart app:

kill %1

emon

2Plot does not show anything
  1. went off-scale due to changed parameters
  2. no-data
close plot, at next data update it will be re-opened with current scale
3Plot shows two graphics...It happens due to non-synchronous access to graphic objects. Previous event is not cleaned up.Wait for next event for monitoring plots or click "Next" button for detector plot

...

References