Non ti assicuro nulla... ma prova...
Codice PHP:
$set_opzioni =
array(
'http' => array(
'timeout' => 100
)
);
$opzioni = stream_context_create($set_opzioni);
$url = "http://64.246.9.130:5555/scripts/stazioni/onda.asp?iID=10";
$code = file_get_contents($url, FALSE, $opzioni);
echo($code);