04-01-2019 06:18 AM
Hi,
I'm attempting to merge two VIs into one to allow me to monitor temperature and G forces from a MyRio 1900. Both VIs work separately, but when copying the code from the temperature sensor into the accelerometer code, I get the error 'Open FPGA VI Reference: FPGA VI not compiled error when combining VIs.'
The FPGA Target is used to read the raw temperatures from the MyRio temperature sensor, and when I run the target vi for the FPGA Target, it operates and reads temperatures without any issues. Is there an additional method of compiling this VI to solve this issue? Or any other work arounds?
Any help is much appreciated
Solved! Go to Solution.
04-03-2019 11:19 AM
Hi,
If you alter the FPGA VI with new functionality, you first must make sure you recompile the "new" FPGA VI to generate a new bitfile.
Following this, make sure that you have updated the configuration for the Open FPGA VI Reference node. It may well be that the reference you are opening (e.g. bitfile) has not been updated to reflect the changes you made when merging the two Vis together.
Did you do these two steps?
Thanks
04-04-2019 12:00 PM
Yes that was it! For some reason it stopped flagging it when I went to run the VI which confused me
Thank you for the help!