Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_main_telescope
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:TSSW Sprint - Jun 05 - Jun 19
-
Team:Telescope and Site
-
Urgent?:No
Description
Improve the telemetry rate between M2 Python GUI and cRIO simulator. Right now, there is the significant delay around 3-5 sec. I might be able to solve this by decreasing the available buffer size in telemetry?
In addition, I would like to check all the force calculation as well, especially for the force error and hardpoint correction (direction). In this part, I may need to check the calculation/telemetry in ts_m2com as well.
Note. In the refactoring, I need to consider the case that maybe the telemetry of controller would be incomplete as DM-39265.
Based on Patricio Cortes, this link should be helpful to check the event in cRIO: Event Structure Support in LabVIEW Real-Time. The setting can follow:
To reuse the socket immediately, I need to follow:
LabVIEW Returns Error 60 When Opening TCP Connection on Local Port.