Windspeed Avg display error?
Posted: Mon Jul 07, 2008 4:32 am
I have a web page that displays various high/low/average values that gets updated routinely and is then pushed to an FTP server. Occasionally (but not consistently that I can see) the variable [hour1_wind0_speed_mph] fails to be given its value and instead shows up like this:
The Source shows the following when this happens:
<tr>
<td>Wind Speed</td>
<td>0.0 mph</td>
<td>[hour1_wind0_speed_mph] mph average, last hour</td>
<td>5.8 mph, day's maximum, from the ESE</td>
</tr>
As I noted, it usually displays the value properly. Any ideas as to why it sometimes fails to display?
The Source shows the following when this happens:
<tr>
<td>Wind Speed</td>
<td>0.0 mph</td>
<td>[hour1_wind0_speed_mph] mph average, last hour</td>
<td>5.8 mph, day's maximum, from the ESE</td>
</tr>
As I noted, it usually displays the value properly. Any ideas as to why it sometimes fails to display?