Campbell Scientific CSAT3 CSAT3 3-D Sonic Anemometer - Page 41

CSAT3 is connected to the CR23X and the two devices

Page 41 highlights

CSAT3 Three Dimensional Sonic Anemometer ;Load the angle between North and the CSAT3 head. ;The station operator must enter the angle theta. ; 4: Z=F (P30) 1: 0 F ;= 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 (XF) (P89) 1: 5 X Loc [ diag ] 2: 2 3: 61503 F 4: 30 Then Do 11: Do (P86) 1: 11 Set Flag 1 High 33

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72

CSAT3 Three Dimensional Sonic Anemometer
;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
33