02-27-2007 04:46 PM
02-28-2007 05:42 PM
Hi crelf,
I am not sure that there is anything we
can do to directly reduce the speed of loading your VBAI file. Does it take this long every time or just the
first time you load the file? Does it
take this long if you load only one LabVIEW step (i.e. does the time reduce
with fewer LabVIEW steps)? Assuming that
you are loading the Run LabVIEW VI step, I would suggest trying to combine some
of the steps or calling fewer libraries. Please let us know if you would like further
clarification or assistance.
02-28-2007 07:01 PM
02-28-2007 07:17 PM
03-01-2007 06:37 PM
03-02-2007 08:09 AM
03-02-2007 09:00 AM
The reason the Run LabVIEW step could be taking a long time to load is because it may not be finding all the dependencies of the VI and so it searches your entire Hard drive. If all the dependencies are in LabVIEW's vi.lib, make sure you have the following line in your VBAI .ini file under the [Vision Builder] section:
viSearchPath=C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\vision\*;C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\*
(If your LabVIEW is in a different location, put the correct path)
If this doesn't fix the problem, then put your VI in an LLB with all the dependencies and this will fix the problem. The Run LabVIEW VI Context help explains how to make an LLB with all the dependencies.
Hope this helps,
Brad
03-07-2007 10:52 AM
03-13-2007 10:12 AM
Did you include vi.lib VIs in your LLB? Is your code something that you could send to me with your VBAI Inspection so I can see if we can reprodcue it here? Is there any hardware, or special DLLs/drivers required by your Run LabVIEW step?
Thanks,
Brad
03-14-2007 07:05 AM