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 - Oct 28 - Nov 10, TSSW Sprint - Nov 11 - Nov 22
-
Team:Telescope and Site
Description
In rotator testing at SLAC DM-21951 we discovered that commands from the Python CSC were being ignored.
This ticket is to diagnose the problem. I propose to make use the fake cRIO controller in the ts_rotator package to talk to the real vendor's CSC, monitor the data in the commands sent by that CSC, and compare it to the data in the commands sent by the Python CSC.
I spent one day on this getting the vendor's middleware CSC running and talking to my mock rotator controller. I discovered that the enterControl command sent by the middleware is byte-for-byte identical to the one sent by my CSC. At this point I think my CSC is doing the right thing and the problem lies elsewhere. Unfortunately that will be difficult to prove until we have further access to real cRIOs or a working simulator.