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/appsettings.json |   97 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 96 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..6266a51 100644
--- a/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/appsettings.json
+++ b/Code/WCS/WIDESEAWCS_S7Simulator/WIDESEAWCS_S7Simulator.Server/appsettings.json
@@ -1,9 +1,104 @@
-{
+锘縶
   "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"
+      }
+    ],
+    "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