I've been using this 'Transition Measurement vi' for a while and had no issues. But now I suddently have the issue of this vi, Transition Measurement, giving me an error of -20310. I made sure that input to that vi, wfm in and dt, have proper input. The problem occured when the vi called to this dll, lvanlys.dll. Following are what I found;
- 'lvanlys.dll' resides in c:\Program Files\National Instruments\LabVIEW 2009\resource, and it is pointing to the right path in vi (Yes, I'm using LabVIEW 2009)
- interesting thing is that when I find this dll using window search, it couldn't find the dll in this path, instead it searched the one I used in different project in different path (again, for this project i am pointing the right path of dll - C:\Program Files\National Inst...........)
- I tried to change the path of this dll and pointing to that path from vi, but NO success and gave the same problem
- I don't think this is the loading of DLL issue, I was able to load this using different path where dll resides (at least I didn't see LabVIEW's complaints)
What am I missing here? I do appreciate for all your help.