From 737dec3c384f394fd6f9849b4480b697d1ba35d5 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 17 三月 2026 09:16:44 +0800
Subject: [PATCH] chore: 提交所有当前改动
---
Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-GWSC1/config.json | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-GWSC1/config.json b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-GWSC1/config.json
index f7bd4e8..1ec1899 100644
--- a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-GWSC1/config.json
+++ b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/Data/instance-GWSC1/config.json
@@ -4,11 +4,15 @@
"plcType": "S71500",
"port": 102,
"activationKey": "4b86f3fc-f650-3b08-5924-b0f8278d6ed2",
- "autoStart": false,
+ "autoStart": true,
+ "protocolTemplateId": "stacker-interaction-v1",
"memoryConfig": {
"mRegionSize": 1024,
- "dbBlockCount": 100,
- "dbBlockSize": 1024,
+ "dbBlockCount": 1,
+ "dbBlockNumbers": [
+ 100
+ ],
+ "dbBlockSize": 65536,
"iRegionSize": 256,
"qRegionSize": 256,
"tRegionCount": 64,
--
Gitblit v1.9.3