05-02-2025 09:21 AM
I opened a LV project from version 2018 with the LabView 2025 (Q1). Although the function list of LV shows the DataFinder library, the old vi's does not load the used DataFinder vi's at all. What I see is only an empty grey box. Of course I could manually exchange those missing vi's but there are so many it is kind of impossible.
I tried to add the vi search path directly to the path of the DataFinder library but no success. I also masscompiled my old project but also no success. Here is an example of such corrupted vi:
The added search path:
The LabView 2018 I do not have installed but I think there must be another workaround.
Thanks in advance
05-02-2025 10:14 AM
Have you tried mass compiling the code? You could also search for the VI by right clicking and replacing the one that are not found.
05-02-2025 10:29 AM
You set the include folder to LV 2022, is that intended? DataFinder was moved to the LVAddons folder (C:\Program Files\NI\LVAddons), which automatically shadows the LabVIEW install folder. Perhaps there is an issue with that.
See here about LVAddons: https://labviewwiki.org/wiki/LVAddons
05-02-2025 10:35 AM
Why did you add a "2022" search path for LabVIEW 2025? (Also is your 2025 32bit or 64bit?)
I don't think modifying the search path should be necessary, so something else might be wrong.
05-05-2025 12:25 AM - edited 05-05-2025 12:42 AM
I am using LV 2025 64bit. I added this additional search path only to see if LV finds the missing vi's - but no success. So I removed it again...
It is correct that I have a DataFinder folder in this path:
C:\Program Files\NI\LVAddons\dfc\1\vi.lib
So in this case I assume LV should find the missing libs but it does not. I could with right click exchange every missing vi but this would take hours to finish it. So there must be another solution for the issue.
Any other ideas?
05-05-2025 01:19 AM
Currently I am using LV 2025 64bit the project I am using was made back in 2018 but very likely with LV 32bit. Could this be an issue? If yes, how can I solve it?
I have seen the datafinder toolkit is only availabe for 2018 as 32bit.