ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exe Load Time

Hi,

 

The LabVIEW application (.exe file) I built takes about 11-12 secs to load.

I am wondering why is this and is there any way I could speed it up?

The application uses .NET.

0 Kudos
Message 1 of 4
(2,568 Views)

Hi Sable,

 

does it always take that time or only on first start?

 

The generic answer is: create some kind of SplashScreen window. Then load other lodules of your program in the background of that splashscreen to improve UX…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,555 Views)

Every time.

SplashScreen window doesn't really help the loading time.

0 Kudos
Message 3 of 4
(2,551 Views)

Hi Sable,

 

SplashScreen window doesn't really help the loading time.

But it creates a better UX: the user actually sees the application is working. Even more, when there is a progress bar to indicate the loading process!

 

Waiting for 10s is acceptable for me. Starting Word or Excel may take longer…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,541 Views)