03-02-2008 02:44 AM
03-04-2008 11:11 AM
Hi,
You must use only fixed-size arrays in FPGA VIs. If you have a For Loop without a set number of iterations, you must use a Numeric Constant or a control to set the number of iterations. Alternatively, if you are building an array by using the Insert Into Array function, substitute with the Replace Array Subset function.
I don’t know if this solve your problem, if not attach your VI and I goanna see what’s happen.
Hope this helps,
03-05-2008 07:56 PM