I thought this would be the appropriate place to inquire about an issue I'm having (likely creating myself haha).
First off, I'm using LabVIEW 2011, and VIPM build 1692
When I first built a 'test package' just to see how the process worked, things went smooth just like the youtube video explaining how to do so...
Somewhere along the line, after building the first package containing actual VIs I want (and realizing I needed to rebuild or build a new package to replace) the builder started looking into LV's vi.lib for the source files (of the first vi it runs into) even though the subvis are in a subdir in the path I specify as the 'source directory'
The directory I'm dragging into 'source directory' is as follows:
-[Main]
-[Submain]
QSMstructure.vi
-[QSM VIs]
queue.vi
dequeue.vi
...
etc.vi
The queue and dequeue are subvis in the qsm structure...
I think what may be happening is that since QSMstructure.vi has subvis that no longer exist in vi.lib (because the package was uninstalled) it doesnt look for the subvis in the Main directory I pointed to...
any thoughts/ideas on how to figure this issue out?
Thanks!
-pat



Back to top








