Manual
R.M. Young Wind Sentry 
    'Call Data Tables and Store Data 
 CallTable(Table1) 
 NextScan 
EndProg 
5.4.2 CR10X Example Program 
;{CR10X} 
*Table 1 Program 
 01: 5.0000   Execution Interval (seconds) 
1: Batt Voltage (P10) 
  1:  1    Loc [ Batt_Volt ] 
;03001 or 03101 RM Young Wind Sentry Wind Speed Sensor measurement - WS_ms: 
2: Pulse (P3) 
 1: 1   Reps 
 2: 1   Pulse Channel 1 
  3:  21    Low Level AC, Output Hz 
  4:  2    Loc [ WS_ms ] 
 5: 0.75   Multiplier 
 6: 0.2   Offset 
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) 
;03001 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.142    Multiplier ;0.071 for CR23X, 21X, or CR7 
 9: 0   Offset 
10 










