Discussion forum about Comet system products
You are not logged in.
The webpages for the Hx5xx and Tx5xx have graphs of the recent history of the monitored data. These graphs are produced by a JavaScript library downloaded from the sensor called jsgraphics1.js. The graphs do not display except on Windows. The axis labels are there, and you can mouse-over it and tooltips appears showing the data points, but the graph is not drawn.
I have tried a variety of browsers on both Linux and Mac without success. I used the JavaScript debugger for Firefox and got nowhere. I've monitored the network traffic and it appears that the jsgraphics1.js file is never retrieved from the the sensor. However, "wget http://172.20.1.12/jsgraphics1.js" works.
Offline
In the Firefox Error Console, I get this whenever the page loads:
Error: ReferenceError: jsGraphics is not defined
Offline
Comparing output on the Firefox Web Console between Windows and Mac, it appears that the GET of jsgraphics1.js does not succeed on the Mac. The "status code" for the request is blank, and there is no sign of a response.
If I use lwp-download from the command line, it works.
Offline
Hello,
I think you have problem with multiple connection (sockets) from your web browser at one moment. Tx5xx and Hx5xx devices have only one socket web server. You can try disable multiple connection inside your web browser.
Example for Firefox:
about:config network.http.max-connections-per-server set to 1
Jan
Offline
Thank you! It does need to be 1. Current default on Mac and Linux is 15.
Offline
While this is a valid work-around something else must be going on as the setting in Firefox on Windows is also 15, yet it works.
Offline
Hello,
I think windows have different network stack (winsock library). Maybe for future we can thinking about multiple sockets for web server inside device.
Jan
Offline