06-19-2017 10:16 AM
The program we created for our experiments was created years ago using version 10 of labview. Recently, when we opened the program, over 100 errors have shown up when we try to run. We haven't changed the code since it was developed and was wondering if this could be an operating system error. Most of these errors deal with connecting two terminals of different types. The source being a fixed 1D array of size [32] of boolean and the sink being a 1D array of "void". An example is shown below:
Solved! Go to Solution.
06-19-2017 10:21 AM
Looks to me like you do not have a compatible version of the FPGA drivers installed. Did you install LabVIEW FPGA? Do you have other versions of LabVIEW also installed on this machine?
06-19-2017 12:00 PM
Did you just open up a VI? Or did you open up the VI within the context of a the project it was a part of?
(Opening up a VI that contains FPGA references outside of the project means it won't understand all of the FPGA references that are defined within the project.)
06-19-2017 02:38 PM
Thank you we got it to work!
06-20-2017 09:30 AM
Did one of the above suggestions do the trick? If so could you mark it as a solution? This will help users in the future find find the answer to this issue more easily.