From c493779a8504fe1eb548c865ff268a7f7436ec01 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 19 三月 2026 11:43:36 +0800
Subject: [PATCH] feat: 集成机械手客户端并重构模拟器前端工作台
---
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