");
fputs($logfile,$time);
fputs($logfile," ");
fputs($logfile,$contact);
fputs($logfile,"\n");
fflush($logfile);
fclose($logfile);
?>

Site Map
Hampton Technologies, Inc. designs and builds Supervisory Control & Data
Acquisition systems for science, industry, homeland security and defense.
We manufacture high capacity data loggers for remote locations
We manufacture conditional air samplers including: Relaxed Eddy Accumulators
(REA), Compass Sector Accumulators (CSA) and custom designed systems.
We use an open architecture SCADA protocol allowing components to
be distributed among many widely separated locations -- linked via radio,
Internet, wireline, cell phone, etc.
We build Safari Grade hardware -- tested for heat extreems and vibration
and intended for remote locations (perilous places).
We connect instruments and RTUs to the Internet using secure virtual private
network (VPN) protocol.
We build Safari Grade componets used by our OEM customers building their
own systems.
We support System Integrators putting systems together for their clients.
We have experience with these technologies: Radio, Microwave, Ethernet,
Internet, Linux, Infrared, Spectroscopy, IRGA, Telescopes, Photon
Counters, Cryogenics, Photomultipliers, Constant Flow Pump Control, Valve
Control, 16 bit A-to-D converters, Conditional Atmospheric Sampling,
Embedded Microcontrollers, Audio Systems, Radar Control, Data and Telecom
Switching, Machine Tools, Industrial Power Transmission, Variable Speed
Drives and Industrial Process Control.
";
echo "";
echo "© 2001-2008 Hampton Technologies, Inc. Colorado, USA
";
while(!feof ($taginfo))
{
$line = fgets($taginfo);
echo $line;
}
fclose($taginfo);
echo "
";
echo "Last modified: ";
echo $today;
echo "
";
?>