We have observed the delay problem described below and wonder if anyone can explain it and suggest a fix? We are using LabVIEW 8.5.1 on Windows XP Pro systems.
A delay or pause in the LabVIEW process is experienced when a remote PC views a vi panel using the NI Web Server. For example, running the simple "Main.vi" shown in the attached picture causes the 'Activity' indicator value to count up rapidly. If the NI Web Server is enabled for this vi, a remote PC can view the vi panel using Internet Explorer using a URL such as
or
The IP address '10.1.2.34' is just an example, as is the project name 'aproject.lvproj', these should correctly reflect the IP address and project name on the LabVIEW PC running Main.vi. It also seems 'My Computer' in the URL is case sensitive.
Whenever the remote PC refreshes the Main.vi 'page', the LabVIEW process stalls for several seconds (typically 4 or 5), which is clearly evident because the value of the 'Activity' indicator freezes for the few seconds while the remote browser accesses the vi panel. Additionally, CPU activity drops to zero during this freeze. In some other applications, this delay causes problems, and the Main.vi example here is provided to easily demonstrate the problem. The delay seems proportional to the 'routing' - there seems to be no delay if the browser is on the same PC as the vi, and in some cases the delay has been as long as 15 or 20 seconds possibly due to more levels of routing.
Thanks for looking this over, please let me know if you are able to duplicate the problem, and if there is a good fix for it.