Campbell Scientific TX312 High Data Rate GOES Transmitter User Manual

Page 52

Advertising
background image

Appendix D. RAWS-7 Data Format

D-4

;{CR10X}
;
; RAWS-7 Data format example program
;
;Description:

; Measurements:
; Battery voltage (BattVolt) - volts
; Air temperature (AirTemp) - Degrees F
; Relative humidity (RH) - Percent
; Wind speed (Wspd) - MPH
; Wind direction (Wdir) - Degrees 0 to 355
; Fuel temperature (FuelT) - Degrees F
; Fuel Moisture (FuelM) - Percent
; Precipitation (Prcip) - Hundredth of inch
; Solar radiation (Srad) - Watts per meter squared W/m^2
;
; Calculations:
; 10 minute averages for wind speed and direction.
; Hourly maximum wind speed with corresponding wind direction.
; Program Signature (Prog_Sig)

; RAWS-7 data format and transmission:
;
; Program based on a 3 hour window. Hourly data transmitted. The hourly
; RAWS-7 values are written to final storage at the top of the hour.

; At the top of the 3 hour interval, the RAWS-7 values are copied
; to the SAT HDR GOES transmitter. (P126, Self-timed/insert, format code 3).

; Four additional values are written to final storage and copied to
; the SAT HDR GOES:
; Hourly maximum wind speed and direction of max wind speed.
; Hourly average solar radiation.
; Hourly Fuel moisture
;

*Table 1 Program
01: 10

Execution

Interval

(seconds)


1: Batt Voltage (P10)
1: 1

Loc [ BattVolt ]


; Power up air temp and RH sensor (HMP45C-L)
2: Do (P86)
1: 41

Set Port 1 High


; Power up fuel moisture sensor
3: Do (P86)
1: 48

Set Port 8 High

Advertising