All the latest at Pico Technology from new product releases to the exhibitions we're attending.
Up-to-date versions of the documentation supplied with your products in PDF format.
Want to share hints, tips and code with other developers? Show your Pico-based products to the world.
Everything you need to know about PC oscilloscopes from Advanced Triggers to Zooming.
Our library of science experiments suitable for use with oscilloscope and data logging products.
Everything you need to know about PC-based data loggers from Alarms to Zooming.
DrDAQ is a versatile instrument that connects to the USB port of any PC. Using the supplied PicoScope software it can be used as an oscilloscope, spectrum analyzer and signal generator.
The dew point is the temperature at which air is saturated with water vapor. If the temperature goes below the dew point, water will be begin to condense on solid surfaces, including dust or salt in the atmosphere, causing fog to form.
As the graph from PicoLog 6 screenshot clearly shows, dew point is closely related to relative humidity (dew point is the middle trace, relative humidity is the lower trace). It is often cited as a more precise way of quantifying "comfort" of the air because it is an absolute measurement (degrees C) unlike relative humidity which is a percentage.
To measure dew point, a DrDAQ provides an ideal cost-effective solution for measuring temperature using a DD100 temperature sensor, humidity using a PP163 humidity sensor, and therefore dew point in degrees Celsius using the following formula in PicoLog 6's math channel equation editor:
=((HUMIDITY
/100)^(1/8))*(112+(0.9*TEMP
))+0.1*TEMP
-112