## Configuration File for Gernot/Francisco mooring ## Target: OA Cabo Pulmo ############################################################################## # Modbus definitions # # modbus = [,,,] # # Default is 57600 baud, N81, RS485, pwr bit equal to serial line, e.g. # modbus = 1, 57600, N81_RS485, 1 # ############################################################################## #modbus = 7,,,,1 modbus = 7,,,,2 #modbus = 7 modbusDebug = 2 ############################################################################## # Output assignment # # output = [name], , , , , , # # serial = [name], , , , # # power = [name], , , , , , # ############################################################################## output = LicorA1, 3, 7, 1, 0, 1.0, 0.0 #Licor valve A1 output = LicorA2, 4, 7, 1, 1, 1.0, 0.0 #Licor valve A2 output = LicorB1, 5, 7, 1, 2, 1.0, 0.0 #Licor valve B1 output = LicorB2, 6, 7, 1, 3, 1.0, 0.0 #Licor valve B2 output = LicorC1, 7, 7, 1, 4, 1.0, 0.0 #Licor valve C1 output = LicorC2, 8, 7, 1, 5, 1.0, 0.0 #Licor valve C2 output = LicorD1, 9, 7, 1, 6, 1.0, 0.0 #Licor valve D1 output = LicorD2, 10, 7, 1, 7, 1.0, 0.0 #Licor valve D2 serial = Licor, 8, 7, 1, 1 # Serial port for Licor driver power = LicorPwr, 8, 7, 1, 1 # Virt power port for LiCor power = LicorPump, 9, 7, 1, 2 # Virt power port for LiCor pump power = LicorStd, 10,7, 1, 0 # Virt power port for standard valve ############################################################################## # OASIS Drivers # #driver = ,[,,, # ,,, # ,,, # ,, # ] ############################################################################## allowDrvrConflict = TRUE #driver = UserIF,,,,9600 driver = UserIF,,,,38400 driver = Telem,Telem,3600,,,,,,10 #min to wait #driver = Orbcomm,satmod,0,1,,,1 #run from oa telem #driver = PB200,PB200,3600,2,,,2 #Airmar Weather station #driver = AanderaaO2,optrode,3600,3,,,3,,,3,3,3,2 #driver = Microcat,Microcat,3600,4,,,4,,,,,5, #Microcat CTD driver = CB70xx,AnalogHum,0,6,,,6,,,,1,3,9,0x3,0,0x3,0 #run from licor.c driver = CB70xx,AnalogFlr,0,6,,,6,,,,1,3,9,0x8,0,0x8,0 #run by optrode_drv driver = CB70xx,AnalogPH,3600,6,,,6,EXT_ANALOG2,,,1,3,0xc,0x20,0,0x20,20 driver = Licor,Licor,3600,8,,,8,,,,9,3,5,10,13,0 #driver = LicorSingle,Licor,0,8,,,8,,,,9,3,5 #driver = LicorStd,LicorStd,0,8,,,8,,,,9,3,5,,35 driver = OnOff,Battery,0,5,19200,N81,0 #driver = UserIF,user2,120,2,9600,N81_ECHO_AUTOCR_XON,,,,30 #For 2nd user port ############################################################################## # Global Variables ############################################################################## pwrperm = 0 ascii = 2 wakeOnConsoleChar = true #licorDebug = true #analogDebug = true ############################################################################## # Variables for Licor driver ############################################################################## $analogDriver = AnalogHum $pulseTime = 0.2 $analogWaitTime = 5 $wetstarWaitTime = 20 $pumpOffTime = 5 $stdTime = 20 $dataWait = 30 #Max time driver should run to get sample # The following constants are for testing the system # Comment them out when ready for deployment $initTime = 20 $LiTime = 20 # The following constants are for deployment # Comment them out when testing #$initTime = 240 #$LiTime = 60 ############################################################################## # Scripts ############################################################################## script = modlog.scp