# proglets.dat # # brian.bertrand@teledyne.com initial configuration # # Wet Labs FLBBCDSLC s/n 4662 # Seabird CTD41N-PH s/n 9416 # #------------------------------------------------------------------------ # Wet Labs flbbcd fluorometer, scattering meter, and cdom sensor, baud rate 19200 # NOTE: This proglet requires the following sensor specific constants from # Wet Labs for deriving engineering units (put in autoexec.mi): # u_flbbcd_chlor_cwo(nodim) # clean water dark offset, nodim == counts # u_flbbcd_bb_cwo(nodim) # clean water dark offset, nodim == counts # u_flbbcd_cdom_cwo(nodim) # clean water dark offset, nodim == counts # u_flbbcd_chlor_sf(ug/l/nodim) # scale factor to get units # u_flbbcd_bb_sf(Mnodim) # scale factor to get units # u_flbbcd_cdom_sf(ppb/nodim) # scale factor to get units # u_flbbcd_is_calibrated(bool) 1 # set to 1 after entering # # calibration constants # # For simulator, set u_wetlabs_sim_num_eng_units(nodim) to 3 in autoexec.mi # proglet = flbbcd uart = 2 # U4Soem Pins T-2,R-4 (we only use receive) bit = 0 # power, battery start_snsr = c_flbbcd_on(sec) simulator = wetlabs_sim # #------------------------------------------------------------------------ # Aanderaa Oxygen Optode 4330F or 4841, baud rate 9600 # NOTE: This proglet requires the following input sensor (put in autoexec.mi): # u_oxy4_slow_surface_mode(bool) 1 (default for 4330F), 0 for 4841 model # proglet = oxy4 uart = 1 # U4Soem Pins T-2,R-3 bit = 2 # power, 8.8v start_snsr = c_oxy4_on(sec) #------------------------------------------------------------------------ # Sea-bird SBE41N-pH sensor, baud rate 9600 # NOTE: This proglet must be used in conjunction with a CTD; the CTD data # is required to post-process the pH output. This sensor is a CMOS # device and must be connected to a CMOS port. proglet = sbe41n_ph uart = 14 # UART4 Chan A bit = 3 # power, aux power start_snsr = c_sbe41n_ph_on(sec) # #------------------------------------------------------------------------ # CTD41CP Sea-bird CTD(SBE-41), baud rate 9600 # Continuous Profile Unit Single Bit Version # NOTE: This proglet is a substitute for the ctd41cp, it uses the # same output sensor names. Only 1 power bit and the UART is # different, there is also an initial line of text in the output. proglet = ctd41cp uart = 3 # UART4 Chan A bit = 0 # power, battery start_snsr = c_profile_on(sec) simulator = ctd41cp_sim