root/lbmissions/trunk/pelagia/tbdlist.dat

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

Initial import.

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