Difference between revisions of "Weather Station"

From Earlham CS Department
Jump to navigation Jump to search
Line 5: Line 5:
 
== PDF Documents ==
 
== PDF Documents ==
  
Console: http://davisnet.com/product_documents/weather/manuals/07395-234_IM_06312.pdf
+
[http://davisnet.com/product_documents/weather/manuals/07395-234_IM_06312.pdf console]
  
Integrated Sensor Suite (collects weather readings): http://davisnet.com/product_documents/weather/manuals/07395-249_IM_06152.pdf
+
hardware configuration: [http://davisnet.com/product_documents/weather/manuals/07395-249_IM_06152.pdf ISS (Integrated Sensor Suite)]
  
Specification Sheet: http://davisnet.com/product_documents/weather/spec_sheets/6152C_6162C_SS.pdf
+
[http://davisnet.com/product_documents/weather/spec_sheets/6152C_6162C_SS.pdf specs]
 +
 
 +
[http://www.davisnet.com/product_documents/weather/spec_sheets/6510_40_44_50_60_SpecWLWin_Rev_D.pdf WeatherLink] (Data Logger, USB version - ignore Windows software descriptions):
  
WeatherLink (Data Logger, USB version - ignore Windows software descriptions):
 
http://www.davisnet.com/product_documents/weather/spec_sheets/6510_40_44_50_60_SpecWLWin_Rev_D.pdf
 
  
 
== Source Links ==
 
== Source Links ==
  
Cabled Vantage Pro2 Plus with Standard Radiation Shield: http://davisnet.com/weather/products/weather_product.asp?pnum=06162C
+
[http://davisnet.com/weather/products/weather_product.asp?pnum=06162C Cabled Vantage Pro2 Plus with Standard Radiation Shield]
  
Documentation (including other PDF's on weather station use): http://davisnet.com/weather/products/wx_product_docs.asp?pnum=06162C
+
[http://davisnet.com/weather/products/wx_product_docs.asp?pnum=06162C index for manufacturer documentation]
  
 
== Notes ==
 
== Notes ==

Revision as of 10:55, 21 July 2014

The weather station is a Vantage Pro2 Plus with Standard Radiation Shield. Ours is the cabled version, not the wireless version. The cable was chosen for greater stability and dependability. It will be installed on the roof of Dennis during the 2014 spring semester.

All documents are courtesy of Davis Instruments.

PDF Documents

console

hardware configuration: ISS (Integrated Sensor Suite)

specs

WeatherLink (Data Logger, USB version - ignore Windows software descriptions):


Source Links

Cabled Vantage Pro2 Plus with Standard Radiation Shield

index for manufacturer documentation

Notes

Use the following command to find the wview daemon:

  • find / -name "*wview*" | grep wviewd
  • I believe it's located in /home/new_weather/wview-5.21.5/debian/wviewd_vpro.1

vpconfig can be used to configure the VantagePro

  • documentation
  • must stop wviewd before making changes
  • currently VP is /dev/ttyUSB1
  • vpconfig /dev/ttyUSB1

use this to configure storing archived data to a psql database

  • I don't know what the SQL export page is
  • you don't need to create a root user as they specify (just use postgres)