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

TABLE 10-7., Wiring for Program Example 1, Description, Color, CR3000, EXAMPLE 1., Measuring

Page 32 highlights

CSAT3 Three Dimensional Sonic Anemometer TABLE 10-7. Wiring for Program Example 1 Description SDM Data SDM Clock SDM Enable Digital Ground SDM Signal Shield Power Power Refernece Power Shield Color Green White Brown Black Clear Red Black Clear CR3000 SDM-C1 SDM-C2 SDM-C3 G G +12 Vdc G G EXAMPLE 1. Measuring the CSAT3 Using the SDM Output and a CR3000 Datalogger 'CR3000 Series Datalogger '28 December 2006 'Copyright (c) 2006 Campbell Scientific, Inc. All rights reserved. 'The following sensors are measured: ' 'CSAT3 three dimensional sonic anemometer 'The site attendant must load in several constants and calibration values. Search 'for the text string "unique" to find the locations where unique constants and 'calibration values are entered. PipeLineMode '*** Constants *** 'Measurement Rate Const SCAN_INTERVAL = 100 '10 Hz '100 mSec 'Output period Const OUTPUT_INTERVAL = 30 'Online stats data output interval in minutes. Const CSAT3_AZIMUTH = 0 'Unique value. 'Compass azimuth of the -x axis. For the figure below, CSAT3_AZIMUTH = 90. '() -> Compass coordinate system '{} -> Right handed coordinate system 24

  • 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
TABLE 10-7.
Wiring for Program Example 1
Description
Color
CR3000
SDM Data
Green
SDM-C1
SDM Clock
White
SDM-C2
SDM Enable
Brown
SDM-C3
Digital Ground
Black
G
SDM Signal Shield
Clear
G
Power
Red
+12 Vdc
Power Refernece
Black
G
Power Shield
Clear
G
EXAMPLE 1.
Measuring the CSAT3 Using the SDM Output and a
CR3000 Datalogger
'CR3000 Series Datalogger
'28 December 2006
'Copyright (c) 2006 Campbell Scientific, Inc. All rights reserved.
'The following sensors are measured:
'
'CSAT3
three dimensional sonic anemometer
'The site attendant must load in several constants and calibration values. Search
'for the text string "unique" to find the locations where unique constants and
'calibration values are entered.
PipeLineMode
'*** Constants ***
'Measurement Rate
'10 Hz
Const SCAN_INTERVAL = 100
'100 mSec
'Output period
Const OUTPUT_INTERVAL = 30
'Online stats data output interval in minutes.
Const CSAT3_AZIMUTH = 0
'Unique value.
'Compass azimuth of the -x axis. For the figure below, CSAT3_AZIMUTH = 90.
'() -> Compass coordinate system
'{} -> Right handed coordinate system
24