Owner's manual
R.M. Young Wind Sentry
;If WS < starting threshold then set WS = 0
3: If (X<=>F) (P89)
1: 2 X Loc [ WS_ms ]
2: 4 <
3: 0.21 F
4: 30 Then Do
4: Z=F x 10^n (P30)
1: 0 F
2: 0 n, Exponent of 10
3: 2 Z Loc [ WS_ms ]
5: End (P95)
;03002 or 03301 RM Young Wind Direction Sensor measurement - WindDir:
6: Excite-Delay (SE) (P4)
1: 1 Reps
2: 5 2500 mV Slow Range ;5000 mV(slow/60hz) range for CR23X, 21X, or CR7
3: 1 SE Channel
4: 1 Excite all reps w/Exchan 1
5: 2 Delay (0.01 sec units)
6: 2500 mV Excitation ;5000 mV for CR23X, 21X, or CR7
7: 3 Loc [ WindDir ]
8: 0.1408 Multiplier ;0.0704 for CR23X, 21X, or CR7
9: 0 Offset
7: If (X<=>F) (P89)
1: 3 X Loc [ WindDir ]
2: 3 >=
3: 360 F
4: 30 Then Do
8: Z=F x 10^n (P30)
1: 0 F
2: 0 n, Exponent of 10
3: 3 Z Loc [ WindDir ]
9: End (P95)
10: If (X<=>F) (P89)
1: 3 X Loc [ WindDir ]
2: 4 <
3: 0 F
4: 3 Then Do
11: Z=F x 10^n (P30)
1: 0 F
2: 0 n, Exponent of 10
3: 3 Z Loc [ WindDir ]
12: End (P95)
13: If time is (P92)
1: 0 Minutes (Seconds --) into a
2: 60 Interval (same units as above)
3: 10 Set Output Flag High (Flag 0)
16