10-03-2019 07:12 AM
It is not mapped to a network drive.
As stated, Z: is mapped to specific system (not OS - think different aircraft types - about 50 of them) folders on the local drive. Within the system folder is the directory structure for that system.
And remember, the program worked fine when double clicked in Windows Explorer or when launched manually from a DOS shell, using the same Z: path. It just did not like being launched from within A.exe like all of the other plugins are.
As stated, removing "Get All Matched Nodes.vi" and "Get First Matched Node.vi" (contained in NI_XML.lvlib) from the code in T.exe allows the program to run perfectly.
10-03-2019 07:22 AM
Hi
Interesting problem!
Some questions, to help troubleshoot:
1. Is T.exe the only plugin running a different LabVIEW version?
2. Are other plugins also located in the same manner, on mapped drives, like the T.exe?
3. What is the value in the Xpath expression? Is that a relative path or an absolute path?
4. Are you getting a valid Node reference into the library function call? And no errors in?
That's all I could think at the moment.