06-30-2017 04:19 AM
I have a weird issue that I've noticed and not sure why/how it is happening:
I have some code modules that call VIs in a packed project library (PPL). This works fine in my development machine, but when I create the TestStand deployment, all of the PPL VIs are broken/cannot be found.
The VI Path is specified as 'My PPL.lvlibp\My VI.vi' (with no project) but when opening the sequence on the deployment machine, it appears as 'My PPL.lvlibp\My VI.vi\My VI.vi' (hence why it is broken) and I have to manually go through the sequences and fix the VI paths.
After much frustration, I was able to work around the issue by checking the 'Do not process this file or its dependencies' for the sequence that calls the VIs in the PPL but I don't think this is the right solution as that would mean it would then start to break if I also called standalone VIs / other code modules.
Any ideas?
07-03-2017 03:45 AM
Hi Sam,
This is really strange. Try as I might, I can't get it to happen. Can you give me some help in replicating this?
How are you referencing the code modules? (Relative/Absolute Paths)
How is your PPL structured? (folders etc.)
What type of distribution are you creating?
When you create the distribution, does it function on the development machine using those files instead of the development files?
Thanks,
Nic
07-03-2017 11:02 AM - edited 07-03-2017 11:03 AM
It happens that I am also seeing the exact same problem when building my deployments so I hope you don't mind me giving you the details of my situation:
Thanks in advance for any help you can give with this issue.
Adam
07-11-2017
02:23 PM
- last edited on
07-13-2024
04:40 PM
by
Content Cleaner
What version of TestStand are you using?
This sounds like CAR 533930, which was fixed in TestStand 2016. There is another forum post about it here.
Hope this helps!
Trent
07-12-2017 02:13 AM