LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Labwindows/CVI 2013 GUI loading issue.

Hi all

i am developing a application in labwin 2013. i face an issue regarding loading my GUI, which take more than 5 min when i press debug button. in start when i was developing application it start debug very quickly but after adding some code and function mentioned problem occurred.

even i comment new code but have same response it take 4 to 5min.

0 Kudos
Message 1 of 3
(1,331 Views)

Unfortunately we have not yet developed the abilty to predict the code that is not posted here...

 

Knowing which additional modules or toolkits (DAQmx, vision, SQL, SPC, third-party libraries...) have been added to your project may help in understanding the situation.

If you have it in your licence, you could try benchmarking the code using the Execution Profiler toolkit; if not, at least recording the timer after some sets of instructions can help in delimiting the problematic area.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(1,308 Views)

A 5min timeout sounds like some kind of network timeout. Open you .prj file in a text editor and see if there are any UNC paths (\\computername\pathname) that do not exist on your system...

0 Kudos
Message 3 of 3
(1,184 Views)