Skip to content

Commit

Permalink
Add correction to SITCOM-1383
Browse files Browse the repository at this point in the history
  • Loading branch information
Garavena89 committed Nov 18, 2024
1 parent 8fceaeb commit 09890a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.12

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- If a file cannot include a title (surrounded by ampersands (#)), comment out the title from the template and include a comment explaining why this is implemented (in addition to applying the ``title`` directive).
.. Include one Primary Author and list of Contributors (comma separated) between the asterisks (*):
.. |author| replace:: *Ioana Sotuela*
.. |author| replace:: *David Sanmartim*
.. If there are no contributors, write "none" between the asterisks. Do not remove the substitution.
.. |contributors| replace:: *Gonzalo Aravena*, *Paulina Venegas*

Expand All @@ -33,22 +33,6 @@ This document outlines the procedure to restart the MTMount Operation Manager (O
Restarting the OM may be necessary for troubleshooting or maintenance purposes.
The OM is responsible for managing various operations related to the telescope mount.

.. _TMA-Restart-MTMount-Operation-Manager-Diagnosis:

Error diagnosis
===============

When trying to change the MTMount CSC from ``STANDBY`` to ``DISABLED`` state:

- MTMount goes to ``FAULT``.
- It could not retrieve telemetry from the CCW.
- Raises the following error message:

.. code-block:: text
:caption: MTMount Error Message when transitioning from ``STANDBY`` to ``DISABLED``
RuntimeError: Telemetry client timed out waiting for telemetry; giving up.
.. _TMA-Restart-MTMount-Operation-Manager-Steps:

Procedure Steps
Expand Down

0 comments on commit 09890a1

Please sign in to comment.