
CSAT3 Three Dimensional Sonic Anemometer
33
;Load the angle between North and the CSAT3 head.
;The station operator must enter the angle theta.
;
4: Z=F (P30)
1: 0 F ;<- unique value
2: 0 Exponent of 10
3: 35 Z Loc [ theta ]
;Load the constants used in recording the number of times the
; diagnostic flags were on.
;
5: Z=F (P30)
1: 32768 F
2: 0 Exponent of 10
3: 31 Z Loc [ _8000h ]
6: Z=F (P30)
1: 16384 F
2: 0 Exponent of 10
3: 32 Z Loc [ _4000h ]
7: Z=F (P30)
1: 8192 F
2: 0 Exponent of 10
3: 33 Z Loc [ _2000h ]
8: Z=F (P30)
1: 4096 F
2: 0 Exponent of 10
3: 34 Z Loc [ _1000h ]
;Look for a diag that is not -99999, meaning that the
;CSAT3 is connected to the CR23X and the two devices
;are communicating correctly.
;
9: If (X<=>F) (P89)
1: 5 X Loc [ diag ]
2: 3 >=
3: 0 F
4: 30 Then Do
;Send the configuration command to the CSAT3 only if
;it is not acquiring the signal or making measurements,
;e.g. diag <> 61503.
;
10: If (X<=>F) (P89)
1: 5 X Loc [ diag ]
2: 2 <>
3: 61503 F
4: 30 Then Do
11: Do (P86)
1: 11 Set Flag 1 High
Kommentare zu diesen Handbüchern