diff --git a/stitch_project/stitch/LockInAccumulator.vhd b/stitch_project/stitch/LockInAccumulator.vhd
index c92f8f62bf60c2797857e35d3f621170eccd9985..2810449afbdfb0a9a5e4cb6ce1cbd5a21a0e0f11 100644
--- a/stitch_project/stitch/LockInAccumulator.vhd
+++ b/stitch_project/stitch/LockInAccumulator.vhd
@@ -147,7 +147,8 @@ begin
                 dataInternal <= dataInternal;
                 sinApplied <= sinInternal;
                 cosApplied <= cosInternal;
-                dataApplied <= dataInternal;
+                --dataApplied <= dataInternal;
+                dataApplied <= (others => '0');
                 trigInternal <= '1';
                 enableInternal <= '1';
                 clearInternal <= '0';