root/lbmissions/trunk/pelagia/tbdlist.dat

Revision 69 (checked in by cbc, 12 years ago)

Turn off BBAM on pelagia.

Line 
1 # tbdlist.dat
2 # A small subset of a dbd file intended to be transmitted in real time.
3 #
4 # 2009-10-06 fnj@omegatech.hatchescreek.com  Initial.
5 # 2010_02_22 dkaragon; SDL initial default, tbdlist.dat
6 # 2012_01_17 cbc@unc.edu change interval and yo_duty_cycle; use pelagia sensors
7 # 2012_03_05 cbc@unc.edu turn off bbam
8 #
9 # INTERVAL              Seconds since last stored value, 0 is store every value
10 # STATE                 State of glider (dive, hover, climb), 15 is always store
11 # HALFYOS               # of dive/climbs in this segment to record for, -1 store for all
12 # YO_DUTY_CYCLE         Store data every n'th yo in this segment, -1 is every dive/climb
13
14 # --------------------------------------------------------------------
15 # SENSOR NAME           INTERVAL  STATE     HALFYOS   YO_DUTY_CYCLE
16 # (Defaults)            0         15        -1        -1
17 # --------------------------------------------------------------------
18
19
20 # Basic Data
21 sci_m_present_time
22
23 # CTD41CP Sea-bird  CTD(SBE-41)
24 # proglet = ctd41cp
25 # -----------------------------
26 sci_ctd41cp_timestamp         12   7   -1  -1
27 sci_water_cond                12   7   -1  -1
28 sci_water_pressure            12   7   -1  -1
29 sci_water_temp                12   7   -1  -1
30
31 # Wetlabs BAM beam attenuation meter
32 # proglet = bbam
33 # ----------------------------------
34 # sci_bbam_beam_c               12   7   -1  -1
35 # sci_bbam_corr_sig
36 # sci_bbam_raw_sig
37 # sci_bbam_raw_ref
38 # sci_bbam_therm
39 # sci_bbam_timestamp
40
41 # Wetlabs bbfl2slo fluorometer / backscatter sensor
42 # proglet = bbfl2s
43 # -------------------------------------------------------------
44 sci_bbfl2s_bb_scaled          12   7   -1  -1
45 sci_bbfl2s_chlor_scaled       12   7   -1  -1
46 sci_bbfl2s_cdom_scaled        12   7   -1  -1
47 # -------------------------------------------------------------
48 # Possible when sensor: c_bbfl2s_num_fields_to_send(nodim)   10
49 # sci_bbfl2s_bb_sig
50 # sci_bbfl2s_chlor_sig
51 # sci_bbfl2s_cdom_sig
52 # sci_bbfl2s_bb_ref
53 # sci_bbfl2s_chlor_ref
54 # sci_bbfl2s_cdom_ref
55 # sci_bbfl2s_temp
56 # -------------------------------------------------------------
57 ## Possible when sensor: c_bbfl2s_num_fields_to_send(nodim)   11
58 ## sci_bbfl2s_timestamp
59
60 # Anderra Oxygen Optode 3835
61 # proglet = oxy3835_wphase
62 # --------------------------------------------------------------------
63 sci_oxy3835_wphase_oxygen        12   7   -1  -1
64 sci_oxy3835_wphase_saturation    12   7   -1  -1
65 # sci_oxy3835_wphase_temp
66 # sci_oxy3835_wphase_dphase
67 # --------------------------------------------------------------------
68 # Possible when sensor: c_oxy3835_wphase_num_fields_to_send(nodim) 4
69 # Set in autoexec.mi
70 # sci_oxy3835_wphase_temp
71 # sci_oxy3835_wphase_dphase
72 # --------------------------------------------------------------------
73 ## Possible when sensor: c_oxy3835_wphase_num_fields_to_send(nodim) 11
74 ## Set in autoexec.mi
75 ## sci_oxy3835_wphase_bphase
76 ## sci_oxy3835_wphase_rphase
77 ## sci_oxy3835_wphase_bamp
78 ## sci_oxy3835_wphase_bpot
79 ## sci_oxy3835_wphase_ramp
80 ## sci_oxy3835_wphase_rawtemp
81 ## sci_oxy3835_wphase_timestamp
82
83 # <sensor_name> [<interval>] [<state>] [<halfyos>] [<yo_duty_cycle>]
84 #
85 #   <sensor_name> specifies that the sensor be stored in the *.sbd file
86 #
87 #                 Default    sensor value is only stored when....
88 #
89 #   <interval>       0      There have been this many secs since
90 #                            the last value was stored.  0 means
91 #                            store every value.
92 #
93 #    <state>         15      A code representing what the glider
94 #                            is doing: dive/hove/climb/surface
95 #                            Data only stored when glider is doing
96 #                            what is specified. 15 is always store.
97 #                            See Argument Details for more info.
98 #
99 #    <halfyos>       -1      For this many dive/climbs in this
100 #                            segment, e.g. since last surfacing.
101 #                            -1 means stored for all dive/climbs
102 #                            See Argument Details for more info.
103 #
104 #   <yo_duty_cycle>  -1      Only stores data every n"th" yo in this
105 #                            segment, i.e. would cause data from
106 #                            every 10th dive&climb to be stored.
107 #                            <= 1 means every dive&climb.
108 #
109 # State Values:
110 #
111 #      0  none
112 #      1  diving
113 #      2  hovering
114 #      3  diving|hovering
115 #      4  climbing
116 #      5  diving|climbing
117 #      6  hovering|climbing
118 #      7  diving|hovering|climbing
119 #      8  on_surface
120 #      9  diving|on_surface
121 #      10 hovering|on_surface
122 #      11 diving|hovering|on_surface
123 #      12 climbing|on_surface
124 #      13 diving|climbing|on_surface
125 #      14 hovering|climbing|on_surface
126 #      15 diving|hovering|climbing|on_surface
127
Note: See TracBrowser for help on using the browser.