From 446b2fa344e3f3221f4684b6dad02bca2608e364 Mon Sep 17 00:00:00 2001 From: Jacob Henry Steenis <jacob.henry.steenis@cern.ch> Date: Fri, 8 Nov 2024 12:57:34 +0100 Subject: [PATCH 1/3] Update 2 files - /docs/gemdoc/overview.md - /docs/operations/taking-data.md --- docs/gemdoc/overview.md | 2 +- docs/operations/taking-data.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/gemdoc/overview.md b/docs/gemdoc/overview.md index a593853..33817aa 100644 --- a/docs/gemdoc/overview.md +++ b/docs/gemdoc/overview.md @@ -23,7 +23,7 @@ As DOC, it is important to keep an eye on these pages in addition to monitoring --- ## Reporting in Google Docs -1. [Run List 2023](https://docs.google.com/spreadsheets/d/1b5fQP5SsYUW0XheOydHnG1Yory3QIrJMMTwz4-rMkmc/edit#gid=179158703) : this is where you report the global runs (> 1hr) with info you find using the OMS page + **any useful info about GE11 and GE21** (this is mainly to report on the LV and HV status). +1. [Run List 2024](https://docs.google.com/spreadsheets/d/1md0qlCU7T7Isaa5_e6CAzrdJ3DQdap-T5H1eUQ4rvmE/edit?gid=370741251#gid=370741251) : this is where you report the global runs (> 1hr) with info you find using the OMS page + **any useful info about GE11 and GE21** (this is mainly to report on the LV and HV status). * Runs are separated by month. There is a separate page to report local runs. 2. [ToBeDone](https://docs.google.com/spreadsheets/u/1/d/1m_OqvUmCpz6ge8rljOpFvAVRUmRCXPSGtEvBphsajBo/htmlview?pli=1#) : Important here is a) the list of HV anomalies and Shorts and b) the Equivalent divider current to HV values diff --git a/docs/operations/taking-data.md b/docs/operations/taking-data.md index a8c8086..e1c4e52 100644 --- a/docs/operations/taking-data.md +++ b/docs/operations/taking-data.md @@ -36,7 +36,7 @@ You can also check in the logs present in `/gemdata/log/` what the software is d * Calibration type: `S-bit ARM DAC Scan` * Parameters: (defaults) * Output path: `/gemdata/runs/local/runE.DDDD.SSSSSL` -* Comment: **Consider that usually S-bits scans are taken without HV amplification to investigate the noise level in the detector, so you might need to take action with the DCS on the HV settings.** +* Comment: **Consider that usually S-bits scans are taken without HV amplification to investigate the noise level in the detector, so you might need to take action with the DCS on the HV settings. Often, this means ** #### Calibration pulse scan @@ -68,6 +68,18 @@ At these point analyze the scan using the command : from the terminal of `cmsusr`. When done without error messages, you can find results in Today's VFATs point at [GEM Grafana Dead Channels Trends](https://cmsgemonline-monitoring.app.cern.ch/d/Trh6MZd4k/dead-channels-trends?orgId=1). +#### Checking for shorts + +To check for shorts, ssh into the cmsusr-tunnel and execute the following commands : + +`ssh gemvm-control` + +`sudo -u gemdoc -i` + +`gem-find-shorts` + +Document any additional shorts in an ELOG and reach out to the RC about this. + ## Taking a MiniDAQ run with given threshold To take a run with fixed threshold, first connect to [RCMS](http://cmsrc-gem.cms:20000/rcms), then create a MiniDAQ3 session by clicking on "MiniDAQ3" then on "GEM_MiniDAQ_LV0_withAutomator"; alternatively, attach to a running session. -- GitLab From 32d680cc675b809376441c714a0d23ad1bde2d6c Mon Sep 17 00:00:00 2001 From: Jacob Henry Steenis <jacob.henry.steenis@cern.ch> Date: Fri, 8 Nov 2024 13:08:23 +0100 Subject: [PATCH 2/3] Update taking-data.md --- docs/operations/taking-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/taking-data.md b/docs/operations/taking-data.md index e1c4e52..d21f745 100644 --- a/docs/operations/taking-data.md +++ b/docs/operations/taking-data.md @@ -36,7 +36,7 @@ You can also check in the logs present in `/gemdata/log/` what the software is d * Calibration type: `S-bit ARM DAC Scan` * Parameters: (defaults) * Output path: `/gemdata/runs/local/runE.DDDD.SSSSSL` -* Comment: **Consider that usually S-bits scans are taken without HV amplification to investigate the noise level in the detector, so you might need to take action with the DCS on the HV settings. Often, this means ** +* Comment: **Consider that usually S-bits scans are taken without HV amplification to investigate the noise level in the detector, so you might need to take action with the DCS on the HV settings.** #### Calibration pulse scan -- GitLab From 5ce8fd8413d89e11375d972a0ddaf324a916b00d Mon Sep 17 00:00:00 2001 From: Jacob Henry Steenis <jacob.henry.steenis@cern.ch> Date: Mon, 11 Nov 2024 18:03:22 +0100 Subject: [PATCH 3/3] Sounds good. --- docs/operations/taking-data.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/operations/taking-data.md b/docs/operations/taking-data.md index d21f745..38b8bd7 100644 --- a/docs/operations/taking-data.md +++ b/docs/operations/taking-data.md @@ -72,11 +72,11 @@ from the terminal of `cmsusr`. When done without error messages, you can find re To check for shorts, ssh into the cmsusr-tunnel and execute the following commands : -`ssh gemvm-control` - -`sudo -u gemdoc -i` - -`gem-find-shorts` +``` +ssh gemvm-control +sudo -u gemdoc -i +gem-find-shorts +``` Document any additional shorts in an ELOG and reach out to the RC about this. -- GitLab