Hello,
I am using a Matlab program to save data into input text files, use Custom VI to read these input files into Labview FPGA simulation program as Analog Inputs. Do calculation and send result of my program into Analog Outputs, that is actually saving calculation result into output text files. Use Matlab to read data from these output text files and plot them. However, I see that even for consecutive running times of my simulation program, Labview gave different results, which I can see clearly by comparing with a reference result in Matlab. Has anyone seen this issue before and what could be the reason, solution? Btw, my program uses block memory, but I tried not to read and write to a same address of the same block memory simultaneously by using sequences.
Thanks,
D.