更新参数管理模块代码生成逻辑;

This commit is contained in:
2024-11-04 01:39:56 +08:00
parent 3d1a9e2b1d
commit 06c331080e
5 changed files with 120 additions and 10 deletions

4
.vscode/launch.json vendored
View File

@@ -11,7 +11,7 @@
"program": "source/main.py",
"console": "integratedTerminal",
"args": [
"test/param_input.xlsx",
"test/CBB_Param/param_input.xlsx",
"-t=CBB_Param",
"-d=PV_INV30",
]
@@ -24,7 +24,7 @@
"console": "integratedTerminal",
"args": [
// "${command:pickArgs}",
"test/光伏逆变器2.1_通信地址表_V01.xlsx",
"test/PV_Inverter/光伏逆变器2.1_通信地址表_V33.xlsx",
"-t=COMM_ARM",
"-d=PV_INV30"
],

4
.vscode/tasks.json vendored
View File

@@ -13,7 +13,7 @@
"type": "shell",
"command": "de_encrypt",
"args": [
"test/光伏逆变器2.1_通信地址表_V01.xlsx",
"${command:pickArgs}",
],
"problemMatcher": [],
@@ -34,7 +34,7 @@
"type": "shell",
"command": "rm",
"args": [
"test/光伏逆变器2.1_通信地址表_V01_dec.dec",
"${command:pickArgs}",
],
"problemMatcher": [],