Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_main_telescope
-
Labels:None
-
Story Points:2
-
Sprint:TSSW Sprint - Nov 07 - Nov 21
-
Team:Telescope and Site
Description
There are multiple configuration values triggering mirror failure due to HP excessive force (as measured by the load cell on top of the hardpoint):
HardpointMeasuredForceFaultHigh - which is never used in the code
HardpointMeasuredForceFSBWarningHigh - actually fault limit when force balancing is enabled
HardpointMeasuredForceWarningHigh - actual failure limit when force balancing is disabled
Either make sure the warning is really a warning and will not fault the mirror. Or drop all Warning, and replace those with Fault values.
Another possible solution is to specify failure values, and calculate warning values as fault values * ration configure for warning.
The checks were added in (mostly unrelated) commit "SAL 4 and XML 4.x compatible naming" by Dave Mills on Mar 9th 2020.