From b36969e12e306ad258520ac385eead060349da7f Mon Sep 17 00:00:00 2001 From: AFSMW Date: Tue, 24 Oct 2023 14:53:01 -0400 Subject: [PATCH] Added config-sil-dc user-config to add 160 kW demo Signed-off-by: Daniel Moore <9156191+drmrd@users.noreply.github.com> --- manager/user-config/config-sil-dc.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manager/user-config/config-sil-dc.yaml diff --git a/manager/user-config/config-sil-dc.yaml b/manager/user-config/config-sil-dc.yaml new file mode 100644 index 00000000..98b613f1 --- /dev/null +++ b/manager/user-config/config-sil-dc.yaml @@ -0,0 +1,17 @@ +active_modules: + powersupply_dc: + module: JsDCSupplySimulator + config_implementation: + main: + max_power: 250000 + max_current: 400 + car_simulator: + module: JsCarSimulator + config_module: + connector_id: 1 + auto_enable: true + auto_exec: false + auto_exec_commands: sleep 1;iec_wait_pwr_ready;sleep 1;draw_power_regulated 16,3;sleep 30;unplug + dc_target_current: 400 + dc_target_voltage: 400 + dc_max_power_limit: 200000 \ No newline at end of file