From 2ef99428f9be29ec299029782edb97baef88e126 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 18 三月 2026 14:19:20 +0800
Subject: [PATCH] feat: 完成WCS/WMS任务链路与设备调度改造
---
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