## Configuration File for Gernot/Francisco mooring ## Target: OA Mooring w/ VR2C ############################################################################## # Modbus definitions # # modbus = [,,,,] # # Default is 57600 baud, N81, RS485, pwr bit equal to serial line, e.g. # modbus = 1, 57600, N81_RS485, 1 # # flags bits: 0 = Keep modbus powered on after last close # 1 = Pwr off on last close if no power bits are set # 2 = Pwr off on last close if no power or I/O bits are set # 3 = Pwr off always on last close ############################################################################## modbus = 7,,,,1 #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, 0 # Virt power port for LiCor pump power = LicorStd, 10, 7, 1, 2 # Virt power port for Licor standard #serial = VR2C, 9, 7, 1, 0 # Serial port of shark detecor serial = batts, 9, 7, 1, 2 # Serial port for battery monitor ############################################################################## # OASIS Drivers # #driver = ,[,,, # ,,, # ,,, # ,, # ] ############################################################################## allowDrvrConflict = TRUE driver = UserIF,,,,38400 driver = env, env, 600,,,,,,,,10 #log oasis a/d channels internally driver = Viper,Radio,600,1,,,1 #Viper radio for telemetry driver = PB200,PB200,3600,2,,,2 #Airmar Weather station driver = AanderaaO2,optrode,900,3,,,3,,,3,3,3,2,30 #Aanderaa Optrode driver = Microcat,Microcat,900,4,,,4,,,15,3,0 #Microcat CTD driver = CB70xx,AnalogHum,0,6,,,6,EXT_ANALOG1,,,1,3,9,0x3,0,0x3,0 #run from licor.c driver = CB70xx,AnalogFlr,0,6,,,6,EXT_ANALOG3,,,1,3,9,0x8,0,0x8,0 #run by optrode_drv driver = CB70xx,AnalogPH,0,6,,,6,EXT_ANALOG2,,,1,3,0xc,0x20,0,0x20,20 driver = VR2C,shark,,5,,,0,,,2,450057,5,5,0 driver = Licor,Licor,3600,8,,,8,,,,9,3,5,,0 #driver = LicorSingle,Licor,0,8,,,8,,,,9,3,5 driver = Battmon,Battmon,3600,9,19200,,0 #driver = UserIF,user2,120,2,9600,N81_ECHO_AUTOCR_XON,,,,30 #For 2nd user port ############################################################################## # Global Variables ############################################################################## pwrperm = 30 #power Microcat & VR2C ascii = 1 #human readable 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 ############################################################################## # Scripts ############################################################################## script = modlog.scp #script = licor.scp #script = licor1.scp