Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_main_telescope
-
Story Points:2
-
Epic Link:
-
Sprint:TSSW Sprint - Feb 28 - Mar 14, TSSW Sprint - Mar 14 - Mar 28
-
Team:Telescope and Site
-
Urgent?:No
Description
Fix the bug that the client needs to send twice of clearError command. This needs to modify the hexapod and rotator controller codes.
Attachments
Issue Links
- is triggering
-
DM-34410 MTHexapod and MTRotator: stop sending clearError twice to the low-level controller
- Done
In ts_rotator_controller, the following global variables are involved in the clearError command: gInterlockOpen, gDriveFault, and gLinearEncFault. All of them are volatile and independent.