06-15-2026 02:04 PM
I have written a chopper/lock-in amplifier using a formula node, however the data is not transmitting through the program as I expect it to. The indicator graph on cooldown is a diagnostic used to see if data is flowing. I expect the lock-in output to be a flat line around 0 for this test. I am confident in the validity of the C code and am wondering if I am missing something obvious.
Solved! Go to Solution.
06-16-2026 10:22 AM
Run in Highlight mode, your inner loop never ends.
06-16-2026 02:36 PM
Thank you so much! I realize now I do not actually need that inner loop.