11-30-2021 12:19 PM
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.
12-01-2021 03:16 AM
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.
12-17-2021 08:18 AM
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...