lsst.ts.mtmount

https://img.shields.io/badge/SAL Interface-gray.svg https://img.shields.io/badge/GitHub-gray.svg https://img.shields.io/badge/Jira-gray.svg

The MTMount CSC controls the Simonyi Survey Telescope main axes and related components at Vera C. Rubin Observatory.

The MTMount CSC also communicates with the low level Telescope Mount Assembly (TMA) controller, written by Tekniker. Also the MTMount CSC monitors the MTRotator CSC in order to command the camera cable wrap (CCW) to follow the rotator.

User Guide

Start the MTMount CSC as follows:

run_mtmount.py

Stop the CSC by sending it to the OFFLINE state.

See MTMount SAL communication interface for commands, events and telemetry.

When the MTMount CSC is started (sent from STANDBY to DISABLED state) it launches a background process to read telemetry from the low-level controller and publish it as SAL/DDS.

To control the MTMount CSC from the command line (e.g. for engineering), you may use the CSC commander. Please only do this if you are sure it will not interfere with operations:

command_mtmount.py --host ccw-mgmt.cp.lsst.org

Developer Guide

Version History