############################################################################## # # Example configuration for Battery Control Panel # # 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. # ############################################################################### # NETWORK SETTINGS ############################################################################## # # Stack IP addresses # gbc_eth_bridge[*].port = 8080 gbc_eth_bridge[*].publish_port = 8081 gbc_eth_bridge[*].ip_address = 0.0.0.0 gbc_eth_bridge[0].ip_address = 192.168.1.21 gbc_eth_bridge[1].ip_address = 192.168.1.22 gbc_eth_bridge[2].ip_address = 192.168.1.23 gbc_eth_bridge[3].ip_address = 192.168.1.24 # ############################################################################## # PACK TOPOLOGY ############################################################################## # # Enabled and Installed Stacks # pack_stack[*].installed = 0 pack_stack[*].enabled = 0 pack_stack[0:3].installed = 1 pack_stack[0:3].enabled = 1 pack_stack[0:3].bank_index = 0 # pack_stack_summary.bank_count = 1 # ############################################################################## # CONTROL SETTINGS - Pack Connection Sequencing # # WARNING: DO NOT CHANGE without carefully reviewing the # 'Configuration Settings' section of the Product Manual. ############################################################################## # pack_control.enabled = 0 pack_control.stack_delay = 5000000 # ############################################################################## # OPERATIONAL LIMITS - Controller Watchdog Fault # # WARNING: DO NOT CHANGE without carefully reviewing the # 'Configuration Settings' section of the Product Manual. ############################################################################## # 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 without carefully reviewing the # 'Configuration Settings' section of the Product Manual. ############################################################################## # 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_warn_eth_conn.thresh = 1 gbc_warn_eth_conn.time_hyst = 0 gbc_warn_eth_conn.end_time_hyst = 5000000 gbc_warn_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. # # Uncomment to enable auto connect #pack_control.enabled = 1 #pack_control.auto_connect = 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 policy pack_control.connect_policy = 0 # ############################################################################## # MESA - System topology mesa_counts.num_strings = 1 mesa_counts.modules_per_string = 1 mesa_counts.cells_per_module = 1