07-05-2019 01:55 AM
I have developed TestStand (2016 - 32-bit) program.
I'm also using LabVIEW 2017 Development System for writing programs.
I'm using LabVIEW simple user interface for running sequence file. (build EXE).
If I select Configure -> Adapters -> LabVIEW Development System as LabVIEW Adapter Configuration and press "Run" button on simple user interface, LabVIEW modules are loaded very quickly, but when I don't want to use this, and I select LabVIEW Run-Time Engine as LabVIEW Adapter Configuration, loading last very long before sequence run.
How can I speed up loading? Must I include search directories somehow for VIs to be loaded faster? Why this two adapters load VIs soo different?
07-24-2019 12:44 AM
Hello AndrazS
I recommend that your create one or more Packed Project Libraries (lvlibp) from your VI's and vall them instead of the VI calls.
These are loaded faster.
Usually I store my source code (sequence files and VI's) in a flat hierarchy and enter it in the search directory.
Regards,
Chris