Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Serial TRHs on the Ah, C and main towers report their serial numbers in every data record, and so they can be displayed in real-time with rserial, or from the data archive with data_dump. Sensor id On the Ah towers, sensor id N,40 is the 0.5m TRH and N,50 is the 2m TRH, where N is the station number:

Code Block
data_dump -i 1,40 -A isfs_20120927_080000.dat.bz2 
data_dump -i 1,50 -A isfs_20120927_080000.dat.bz2 

TRHs that are sampled by Wisard motes report their serial numbers periodically in the Wisard message block.
NIDAS processing, such as statsproc, logs the Wisard sensor serial numbers that it finds in the data archive. One can grep the output of statsproc for the string TRH. The 0.5m TRH reports as sensorType 0x10, the 2 m as 0x11.

...