root/lbmissions/trunk/pelagia/proglets.dat

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

Initial import.

Line 
1 # proglets.dat
2 #
3 # This file specifies the configuration of a
4 # science computer in a Webb Research Glider.
5 # CTD sn 0043
6 # BAM sn 019R
7 # BBFL2 sn 935
8 # AANDERAA sn 62
9 #------------------------------------------------------------------------
10 # CTD41CP Sea-bird  CTD(SBE-41)
11 # Continuous Profile Unit
12 #          Seabird CTD              OES                       Persistor
13 #Hardware: Pin 1(Power CTRL)                                 Pin 27 (CTD5)
14 #          Pin 2(TX OUT)         J7pin25(UART4 RXC)
15 #          Pin 3(MODE)                                       Pin 26 (CTD6)
16 #
17 proglet = ctd41cp
18     uart =     2    # UART4-RXC
19     bit  =    27    # Power Ctrl
20     bit  =    26    # MODE
21     start_snsr=c_profile_on(sec)
22     simulator = ctd41cp_sim
23 #
24 #------------------------------------------------------------------------
25 # wet labs bbfl2slo  custom 3-param fluorescence/scattering meter
26 # NOTE: This proglet requires the following sensor specific constants from
27 #       Wet Labs for deriving engineering units (put in autoexec.mi):
28 #         u_bbfl2s_bb_cwo(nodim)         # clean water offset, nodim == counts
29 #         u_bbfl2s_chlor_cwo(nodim)      # clean water offset, nodim == counts
30 #         u_bbfl2s_cdom_cwo(nodim)       # clean water offset, nodim == counts
31 #         u_bbfl2s_bb_sf(Mnodim)         # scale factor to get units
32 #         u_bbfl2s_chlor_sf(ug/l/nodim)  # scale factor to get units
33 #         u_bbfl2s_cdom_sf(ppb/nodim)    # scale factor to get units
34 #         u_bbfl2s_is_calibrated(bool) 1 # set to 1 after entering
35 #                                        # calibration constants
36 #
37 # For simulator, set u_wetlabs_sim_num_eng_units(nodim) to 3 in autoexec.mi
38 #
39 proglet = bbfl2s
40     uart       = 0          # U4Soem Pins T-2,R-3  (we only use receive)
41     bit        = 29         # power control for sensor
42     start_snsr = c_bbfl2s_on(sec)
43     simulator = wetlabs_sim
44 #
45 #------------------------------------------------------------------------
46 # Wetlabs BAM beam attenuation meter
47 proglet = bbam
48     uart       = 6     # U4Soem Pins T-2,R-3
49     bit        = 30    # power control
50     start_snsr = c_bbam_on(sec)
51     simulator  = bbam_sim
52
53 #------------------------------------------------------------------------
54 # Aanderaa Oxygen Optode 3835
55 proglet = oxy3835_wphase
56     uart       = 3          # U4Soem Pins T-2,R-3  (we only use receive)
57     bit        = 34         # power control for sensor
58     start_snsr = c_oxy3835_wphase_on(sec)
59
60 #------------------------------------------------------------------------
Note: See TracBrowser for help on using the browser.