From 3d43ffa3152110b7823f9fa6320c08a6ae02358a Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 10 9月 2025 11:15:40 +0800 Subject: [PATCH] 1、增加 堆垛机运行统计 2、增加po单空物料描述 --- siemenswmssditcode/wmsService/WMS_TestForm/App.config | 32 ++++++++++++++------------------ 1 files changed, 14 insertions(+), 18 deletions(-) diff --git a/siemenswmssditcode/wmsService/WMS_TestForm/App.config b/siemenswmssditcode/wmsService/WMS_TestForm/App.config index fc130cc..3ecd320 100644 --- a/siemenswmssditcode/wmsService/WMS_TestForm/App.config +++ b/siemenswmssditcode/wmsService/WMS_TestForm/App.config @@ -1,29 +1,25 @@ -锘�<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <configSections></configSections> <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/> </startup> <system.serviceModel> <bindings> <basicHttpBinding> - <binding name="BasicHttpBinding_IControlCenterWcfService" /> - <binding name="BasicHttpBinding_ISapWcfService" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"/> + <binding name="BasicHttpBinding_IControlCenterWcfService"/> + <binding name="BasicHttpBinding_ISapWcfService" maxBufferSize="2147483647" maxReceivedMessageSize="2147483647"/> </basicHttpBinding> </bindings> <client> - <endpoint address="http://localhost:8733/Design_Time_Addresses/iWareSAP.WCF/SapWcfService/" - binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISapWcfService" - contract="sendToSap.ISapWcfService" name="BasicHttpBinding_ISapWcfService" /> - <endpoint address="http://localhost:8733/Design_Time_Addresses/IWareCC.WCf.ControlCenterWcfService/ControlCenterWcfService/" - binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IControlCenterWcfService" - contract="wcfApi.IControlCenterWcfService" name="BasicHttpBinding_IControlCenterWcfService" /> + <endpoint address="http://localhost:8733/Design_Time_Addresses/iWareSAP.WCF/SapWcfService/" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ISapWcfService" contract="sendToSap.ISapWcfService" name="BasicHttpBinding_ISapWcfService"/> + <endpoint address="http://localhost:8733/Design_Time_Addresses/IWareCC.WCf.ControlCenterWcfService/ControlCenterWcfService/" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IControlCenterWcfService" contract="wcfApi.IControlCenterWcfService" name="BasicHttpBinding_IControlCenterWcfService"/> </client> <behaviors> <serviceBehaviors> <behavior name=""> - <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" /> - <serviceDebug includeExceptionDetailInFaults="false" /> + <serviceMetadata httpGetEnabled="true" httpsGetEnabled="true"/> + <serviceDebug includeExceptionDetailInFaults="false"/> </behavior> </serviceBehaviors> </behaviors> @@ -31,13 +27,13 @@ <service name="wcftest.wcf.apitest"> <endpoint address="" binding="basicHttpBinding" contract="wcftest.wcf.Iapitest"> <identity> - <dns value="localhost" /> + <dns value="localhost"/> </identity> </endpoint> - <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" /> + <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/> <host> <baseAddresses> - <add baseAddress="http://localhost:8733/Design_Time_Addresses/wcftest.wcf/apitest/" /> + <add baseAddress="http://localhost:8733/Design_Time_Addresses/wcftest.wcf/apitest/"/> <!--<add baseAddress="http://192.168.0.191:8733/Design_Time_Addresses/wcftest.wcf/apitest/ " _Dev />--> </baseAddresses> </host> @@ -45,14 +41,14 @@ </services> </system.serviceModel> <connectionStrings> - <add name="dbModel" connectionString="data source=.;initial catalog=YrtWMS_Siemens2;persist security info=True;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" /> + <add name="dbModel" connectionString="data source=.;initial catalog=YrtWMS_Siemens2;persist security info=True;user id=sa;password=123abc.com;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient"/> - <add name="deviceOrm" connectionString="data source=.;initial catalog=Siemens;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" /> + <add name="deviceOrm" connectionString="data source=.;initial catalog=Siemens;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient"/> </connectionStrings> <appSettings> <!--鏄惁鏄櫄鎷熶豢鐪熸ā寮�,true:鏄紝false锛氬惁銆傜敓浜х幆澧冭閰嶇疆涓篺alse 銆怑ditBy shaocx,2022-01-27銆�--> <add key="IsVirtualMode" value="true"/> </appSettings> -</configuration> \ No newline at end of file +</configuration> -- Gitblit v1.9.3