Position of the counter in px from the upper window edge
Position of the counter from the left window edge
Position of the border image in px from the upper and left window edge.
Time in ms within which the applet updates the measured value; adjust as needed.
When using multiple Web-Thermographs at one location, it may be desirable to display the data from the individual units on the same Web page. This is a good application for PHP.
Using the following copy & paste example you can display the measurements from multiple devices (here two Web-Thermographs) on one Web page.
For this example you need a Web server with PHP interpreter.
Do you not yet have a Web-Thermograph but would like to simply try one out like the example presented here?
No problem: We’ll send you the Web-Thermograph Pt100/Pt1000 at no charge for 30 days. Simply fill out the sample order form, and we’ll ship the Web-IO Analog-In for testing on an open invoice. If you return the unit within 30 days, we will credit the invoice in full.
assigned it an IP address - which with WuTility is no problem.
1. HTTP GET Header enable disable
So that the units do not return the entire reply header (IP address, system name, sensor part number, temperature) but rather only the measurements itself, this option must first be turned off in the device configuration:
2. Incorporate PHP script into the Web page
Copy the JavaScript (shown in gray) from the following example, e.g. into the <body> area of your Web page (PHP commands are interpreted at any desired location on the page).
Modify the red IP address, the green HTTP port and the blue query command to your purposes.