############################################################################## # # Example configuration for Grid Battery Controller # Nuvation BMS Babbage 18.08.1 Release (Firmware 4.88.1) # # Battery Pack with 4 Stacks Installed in a single Bank # # NOTE: This configuration is intended as an example and has NO WARRANTY # or guarantee of correctness for a particular application. # ############################################################################### # GBC NETWORK SETTINGS ############################################################################## # # Stack IP addresses # gbc_eth_bridge[0].ip_address = 192.168.4.21 gbc_eth_bridge[1].ip_address = 192.168.4.22 gbc_eth_bridge[2].ip_address = 192.168.4.23 gbc_eth_bridge[3].ip_address = 192.168.4.24 gbc_eth_bridge[4:35].ip_address = 0.0.0.0 gbc_eth_bridge[*].port = 8080 gbc_eth_bridge[*].publish_port = 8081 # ############################################################################## # PACK TOPOLOGY ############################################################################## # # Enabled and Installed Stacks # pack_stack[0:3].installed = 1 pack_stack[0:3].enabled = 1 pack_stack[0:3].bank_index = 0 pack_stack[4:35].installed = 0 pack_stack[4:35].enabled = 0 # ############################################################################## # CONTROL SETTINGS - Pack Connection Sequencing # # WARNING: DO NOT CHANGE unless you know what you are doing! ############################################################################## # pack_control.enabled = 0 pack_control.stack_delay = 5000000 # ############################################################################## # OPERATIONAL LIMITS - Controller Watchdog Fault # # WARNING: DO NOT CHANGE unless you know what you are doing! ############################################################################## # gbc_controller_wdt.period = 5000000 gbc_fault_controller_wdt.thresh = 1 gbc_fault_controller_wdt.time_hyst = 0 gbc_fault_controller_wdt.end_time_hyst = 0 gbc_fault_controller_wdt.latched = 1 # ############################################################################## # OPERATIONAL LIMITS - SC Ethernet communication faults, watchdogs and ready stacks # # WARNING: DO NOT CHANGE unless you know what you are doing! ############################################################################## # gbc_fault_eth_conn.thresh = 1 gbc_fault_eth_conn.time_hyst = 0 gbc_fault_eth_conn.end_time_hyst = 5000000 gbc_fault_eth_conn.latched = 0 # gbc_sc_controller_wdt_reset.period = 1000000 gbc_sc_controller_wdt_reset.enable = 1 # # Set for full ready stack fault tolerance pack_fault_ready_stacks.thresh = 0 pack_warn_ready_stacks.thresh = 3 # ############################################################################## # AUTO CONNECTION CONFIG - configuration on how stacks are auto-connected. # pack_control.enabled = 1 # 1.0 Amp tolerance pack_control.max_connect_current = 1000 # 1.0 Ohm stack resistance pack_control.stack_nominal_resistance = 1000 # 1.0 second delay between stack connections pack_control.stack_delay = 1000000 # Maximum power connect pack_control.connect_policy = 0 # ############################################################################## ############################################################################## # COMMUNICATION PROTOCOLS - RS-485 Modbus RTU ############################################################################## # gbc_modbus_rtu.device_address = 1