From 0f1493a433875c512ba12c714ee3aaef8250fe5e Mon Sep 17 00:00:00 2001
From: hadaq
Date: Wed, 2 Feb 2022 00:11:20 +0100
Subject: [PATCH] update hmon docu
---
hmon/doc/daq-busy.htt | 23 +++++++++++++----------
hmon/doc/daq-outofsync.htt | 12 +++++++++---
hmon/doc/daq-readout.htt | 15 +++++++++------
hmon/doc/daq-timeouts.htt | 13 ++++++++++---
hmon/doc/eb-bytes.htt | 11 +++--------
hmon/doc/eb-errbits.htt | 8 ++++----
hmon/doc/eb-lostevt.htt | 11 +++++------
hmon/doc/eb-rate.htt | 5 +++--
hmon/doc/endp-mdc.htt | 6 ++----
hmon/doc/endp-other.htt | 1 -
hmon/doc/endp-rich.htt | 5 +++--
hmon/doc/endp-rpc.htt | 5 ++---
hmon/doc/endp-tof.htt | 4 +---
hmon/doc/feeerr-feeerr.htt | 10 ++++------
hmon/doc/feeerr-rpc.htt | 5 +++++
hmon/doc/feeerr-trginp.htt | 3 +--
hmon/doc/main-beamabort.htt | 9 +++++++++
hmon/doc/main-rate.htt | 15 +++++++++++----
hmon/doc/main-up.htt | 3 +++
hmon/doc/mdc-blocked.htt | 4 ++--
hmon/doc/mdc-token.htt | 2 +-
hmon/doc/misc-calib.htt | 5 +++--
hmon/doc/misc-env.htt | 2 ++
hmon/doc/misc-sequencer.htt | 6 +++---
hmon/doc/padiwa-ecal.htt | 7 +++++++
hmon/doc/padiwa-hodo.htt | 7 +++++++
hmon/doc/padiwa-itof.htt | 7 +++++++
hmon/doc/padiwa-start.htt | 7 +++++++
hmon/doc/padiwa-sts.htt | 6 ++++++
hmon/doc/rate-pt1.htt | 3 ++-
hmon/doc/rate-pt2.htt | 3 ++-
hmon/doc/rate-pt3.htt | 3 ++-
hmon/doc/rate-pt7.htt | 3 ++-
hmon/doc/rate-pt8.htt | 3 ++-
hmon/doc/rich-LV.htt | 6 +++---
hmon/doc/rich-bkpl.htt | 10 +++++-----
hmon/doc/rich-isob.htt | 12 ++++++------
hmon/doc/rich-richthr.htt | 7 +++++++
hmon/doc/rich-temp.htt | 6 +++---
hmon/doc/server-cpu.htt | 4 ++--
hmon/doc/server-fill.htt | 5 ++---
hmon/doc/trg-accepted.htt | 2 +-
hmon/doc/trg-pt1rate.htt | 3 ++-
hmon/doc/trg-source.htt | 13 +++++++------
hmon/doc/trg-start.htt | 3 +--
45 files changed, 191 insertions(+), 112 deletions(-)
create mode 100644 hmon/doc/feeerr-rpc.htt
create mode 100644 hmon/doc/padiwa-sts.htt
diff --git a/hmon/doc/daq-busy.htt b/hmon/doc/daq-busy.htt
index fc8e672..f3e6313 100644
--- a/hmon/doc/daq-busy.htt
+++ b/hmon/doc/daq-busy.htt
@@ -1,18 +1,21 @@
-Number of busy boards
+Busy Times / Busy Boards
-This button gives you the number of busy front-end boards, that have stopped working and are blocking the trigger.
+This field gives you the address of a busy front-end board, that has stopped working and is blocking the trigger.
During normal operation, the full message gives the busy times for all sub-systems.
-
Error Handling if the button is not Green
+Error Handling
-- If there is "readout waiting" reported at the same time, the real problem is to be found there.
-
- If there is a "sync" error reported at the same time, the real problem is to be found there.
-
- Check the list of board addresses, which board is busy.
-
- If all addresses start with '2' (from MDC), try to resync missing OEPs
-
- If all addresses start with '7' (from RICH), a 'Resync DiRich' should help
-
- If not, a DAQ restart should solve the problem.
+
- If there is a "sync" error reported at the same time, look there.
+
+
- If there is "readout waiting" reported at the same time, look there.
+
+
- Do a DAQ Restart
+
+
+Additional notes
+
- If the misbehaving board is from MDC and the error happens several times for the same board,
do a MDC power-cycle of the corresponding chamber.
- If the board is from MDC, and there is a "FEE Error" at the same time, an MDC LV power-cycle is needed.
@@ -22,7 +25,7 @@ do a MDC power-cycle of the corresponding chamber.
e.g. if the data transport to EB failed, the board with the smallest
buffer and the most data gets busy first.
-
*The list of addresses can be found at the wall next to the door to the server room.
+
*The list of addresses can be found on the main monitoring web page.
diff --git a/hmon/doc/daq-outofsync.htt b/hmon/doc/daq-outofsync.htt
index 5e2c81b..3a1fc80 100644
--- a/hmon/doc/daq-outofsync.htt
+++ b/hmon/doc/daq-outofsync.htt
@@ -2,13 +2,19 @@
Checks which boards are out of sync with the rest of the boards
-
Error Handling if the button is not Green
+Error Handling
- Check the list of board addresses, which board is busy.
-
- If the address starts with '7' (from RICH), try to resync DiRich
-
- If not, a DAQ restart should solve the problem.
+
- If all addresses start with '2' (from MDC), try "Resync missing OEPs"
+
- If all addresses start with '7' (from RICH), try "Resync DiRich"
+ - Do a DAQ restart
+
- If the problem came from RICH and the DAQ restart didn't help, try a "Reboot DiRich" and "Reboot RICH Combiner" (takes 1 second only) followed by a DAQ restart
+
- If it happens several times for the same board, consider a reboot of the corresponding board / subsystem
+
+
+
diff --git a/hmon/doc/daq-readout.htt b/hmon/doc/daq-readout.htt
index 4e14f1d..833fca1 100644
--- a/hmon/doc/daq-readout.htt
+++ b/hmon/doc/daq-readout.htt
@@ -1,10 +1,13 @@
+Read-out
+Usually shows the amount of data send to event builders, or the possible cause of a problem when readout has stopped.
+
+
Error Handling
- If there is a "Sync" error reported at the same time, look there.
-
- If the boards listed are from RICH (address starting with 7), do a Resync DiRich.
-
- If DAQ doesn't start again, make a DAQ Restart
-
- If this didn't help, try a "Reboot DiRich" and "Reboot RICH Combiner" (takes 1 second only) followed by a DAQ restart
-
- - If the board is not from RICH, do a DAQ restart
-
- If it happens several times for the same board, consider a reboot of the corresponding system (see the list on the wall next to the door to the server room for a list of addresses)
+
- If the boards listed are from RICH (address starting with 7), do a "Resync DiRich".
+
- If this didn't help, try a "Reboot DiRich" and "Reboot RICH Combiner" (takes 1 second only) followed by a DAQ restart
+
+ - Do a DAQ restart
+
- If it happens several times for the same board, consider a reboot of the corresponding board (see the list on the web server)
diff --git a/hmon/doc/daq-timeouts.htt b/hmon/doc/daq-timeouts.htt
index 59f6b06..c2cc5f9 100644
--- a/hmon/doc/daq-timeouts.htt
+++ b/hmon/doc/daq-timeouts.htt
@@ -2,8 +2,15 @@
This button gives information about not responding front-ends.
-Error Handling if the button is not Green
+Error Handling
-- This time-out detection is only available for MDC. Try to ReSync missing OEPs (takes 15 seconds).
-
- If the same board shows errors repeatingly, try a power cycle of this chamber.
+
- If all addresses start with '2' (from MDC), try "Resync missing OEPs"
+
- If all addresses start with '7' (from RICH), try "Resync DiRich"
+
- Do a DAQ restart
+
- If the same board shows errors repeatingly, try a reboot or power cycle of this subsystem.
+
+
+Additional Notes
+
-Error Handling if the button is not Green
+Error Handling
- Check the datarate that is delivered by DAQ
- If many events are lost, the EB might be overloaded. Check that the trigger rate is about the expected value.
-- Check that the number of eventbuilders can handle the intended datarate. Beam runs require at least 4 builder nodes, 8 is usual. Try to increase the number of event builders using the buttons "Set x EB" in the operator GUI
+- Check that the number of eventbuilders can handle the intended datarate. Beam runs require at least 4 builder nodes, 8 is usual. Try to increase the number of event builders using the buttons "Set x EB" in the operator GUI
- Check in the EB summary that writing data to local disk and TSM/lustre is working. There might be backpressure if too much data is written to tape. Try reducing the trigger rate.
- Restart the Eventbuilders
-- Only if datarate from DAQ is ok and many events are discarded. See details on restarting eventbuilders at #EB running
+- Only if datarate from DAQ is ok and many events are discarded.
- Try reboot of a failing DAQ system.
-- If the data sent by some system should be corrupted, try to reboot it using
-the "Reboot XY" buttons in the DAQ section of the operator GUI. Only if there is a hint (not green light in tactical overview) that something is wrong!
+- If the data sent by some system should be corrupted, try to reboot it. Only if there is a hint (not green light in tactical overview) that something is wrong!
- DAQ restart
-- Use "Start DAQ" button in operator GUI. If eventbuilders still discard events or do not work properly, restart them as described in #EB running
+- Use "Start DAQ" button in operator GUI. If eventbuilders still discard events or do not work properly, restart them
diff --git a/hmon/doc/eb-rate.htt b/hmon/doc/eb-rate.htt
index fdc95f2..fc04b56 100644
--- a/hmon/doc/eb-rate.htt
+++ b/hmon/doc/eb-rate.htt
@@ -2,9 +2,10 @@
The left number shows the average event rate (Ev/s) accepted by the central trigger system (CTS) in previous 120 seconds.
The right number shows the average event rate collected by the event builders (BNET).
-Both values should be approximately the same.
+Both values should be approximately the same, but differences are to be expected due to different counting methods.
+Note that this currently has a bug: Even when there is an error, the field flashes red only every few seconds and is green in between!
-Error Handling if the button is not Green for more than 10 seconds:
+Error Handling
- In case of a negative deviation
diff --git a/hmon/doc/endp-mdc.htt b/hmon/doc/endp-mdc.htt
index 985a340..c31b348 100644
--- a/hmon/doc/endp-mdc.htt
+++ b/hmon/doc/endp-mdc.htt
@@ -5,12 +5,10 @@ missing.
Error Handling
-- First thing to try: "Resync OEP".
+
- First thing to try: "Resync OEP" (not if >4 boards are missing).
- If this doesn't help, do a DAQ restart.
-
- If this doesn't help, do a power cycle of the MDC sector and Reboot OEP.
+
- If a board shows an error directly after DAQ restart several times, do a power-cycle of the corresponding sector
- If this doesn't help, use "Reboot MdcHub" plus 2 DAQ restarts.
-
- If 1-3 boards show an error, do a power-cycle of the corresponding sector
-
- If 7-9 boards show an error, do a DAQ restart
- If 14/16 boards show an error after a power-cycle, click "MDC LV Turn On ALL Relais". You can
check the status of relais here.
diff --git a/hmon/doc/endp-other.htt b/hmon/doc/endp-other.htt
index 619de68..ce9e135 100644
--- a/hmon/doc/endp-other.htt
+++ b/hmon/doc/endp-other.htt
@@ -6,5 +6,4 @@ The button is red if at least one module is missing.
Error Handling
Restart DAQ. If this doesn't help, do a power-cycle of the corresponding system.
- - see the list of addresses on the wall next to the door to the server room.
diff --git a/hmon/doc/endp-rich.htt b/hmon/doc/endp-rich.htt
index cb525b0..3bb6dad 100644
--- a/hmon/doc/endp-rich.htt
+++ b/hmon/doc/endp-rich.htt
@@ -6,8 +6,9 @@ modules are missing.
Error Handling
-- Do a DAQ restart
-
- If the same board (with 7xxx address) misses again afterwards, use "Resync DiRich" and another DAQ restart
+
- Try a Resync DiRich
+
- Do a DAQ restart
+
- Do another DAQ restart
- If this doesn't help, use "Reboot DiRich", "Reboot Rich Combiner" and a DAQ restart
- If many boards are missing (>100), check RICH power supplies
- If a hub board (with 8xxx address) is missing as well and a DAQ restart does not help, consider a RICH power cycle
diff --git a/hmon/doc/endp-rpc.htt b/hmon/doc/endp-rpc.htt
index 5fc9902..b60bd1b 100644
--- a/hmon/doc/endp-rpc.htt
+++ b/hmon/doc/endp-rpc.htt
@@ -1,11 +1,10 @@
ECal Endpoints
-This button shows if all ECal front-end modules are active. The button is red if at least one module
+This button shows if all ECal / STS / fRPC front-end modules are active. The button is red if at least one module
is missing.
Error Handling
Restart DAQ.
-
If this doesn't help after the third try, do a power-cycle of the ECalRpc 48V supply. Afterward,
-do a Reprogram FPGA and Restart DAQ.
+
If this doesn't help after the third try, do a power-cycle of the 48V supply of the corresponding system.
diff --git a/hmon/doc/endp-tof.htt b/hmon/doc/endp-tof.htt
index 03f74ca..fbfe50d 100644
--- a/hmon/doc/endp-tof.htt
+++ b/hmon/doc/endp-tof.htt
@@ -5,7 +5,5 @@ This button shows if all TOF and RPC front-end modules are active. The button is
module is missing.
Error Handling
- Restart DAQ. If this doesn't help, do a power-cycle of the corresponding system - see the list
-of addresses on the wall next to the door to the server room.
-
+
Restart DAQ. If this doesn't help, do a power-cycle of the corresponding system
diff --git a/hmon/doc/feeerr-feeerr.htt b/hmon/doc/feeerr-feeerr.htt
index 76dd933..28ef736 100644
--- a/hmon/doc/feeerr-feeerr.htt
+++ b/hmon/doc/feeerr-feeerr.htt
@@ -3,12 +3,10 @@
This button shows the number of boards that have not been initialised in the last few seconds.
This might appear from time to time because a front-end had an error bus recovered automatically.
-
Error Handling in case it is not Green for more than 30 seconds.
-- If there is a busy at the same time:
-
- If the board belongs to MDC: Do a LV power-cycle of the chamber
-
- Else: Do a DAQ restart.
-
- - Else: Do a DAQ restart.
+
Error Handling
+
+- Do a DAQ restart
+
- If the board belongs to MDC: Do a LV power-cycle of the corresponding chamber
diff --git a/hmon/doc/feeerr-rpc.htt b/hmon/doc/feeerr-rpc.htt
new file mode 100644
index 0000000..3b01f65
--- /dev/null
+++ b/hmon/doc/feeerr-rpc.htt
@@ -0,0 +1,5 @@
+RPC Thresholds
+Monitors the noise level in RPC. Sometimes noise in a part of the detector gets too high because of problems with the thresholds. Problems should also be visible in the rate plots for the detector (in one of the main operator windows).
+Error Handling
+Use "Thresholds RPC" to reload the proper settings. A DAQ restart is not needed.
+
If the situation doesn't change, inform the RPC operator.
diff --git a/hmon/doc/feeerr-trginp.htt b/hmon/doc/feeerr-trginp.htt
index 21c5679..ff0be7b 100644
--- a/hmon/doc/feeerr-trginp.htt
+++ b/hmon/doc/feeerr-trginp.htt
@@ -3,8 +3,7 @@
This button shows the trigger input errors. This could indicate a problem with a trigger / reference time / common stop signal.
Error Handling
-Restarting DAQ should help, but could also be a mechanical issue.
-
+This usually points to an electrical error in the trigger cabling in the cave. Nevertheless, try a DAQ restart.
diff --git a/hmon/doc/main-beamabort.htt b/hmon/doc/main-beamabort.htt
index e69de29..8ba4d28 100644
--- a/hmon/doc/main-beamabort.htt
+++ b/hmon/doc/main-beamabort.htt
@@ -0,0 +1,9 @@
+Beam Abort
+The beam abort is used to shut down the accelerator in emergency cases. The long message contains the current status of all possible sources of the beam abort.
+- If red blinking, the error condition is active, no beam to Hades should be possible
+
- If red, the error was active at some earlier point in time. Needs to be reset manually
+
- If yellow, the logic is not active and not beam abort will happen.
+
+
+Error Handling
+Errors have to be handled by the shift leader and the accelerator control room.
diff --git a/hmon/doc/main-rate.htt b/hmon/doc/main-rate.htt
index 47df2f1..c871d23 100644
--- a/hmon/doc/main-rate.htt
+++ b/hmon/doc/main-rate.htt
@@ -1,10 +1,17 @@
CTS Current Rate
-The current rate at which triggers are sent by the CTS. The rate should always be in the expected region! If it is not, first take a look at the CTS monitor for the TOF and RPC rates to find out where the problem is located.
+The current rate at which triggers are sent by the CTS. The rate should be constant, depending on the beam intensity and spill shape!
Error Handling
-Shown trigger rate is low, but DAQ is running faster- The counter has a bug if the trigger rate is above 130kHz (only reachable with pulser) due to a counter overflow. Ignore the warning message in this case.
+
+- Rate is 0
-
+
- If a red 'sync' error is shown (second row, right), the problem can be found there.
+
- If a red 'readout' error is shown (second row, right half), the problem can be found there.
+
- Check the "Busy Boards" to see if a front-end has stopped working and is blocking the trigger.
+
+Follow the usual restart DAQ guidelines to get the DAQ running again.
- Rate is 2-5 Hz
- Typically this happens when only calibration triggers are sent and no additional triggers are generated. Make sure this is desired and trigger settings are right.
-
- The rate is 0
- Check the "Busy Boards" monitor to see if a front-end has stopped working and is blocking the trigger. Follow the usual restart-DAQ guidelines to get the DAQ running again.
-
- Check the CTS settings if the right trigger source is selected.
+
+
- Unusual Value
- Check the CTS settings if the right trigger source is selected. Check the beam detectors to see if there is an accelerator problem.
+
diff --git a/hmon/doc/main-up.htt b/hmon/doc/main-up.htt
index e69de29..f8d9cf6 100644
--- a/hmon/doc/main-up.htt
+++ b/hmon/doc/main-up.htt
@@ -0,0 +1,3 @@
+Uptime
+The time since the last restart of the DAQ. Might be reset in case the monitoring is restarted manually.
+For information only.
diff --git a/hmon/doc/mdc-blocked.htt b/hmon/doc/mdc-blocked.htt
index 8e53125..cf3be06 100644
--- a/hmon/doc/mdc-blocked.htt
+++ b/hmon/doc/mdc-blocked.htt
@@ -1,6 +1,6 @@
-MDC Blocked
+MDC w/o data
-This button gives the number of MDC-MBO that do not deliver data (updated only if rate per motherboard is above 1000, and trigger is running at
+This button shows the number of MDC-MBO that do not deliver data (updated only if rate per motherboard is above 1000, and trigger is running at
more than 1000 Hz).
diff --git a/hmon/doc/mdc-token.htt b/hmon/doc/mdc-token.htt
index 38ace47..e722d60 100644
--- a/hmon/doc/mdc-token.htt
+++ b/hmon/doc/mdc-token.htt
@@ -1,6 +1,6 @@
MDC Token
-This button shows the number of automatically corrected motherboard errors. The number shouldn't be too high since any re-initialisation needs time. For very high rates, consider a power cycle of the corresponding chamber.
+This button shows the number of automatically corrected motherboard errors. The number shouldn't be too high since any re-initialisation needs time. For very high rates, consider a power cycle of the corresponding chamber. Ask the MDC expert.
diff --git a/hmon/doc/misc-calib.htt b/hmon/doc/misc-calib.htt
index 3f4c840..8282da7 100644
--- a/hmon/doc/misc-calib.htt
+++ b/hmon/doc/misc-calib.htt
@@ -4,9 +4,10 @@ This button gives you the status of the last TDC calibration.
Error Handling if the button is not Green
-Please run a new TDC calibration. Possible reasons are:
+Please talk to the DAQ expert if a new TDC calibration is needed. Possible reasons are:
-- The temperatur has shifted to far from last calibration.
+
- The temperatur has shifted too far from last calibration.
+
- This can happen after some boards have been shut off for some time and haven't reached their normal working temperature yet.
- There are front-ends in the system whose calibration file has not been updated
- The time since the last calibration is too long
- Eventbuilders return a bad quality of the last calibration run
diff --git a/hmon/doc/misc-env.htt b/hmon/doc/misc-env.htt
index e69de29..4273d61 100644
--- a/hmon/doc/misc-env.htt
+++ b/hmon/doc/misc-env.htt
@@ -0,0 +1,2 @@
+
Environment
+A monitor for the environment in the cave. The sensor is located below the RICH, next to the DAQ crates mounted there.
diff --git a/hmon/doc/misc-sequencer.htt b/hmon/doc/misc-sequencer.htt
index d76c428..722ac47 100644
--- a/hmon/doc/misc-sequencer.htt
+++ b/hmon/doc/misc-sequencer.htt
@@ -1,7 +1,7 @@
EPICS HV Sequencer
+Sequencers are a part of our high voltage control and monitoring system. All should be active for a safe operation.
-Some high voltage control is not working any more. Please inform the MDC operator before taking any action.
Error Handling
-Click the 'Restart Sequencer' button in the control window or run on lxhadeb06:
-
ssh scs@lxhadeb06 'echo -en "\x18" | netcat -w 1 localhost 4813
+Some high voltage control is not working any more. Please inform the respective detector expert before taking any action.
+
Click the 'Restart Sequencer' button in the control window
Restarting might take a minute until the button is green again.
diff --git a/hmon/doc/padiwa-ecal.htt b/hmon/doc/padiwa-ecal.htt
index e69de29..857e959 100644
--- a/hmon/doc/padiwa-ecal.htt
+++ b/hmon/doc/padiwa-ecal.htt
@@ -0,0 +1,7 @@
+
Padiwa ECal
+Shows the status and temperature of all Padiwa front-end boards in ECAL.
+
+ Error Handling
+If the error persists for more than a minute, do a DAQ restart.
+If this doesn't help, a powercycle of the ECAL front-ends might be needed.
+
diff --git a/hmon/doc/padiwa-hodo.htt b/hmon/doc/padiwa-hodo.htt
index e69de29..cba1658 100644
--- a/hmon/doc/padiwa-hodo.htt
+++ b/hmon/doc/padiwa-hodo.htt
@@ -0,0 +1,7 @@
+Padiwa Hodoscope
+Shows the status and temperature of all Padiwa front-end boards in the Hodoscope.
+
+ Error Handling
+If the error persists for more than a minute, do a DAQ restart.
+If this doesn't help, a powercycle of the Hodoscope front-ends might be needed.
+
diff --git a/hmon/doc/padiwa-itof.htt b/hmon/doc/padiwa-itof.htt
index e69de29..124bb3f 100644
--- a/hmon/doc/padiwa-itof.htt
+++ b/hmon/doc/padiwa-itof.htt
@@ -0,0 +1,7 @@
+Padiwa iTOF
+Shows the status and temperature of all Padiwa front-end boards in iTOF.
+
+ Error Handling
+If the error persists for more than a minute, do a DAQ restart.
+If this doesn't help, a powercycle of the iTOF front-ends might be needed.
+
diff --git a/hmon/doc/padiwa-start.htt b/hmon/doc/padiwa-start.htt
index e69de29..225c072 100644
--- a/hmon/doc/padiwa-start.htt
+++ b/hmon/doc/padiwa-start.htt
@@ -0,0 +1,7 @@
+Padiwa Start
+Shows the status and temperature of all Padiwa front-end boards in Start.
+
+ Error Handling
+If the error persists for more than a minute, do a DAQ restart.
+If this doesn't help, a powercycle of the Start front-ends might be needed.
+
diff --git a/hmon/doc/padiwa-sts.htt b/hmon/doc/padiwa-sts.htt
new file mode 100644
index 0000000..0c71fde
--- /dev/null
+++ b/hmon/doc/padiwa-sts.htt
@@ -0,0 +1,6 @@
+STS
+Shows the current consumption of the STS-2 FEE
+
+ Error Handling
+An error is shown if the power consumption is lower than nominal.
+Ask the STS operator to check if all frontends are operational or if a fuse is broken.
diff --git a/hmon/doc/rate-pt1.htt b/hmon/doc/rate-pt1.htt
index c6b8d80..cbeb9f8 100644
--- a/hmon/doc/rate-pt1.htt
+++ b/hmon/doc/rate-pt1.htt
@@ -1 +1,2 @@
-The actual rate on the PT1 (M2) trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
+Rate on trigger inputs
+The actual rate on the PT1 trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
diff --git a/hmon/doc/rate-pt2.htt b/hmon/doc/rate-pt2.htt
index c6b8d80..09a8cfe 100644
--- a/hmon/doc/rate-pt2.htt
+++ b/hmon/doc/rate-pt2.htt
@@ -1 +1,2 @@
-The actual rate on the PT1 (M2) trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
+Rate on trigger inputs
+The actual rate on the PT2 trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
diff --git a/hmon/doc/rate-pt3.htt b/hmon/doc/rate-pt3.htt
index c6b8d80..d9ec94e 100644
--- a/hmon/doc/rate-pt3.htt
+++ b/hmon/doc/rate-pt3.htt
@@ -1 +1,2 @@
-The actual rate on the PT1 (M2) trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
+Rate on trigger inputs
+The actual rate on the PT3 trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
diff --git a/hmon/doc/rate-pt7.htt b/hmon/doc/rate-pt7.htt
index c6b8d80..df4e4b0 100644
--- a/hmon/doc/rate-pt7.htt
+++ b/hmon/doc/rate-pt7.htt
@@ -1 +1,2 @@
-The actual rate on the PT1 (M2) trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
+Rate on trigger inputs
+The actual rate on the PT7 trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
diff --git a/hmon/doc/rate-pt8.htt b/hmon/doc/rate-pt8.htt
index c6b8d80..fc03cef 100644
--- a/hmon/doc/rate-pt8.htt
+++ b/hmon/doc/rate-pt8.htt
@@ -1 +1,2 @@
-The actual rate on the PT1 (M2) trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
+Rate on trigger inputs
+The actual rate on the PT8 trigger input. The left number is the raw count, the right number is after subtraction of the off-spill count rate to reduce noise.
diff --git a/hmon/doc/rich-LV.htt b/hmon/doc/rich-LV.htt
index 008a780..46ad753 100644
--- a/hmon/doc/rich-LV.htt
+++ b/hmon/doc/rich-LV.htt
@@ -1,13 +1,13 @@
DiRICH Voltage
-This button gives you the minimum and maximum voltage of the FEE of the RICH detector.
+This displaces you the minimum and maximum voltage of the FEE of the RICH detector.
Error Handling if the button is not Green
- Check if a backplane has significant different voltage values in DiRICH 1.1V and DiRICH 2.5V. Higher values on 4x4 backplanes are
normal!
-
- If a single backplane is on low power and makes problems, the LV connector has to be pressed in. An expert is needed!
-
- If Backplanes are white, possibly a LV Powersupply failed. An expert is needed!
+
- If a single backplane is on low power and makes problems, the LV connector at the detector has to be pressed on. This should only be done by an expert!
+
- If backplanes are white, possibly a LV powersupply failed. An expert is needed!
diff --git a/hmon/doc/rich-bkpl.htt b/hmon/doc/rich-bkpl.htt
index 92a3cb4..b38760a 100644
--- a/hmon/doc/rich-bkpl.htt
+++ b/hmon/doc/rich-bkpl.htt
@@ -1,15 +1,15 @@
DiRICH Temperature on Backplane
-This button gives you the minimum and maximum temperature between the Backplane and the MAPMTs (as well as at the inner spokes) in the RICH detector.
-This temperatur is critical for the RICH! The backplane temperature is connected to a interlock that shuts down the RICH after a certain temperature is reached (See Tactical Overview).
+This button gives you the minimum and maximum temperature between the backplane and the MAPMTs (as well as at the inner spokes) in the RICH detector.
+This temperature is critical for the RICH! The backplane temperature is connected to an interlock that shuts down the RICH if a certain temperature is reached as indicated above.
Error Handling if the button is not Green or Orange
- Temperature of DiRICH is too high.
-
- Check temperature of the Backplane and the Gas . Is update time up to date?
-
- If temperature is realy to high and it stays to high (ca. 2 min), call the operator.
-
- If Interlock has fired and RICH is down, call the operator.
+
- Check temperature of the backplane and the gas . Check if "update time" is up to date.
+
- If temperature stays too high (ca. 2 min), call the RICH operator.
+
- If interlock has fired and RICH is down, call the operator.
diff --git a/hmon/doc/rich-isob.htt b/hmon/doc/rich-isob.htt
index 22b6756..fa0e989 100644
--- a/hmon/doc/rich-isob.htt
+++ b/hmon/doc/rich-isob.htt
@@ -1,10 +1,10 @@
-Isobutan Gaspipe (RICH radiator)
+Iso-butane gas pipe (RICH radiator)
-This values indicate the status of the isobutan gas system.
-Isobutan pressure: Pressure of the inlet.
-O2 concentration: value should be below 400ppm. Oherwise a warning/error is shown.
-Isobutan Ratio: Should be below 50. Oherwise a warning/error is shown.
-Scales: weight of the two bottles next to of the target hall. Weight is an indication for an exchange of the bottles.
+This values indicate the status of the iso-butane gas system.
+Iso-butane pressure: Pressure of the inlet.
+O2 concentration: value should be below 400ppm. Otherwise a warning/error is shown.
+Iso-butane ratio: Should be above 50. Otherwise a warning/error is shown.
+Scales: Weight of the two bottles next to the target hall door. Weight is an indication for an exchange of the bottles.
diff --git a/hmon/doc/rich-richthr.htt b/hmon/doc/rich-richthr.htt
index e69de29..e008199 100644
--- a/hmon/doc/rich-richthr.htt
+++ b/hmon/doc/rich-richthr.htt
@@ -0,0 +1,7 @@
+
RICH Thresholds
+Checks if the thresholds for all RICH frontends are loaded properly.
+
+Error Handling
+A small number of problems (<100) is usually no problem and can be ignored.
+If a larger number is shown, reload thresholds for RICH (might take a while).
+If this doesn't help, talk to the RICH operator.
diff --git a/hmon/doc/rich-temp.htt b/hmon/doc/rich-temp.htt
index 2130bfd..188e06b 100644
--- a/hmon/doc/rich-temp.htt
+++ b/hmon/doc/rich-temp.htt
@@ -1,13 +1,13 @@
DiRICH Temperature
This button gives you the minimum and maximum temperature of the DiRICH boards of the RICH detector.
-This temperature is not directly criticly for the RICH operation, but it influences the inner temperature.
+This temperature is not directly critical for the RICH operation, but it influences the inner temperature.
Error Handling if the button is not Green
- Temperature of DiRICH is too high.
-
- Check temperature of all DiRICHs. Is update time up to date.
-
- If temperature is realy to high and it stays to high (ca. 2 min), call the operator.
+
- Check temperature of all DiRICHs. Check if "update time" is up to date.
+
- If temperature stays too high (ca. 2 min), call the RICH operator.
diff --git a/hmon/doc/server-cpu.htt b/hmon/doc/server-cpu.htt
index 642a142..7753d2d 100644
--- a/hmon/doc/server-cpu.htt
+++ b/hmon/doc/server-cpu.htt
@@ -4,11 +4,11 @@ This number gives you the server cpu with the highest load, which should not be
a high server cpu may lead to discarded events.
See a list of the CPU loads here.
-Error Handling if the button is not Green
+Error Handling
- You should have a look if there is some error in the status of the Eventbuilder-buttons.
If not, ignore the error.
-- If there is a problem, restart Eventbuilders as described in #EB running
+- If there is a problem, restart Eventbuilders
diff --git a/hmon/doc/server-fill.htt b/hmon/doc/server-fill.htt
index f2deb41..5b990e8 100644
--- a/hmon/doc/server-fill.htt
+++ b/hmon/doc/server-fill.htt
@@ -2,11 +2,10 @@
This button gives the disk fill level.
-Error Handling if the button is not Green
+Error Handling
-A detailled view of the fill level of every single disk can be seen here. The DAQ expert (!) should delete
-files, that have already been copied to lustre or on tape.
+A detailled view of the fill level of every single disk can be seen here. The DAQ expert (!) can delete files that have already been copied to lustre or on tape.
diff --git a/hmon/doc/trg-accepted.htt b/hmon/doc/trg-accepted.htt
index a2106d1..507dc6f 100644
--- a/hmon/doc/trg-accepted.htt
+++ b/hmon/doc/trg-accepted.htt
@@ -1,7 +1,7 @@
Trigger accepted
This button shows in percentage of available triggers accepted by the CTS to read out the front-end boards.
-Typical value should be around 50% in total.
+Typical value should be around 50% in total, depending on the beam intensity.
The first value shows the percentage of accepted triggers in the last second, the second value is the integral number for the last spill.
Error Handling if the button is not Green
diff --git a/hmon/doc/trg-pt1rate.htt b/hmon/doc/trg-pt1rate.htt
index fb3c588..e269f29 100644
--- a/hmon/doc/trg-pt1rate.htt
+++ b/hmon/doc/trg-pt1rate.htt
@@ -1,5 +1,5 @@
PT3 Rate
-
+
This button shows the triggered high multiplicity events per second compared to the countrate in the Start-detector.