From c5c3e4e538a11f2a6391e6b2613375b1f92eb20a Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 15 四月 2026 14:39:18 +0800
Subject: [PATCH] feat: 添加Quartz日志助手类并重构任务服务日志记录
---
Code/测试工具/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-HCSC1/config.json | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git "a/Code/\346\265\213\350\257\225\345\267\245\345\205\267/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-HCSC1/config.json" "b/Code/\346\265\213\350\257\225\345\267\245\345\205\267/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-HCSC1/config.json"
index 2094de9..e916dec 100644
--- "a/Code/\346\265\213\350\257\225\345\267\245\345\205\267/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-HCSC1/config.json"
+++ "b/Code/\346\265\213\350\257\225\345\267\245\345\205\267/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-HCSC1/config.json"
@@ -2,16 +2,15 @@
"id": "HCSC1",
"name": "\u5316\u6210\u5806\u579B\u673A",
"plcType": "S71500",
- "port": 104,
+ "port": 102,
"activationKey": "",
"autoStart": false,
"protocolTemplateId": "protocol-HCSC1",
"memoryConfig": {
"mRegionSize": 1024,
- "dbBlockCount": 2,
+ "dbBlockCount": 1,
"dbBlockNumbers": [
- 910,
- 900
+ 510
],
"dbBlockSize": 65536,
"iRegionSize": 256,
--
Gitblit v1.9.3