## Configuration File for Gernot/Francisco mooring ## Target: BRS Controller Proto Board ############################################################################## # 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, 2 # Virt power port for LiCor pump power = Wetstar, 10, 7, 1, 0 # Virt power port for Wetstar ############################################################################## # OASIS Drivers # #driver = ,[,,, # ,,, # ,,, # ,, # ] ############################################################################## allowDrvrConflict = TRUE driver = UserIF,,,,38400 #driver = Viper,Radio,0,1,,,1 #Viper radio for telemetry #driver = Viper,Radio,600,1,,,1 #driver = PB200,PB200,3600,2,,,2 #Airmar Weather station driver = AanderaaO2,optrode,0,3,,,3,,,3,3,3,2 #driver = Microcat,Microcat,900,4,,,4 #Microcat CTD driver = CB70xx,Analog5V,0,6,,,6,,,,1,3,9,0xb,0 driver = CB70xx,AnalogPH,600,6,,,6,EXT_ANALOG2,,,1,3,0xc,0x70,0 #driver = Licor,Licor,0,8,,,8,,,,9,3,5 driver = LicorSingle,Licor,0,8,,,8,,,,9,3,5 #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 ############################################################################## # Scripts ############################################################################## script = modlog.scp script = licor.scp