From 60735779c303c2dd10feea45d7fd761103b225e0 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周四, 21 11月 2024 15:03:38 +0800
Subject: [PATCH] 2222

---
 SDA/iWareSda/App.config |   24 ++++++++----------------
 1 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/SDA/iWareSda/App.config b/SDA/iWareSda/App.config
index 1b9bebc..21d2f1b 100644
--- a/SDA/iWareSda/App.config
+++ b/SDA/iWareSda/App.config
@@ -3,19 +3,11 @@
   <appSettings>
     <!-- 璇█閰嶇疆 閰嶇疆  0 涓枃 1 鑻辨枃 -->
     <add key="LanguageFlg" value="0"/>
-    <!-- 鍫嗗灈鏈虹殑PLC 閰嶇疆 -->
-    <add key="Srm1_Address" value="192.168.10.60"/>
-    <add key="Srm2_Address" value="192.168.10.68"/>
-    <add key="Srm3_Address" value="192.168.10.76"/>
-    <add key="Srm4_Address" value="192.168.10.84"/>
-    <add key="Srm_Rack" value="0"/>
-    <add key="Srm_Slot" value="1"/>
-    <add key="Srm_Port" value="102"/>
-    <!-- RGV鐨凱LC 閰嶇疆 -->
-    <add key="RGV_Address" value="192.168.10.10"/>
-    <add key="RGV_Rack" value="0"/>
-    <add key="RGV_Slot" value="1"/>
-    <add key="RGV_Port" value="102"/>
+    <!-- 绔欑偣鐨凱LC 閰嶇疆 -->
+    <add key="Station_Address" value="192.168.10.10"/>
+    <add key="Station_Rack" value="0"/>
+    <add key="Station_Slot" value="1"/>
+    <add key="Station_Port" value="102"/>
   </appSettings>
   <startup>
     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
@@ -43,8 +35,8 @@
           </baseAddresses>
         </host>
       </service>
-      <service name="iWareSda.RgvService">
-        <endpoint address="" binding="basicHttpBinding" contract="iWareSda.IRgvService">
+      <service name="iWareSda.StationService">
+        <endpoint address="" binding="basicHttpBinding" contract="iWareSda.IStationService">
           <identity>
             <dns value="localhost" />
           </identity>
@@ -52,7 +44,7 @@
         <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
         <host>
           <baseAddresses>
-            <add baseAddress="http://localhost:8733/Design_Time_Addresses/iWareSda/RgvService/" />
+            <add baseAddress="http://localhost:8733/Design_Time_Addresses/iWareSda/StationService/" />
           </baseAddresses>
         </host>
       </service>

--
Gitblit v1.9.3