Issue Details
I'm developing a LabVIEW application that should finally run on a compactRIO system. The FPGA code uses memory blocks for storing and retrieving information (please see
Related Links).
Now I developed code on the Real-Time system of the compactRIO that should write data to the memory block. My code seems to be executable (no broken arrow):
But if I try to run or deploy the code I get an error during deployment pointing to errors with nirvimemoryFastEmulation.vi or lvSimController.dll:
How can I fix this?