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 - Aug 29 - Sep 12
-
Team:Telescope and Site
-
Urgent?:No
Description
Migrate the LabVIEW functions from M2 server (ts_mtm2) to M2 cell (ts_mtm2_cell). This ticket will take time to understand the M2 cell LabVIEW code as well.
Patricio has the documentation here: M2 Cell Code Documentation.
Attachments
Issue Links
- is triggering
-
DM-36063 Fix the Unsupported Dialog Error in Real-Time Controller
- Done
The main code needs to update is the NetworkInterface.vi. Before this, needs to update the code to let the cell code can read the configuration files. There is no message in STM to tell a command is done or not. I may need to do this part by myself.
It looks like I need to do all the user event for the TcpIpInterface in ts_mtm2. Otherwise, I can not copy this module directly.
It looks like I need to redo all the error code checking in the ts_mtm2 as well. The ts_mtm2_cell does not have this.