Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_main_telescope
-
Labels:
-
Epic Link:
-
Team:Telescope and Site
-
Urgent?:No
Description
Please remove the deprecated telemetry fields in rotator CSC with the new Tekniker rotator trajectory. The following fields are removed in the Simulink telemetry: ChAB_Cmd, ChA_Fb, and ChB_Fb.
Add the following telemetry fields:
// Actuator motor current of actuator 1-2 (unit is A)
|
double actMotorCurrent[2];
|
|
// Bus voltage of drive (unit is V)
|
double busVoltage;
|
Note. In DM-34177, the EUI will be used first to make sure the list of telemetry fields that needs to be updated. At this moment, this ticket is just a placeholder.
Attachments
Issue Links
- is triggered by
-
DM-34177 Upgrade the Rotator Controller with New Trajectory and Deploy on Summit
- Done
Implement this as part of
DM-31447. I looked at where this telemetry is used and found:DM-34311