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/appsettings.json |  101 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 100 insertions(+), 1 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/appsettings.json b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/appsettings.json
index 10f68b8..452c7a0 100644
--- a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/appsettings.json
+++ b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/appsettings.json
@@ -1,9 +1,108 @@
-{
+锘縶
   "Logging": {
     "LogLevel": {
       "Default": "Information",
       "Microsoft.AspNetCore": "Warning"
     }
   },
+  "ProtocolMonitoring": {
+    "PollingIntervalMs": 200,
+    "WcsLineRuleIds": [
+      "line-11001",
+      "line-11010",
+      "line-11020",
+      "line-11026"
+    ],
+    "PlcLinkStackerRuleIds": [],
+    "StackerInteractionRuleIds": [],
+    "TemplateBindings": [
+      {
+        "TemplateId": "wcs-line-v260202",
+        "ProtocolName": "WcsLineProtocol"
+      },
+      {
+        "TemplateId": "plclink-stacker-v1",
+        "ProtocolName": "PlcLinkStackerProtocol"
+      },
+      {
+        "TemplateId": "stacker-interaction-v1",
+        "ProtocolName": "StackerInteractionProtocol"
+      },
+      {
+        "TemplateId": "wcs-line-hcline",
+        "ProtocolName": "WcsLineProtocol"
+      }
+    ],
+    "MirrorAckRules": [
+      {
+        "RuleId": "line-11001",
+        "WcsAckFieldKey": "11001_WCS_ACK",
+        "PlcStbFieldKey": "11001_PLC_STB",
+        "ClearFieldKeysOnAck0": [
+          "11001_TaskNo",
+          "11001_Source",
+          "11001_Target",
+          "11001_Barcode"
+        ],
+        "ClearFieldKeysOnAck2": [
+          "11001_TaskNo",
+          "11001_Source",
+          "11001_Target",
+          "11001_Barcode"
+        ]
+      },
+      {
+        "RuleId": "line-11010",
+        "WcsAckFieldKey": "11010_WCS_ACK",
+        "PlcStbFieldKey": "11010_PLC_STB",
+        "ClearFieldKeysOnAck0": [
+          "11010_TaskNo",
+          "11010_Source",
+          "11010_Target",
+          "11010_Barcode"
+        ],
+        "ClearFieldKeysOnAck2": [
+          "11010_TaskNo",
+          "11010_Source",
+          "11010_Target",
+          "11010_Barcode"
+        ]
+      },
+      {
+        "RuleId": "line-11020",
+        "WcsAckFieldKey": "11020_WCS_ACK",
+        "PlcStbFieldKey": "11020_PLC_STB",
+        "ClearFieldKeysOnAck0": [
+          "11020_TaskNo",
+          "11020_Source",
+          "11020_Target",
+          "11020_Barcode"
+        ],
+        "ClearFieldKeysOnAck2": [
+          "11020_TaskNo",
+          "11020_Source",
+          "11020_Target",
+          "11020_Barcode"
+        ]
+      },
+      {
+        "RuleId": "line-11026",
+        "WcsAckFieldKey": "11026_WCS_ACK",
+        "PlcStbFieldKey": "11026_PLC_STB",
+        "ClearFieldKeysOnAck0": [
+          "11026_TaskNo",
+          "11026_Source",
+          "11026_Target",
+          "11026_Barcode"
+        ],
+        "ClearFieldKeysOnAck2": [
+          "11026_TaskNo",
+          "11026_Source",
+          "11026_Target",
+          "11026_Barcode"
+        ]
+      }
+    ]
+  },
   "AllowedHosts": "*"
 }

--
Gitblit v1.9.3