When I build my FPGA I get the following error:
An internal software error has occurred. Please contact National Instruments technical support at ni.com/support with the following information:
Error -61003 occurred at
Possible reason(s):
LabVIEW FPGA: You cannot include this function in a For Loop when the For Loop is inside a single-cycle Timed Loop.
My FPGA code is attached below.
It seems like it is due to my sub vi in a for loop in a single cycle timed loop, but I can't find anywhere taht says I can't do this.
The FPGA Main is set for preallocated clone reentrant execution.
Thanks