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,606 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,537 Views)