Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_main_telescope
-
Labels:
-
Story Points:2
-
Epic Link:
-
Team:Telescope and Site
-
Urgent?:No
Description
Continue the experiment with LabVIEW FPGA code and C programming using the FPGA C API Interface. Work on the comments/questions in the previous tickets DM-36940 and DM-37040.
- question2: what will happen if I want to release 5 elements and there are only 2 or 0 elements in the FIFO?
- question3: what will happen if I want to add more elements in the FIFO but there is no available space?
Based on my experimentation with the scenario you described before, for the first iteration, there is no problem. But for the second iteration, we will get the Timed Out? terminal in True after 6 new elements were written in.