From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Teststand loading very slow if Labview Run-Time Engine is selected as adapter configuration

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?

 

 

 

 

0 Kudos
Message 1 of 2
(2,109 Views)

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

Message 2 of 2
(2,040 Views)