In the example Lab 7 - FPGA-Based Dwell Time for Precise Event Counting | Sci-Compiler , I am only getting nonzero counts for the first iteration of the loop when running the Python code. It seems like the EXPIRED output of the Timer, sent to the DATA_READY Register, stays high after it finishes counting. The command sdk.SetRegister(“board0:/Registers/DATA_READY”, 0) command doesn’t seem to do anything. Should there maybe be another Register added to the Diagram that can be used to write to the RESET input of the Timer?