Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_main_telescope
-
Labels:
-
Story Points:3
-
Epic Link:
-
Sprint:TSSW Sprint - Mar 16 - Mar 30
-
Team:Telescope and Site
-
Urgent?:No
Description
Update the ts_MTMount code based on my conversation with Alberto 2020-03-23. Changes include:
- Enforce only one command at a time.
- The source field of errors and warnings is a string of the form f"{subsystem_id}. {text}", rather than a simple integer.
- The CSC should not command the azimuth cable wrap; let the azimuth axis take care of it. Remove the azimuth cable wrap from the simulator.
- Use the suggested startup sequence.
- Add the suggested shutdown sequence.
- Corrected the source-ish field for the error and warning replies. I had assumed it was an integer, but it turns out to be a string (that starts with an integer; it's ugly).
Pull request: https://github.com/lsst-ts/ts_MTMount/pull/4