#// how devices (anemometers, wind vanes, temperature, relative humidity) will be defined # serial_num; // no spaces # aq_type; // 0 - counter anemometer, 1 - voltage anemoeter, 2 - direction vane # // 3 - temperature, 4 - vasalia temperature/relative humidity # channel; // channel to which input is connected, based on type # // direction (type 2) and Vasalia (type 4) use two consecutive channels # // specify the lower number # pwr_chan; // -1 - no power needed, 0-7 - channel used for sensor power # max_volts // -1 - not reading volts, 0.078125V minimum, 10 volts maximum # conv_const; // (Type 0, 1) stall speed, m/s # // Type 2, not used # // Type 3, temperature at 0 volts # // Type 4, RH% at zero volts # conv_slope; // frequency(Hz) to speed(m/s) or Voltage(volts) to speed(m/s) ratio # // Type 2, not used # // Type 3, Voltage to temperature ratio # // Type 3, Voltage to RH% ratio # height; // height above ground surface (m) # serial number aq_type channel pwr_channel max_volts conv_const conv_slope height(m) # example Met One counter anemometer #Y2796 0 0 0 -1 1.0 1.7892 3.5 # example Sierra Misco voltage anemometer #SM1240 1 0 -1 2.5 0.447 1.250 2.5 # example CLimatronics Direction Vane #WM-III-550 2 4 7 5.0 0 0 0.0 # example Vasalia temp/RH (specify two lines) # temperature line #V1940079 3 6 -1 1.0 -40.0 0.01 2.0 # RH line #V1940079 4 7 -1 1.0 0.0 0.01 2.0 # number of devices (definition lines to be read) 1 # Met One counter anemometers 01-T24141 0 0 0 -1 0.0 1.0 1.0 #02-T24244 0 1 1 -1 0.0 1.0 2.0 #03-T24246 0 1 1 -1 0.0 1.0 2.0 #04-T24247 0 1 1 -1 0.0 1.0 2.0 #05-T22015 0 1 1 -1 0.0 1.0 2.0 #06-T24140 0 1 1 -1 0.0 1.0 2.0 #07-T24139 0 1 1 -1 0.0 1.0 2.0 #08-T25484 0 1 1 -1 0.0 1.0 2.0 #09-T25485 0 1 1 -1 0.0 1.0 2.0 #10-T24138 0 1 1 -1 0.0 1.0 2.0 #11-T25486 0 1 1 -1 0.0 1.0 2.0 #12-T25487 0 1 1 -1 0.0 1.0 2.0 #13-T24142 0 1 1 -1 0.0 1.0 2.0 #14-T22016 0 1 1 -1 0.0 1.0 2.0 #15-T24248 0 1 1 -1 0.0 1.0 2.0 #16-T24245 0 1 1 -1 0.0 1.0 2.0 #17-Y2796 0 1 1 -1 0.0 1.0 2.0 #18-Y2565 0 1 1 -1 0.0 1.0 2.0 #19-X17402 0 1 1 -1 0.0 1.0 2.0 #20-X17401 0 1 1 -1 0.0 1.0 2.0 # Sierra Misco voltage anemometer #01-SM1237 1 0 -1 2.5 0.447 1.250 2.5 #02-SM12?? 1 0 -1 2.5 0.447 1.250 2.5 #03-SM1244 1 0 -1 2.5 0.447 1.250 2.5 #04-SM1241 1 0 -1 2.5 0.447 1.250 2.5 #05-SM1235 1 0 -1 2.5 0.447 1.250 2.5 #06-SM1234 1 0 -1 2.5 0.447 1.250 2.5 #07-SM1240 1 0 -1 2.5 0.447 1.250 2.5