07-27-2007 10:04 AM
07-30-2007 08:48 PM
Hello,
1) Do you have many images on your front panel?
2) Are you able to run a simple VI? For example, a VI that adds two number.
3) Are you able to load faster from another computer?
Please take a look at the following webpage (Section 1):
Developing Remote Front Panel LabVIEW Applications?
http://zone.ni.com/devzone/cda/tut/p/id/3277#toc2
07-31-2007 07:48 AM
1.) There aren't any "images", but there are, admittedly, a lot of controls on the front panel (in a tabbed control).
2.) I haven't tried a smaller VI to see how it loads.
3.) It tends to load a bit faster when I attempt to connect with my development machine, but not by much. I went through and updated all network settings I could find to match the two computers to little avail.
I had read the document you passed along and found it very helpful. I have implemented all the recommendations into my application (screen only updates @ 2Hz, etc.). The problem is not when I'm running. Once the remote panel is loaded, no problems are noted. The issue is when the panel is loading. It seems to lose steam: First loading 20%, then pausing for a few seconds, then loading an additional 1%, then pausing for a few seconds, then loading another 0.2%, then pausing for a few more seconds, then loading another 0.1%, and then continuing in a long-pause-small-advance pattern until I either lose patience, the application loads, or the download stalls.
I cannot understand why it would take the WWW server on the RT station over an hour to transmit 1.5MB of data.
Dan
08-01-2007 03:12 PM
08-14-2007 02:06 AM
08-14-2007 04:57 PM
08-15-2007 10:00 AM
I attempted to download using applications of various sizes. Sometimes they worked...other times they did not. It appeared that the smaller the application, the more likely it would be able to be transmitted before something went and "broke".
I captured a dump of the Ethernet traffic using Wireshark. I have attached the tcpdump file of the session. The download appeared to be going slow again, and finally stalled at "64.84% of 1150542 bytes". I only made a cursory study of what I found, but it appears that the TCP traffic starts really going insane. Out of order packets and missing packets and retransmissions...
While you guys chew on this, I'm going to be trying other cables and other network interfaces to see if this fixes the problem...
To Christoph, one thing that I've had to check (which I love, by the way...note the sarcasm) is in Internet Explorer. Many companies use the Automatic Configuration ability in the LAN connections setup in internet options. Be sure to uncheck this or IE will attempt to retrieve settings from you PXI controller, expecting it to be a server. Your page will hang forever. Just a thought. However, if you are seeing the download progress bar, then you are past that point and this idea is irrelevant.
Good luck,
Dan
08-16-2007 12:34 AM
08-16-2007 08:32 PM
Hi ChSt,
LabVIEW does not support any of the Windows Server editions. You can find this information in the release notes:
LabVIEW 8.5 Release Notes
http://www.ni.com/pdf/manuals/371778c.pdf
11-05-2007 06:27 AM