chore: 初始化东安动力外部数据接口工程
This commit is contained in:
116
SlMesDbIterface/App.config
Normal file
116
SlMesDbIterface/App.config
Normal file
@@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<!--API端口号-->
|
||||
<add key="WebSvrPort" value="9981" />
|
||||
<add key="upload_Interval" value="10000" />
|
||||
<add key="upload_Interval_error" value="20000" />
|
||||
<add key="ConnectionString" value="server=.;database=DDV_TYZG;uid=sa;pwd=126.com;Connection Reset=FALSE;Max Pool Size = 1000" />
|
||||
<add key="MySqlConnectString" value="server=.;database=DDV_TYZG;username=sa;password=126.com;" />
|
||||
<!--<add key="MySqlConnectString" value="server=10.37.122.180;database=dct_ccyq;username=dct_user;password=dct_pwd;" />-->
|
||||
<add key="interfaceIDField" value="MOM-中控-011" />
|
||||
<add key="messageIDField" value="messageIDField_001" />
|
||||
<add key="receiverField" value="mom" />
|
||||
<add key="senderField" value="中控" />
|
||||
<add key="transIDField" value="transIDField_001" />
|
||||
<!--这里开始定义的是上传接口请求地址-->
|
||||
<!--变更通知执行结果上传接口-->
|
||||
<add key="changeUploadUrl" value="http://127.0.0.1:9981/api/IOrder/test" />
|
||||
<!--生产报工上传接口-->
|
||||
<add key="reportUploadUrl" value="http://127.0.0.1:9981/api/IOrder/test" />
|
||||
<!--_ANDON异常提报上传接口-->
|
||||
<add key="andonAbnormalUploadUr" value="http://127.0.0.1:9981/api/IOrder/test" />
|
||||
<!--空容器回收请求上传接口-->
|
||||
<add key="emptyContainerRecoveryUploadUr" value="http://127.0.0.1:9981/api/IOrder/test" />
|
||||
<!--临时工艺通知执行结果上传接口-->
|
||||
<add key="temporaryChangeUploadUrl" value="http://127.0.0.1:9981/api/IOrder/test" />
|
||||
|
||||
|
||||
</appSettings>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<system.serviceModel>
|
||||
<bindings>
|
||||
<basicHttpBinding>
|
||||
<binding
|
||||
openTimeout="00:10:00"
|
||||
closeTimeout="00:10:00"
|
||||
sendTimeout="00:10:00"
|
||||
receiveTimeout="00:10:00"
|
||||
name="pctEnergyInfoInterfaceSoapBinding" />
|
||||
<binding
|
||||
openTimeout="00:10:00"
|
||||
closeTimeout="00:10:00"
|
||||
sendTimeout="00:10:00"
|
||||
receiveTimeout="00:10:00"
|
||||
name="urmRsBaseInterfaceSoapBinding" />
|
||||
<binding
|
||||
openTimeout="00:10:00"
|
||||
closeTimeout="00:10:00"
|
||||
sendTimeout="00:10:00"
|
||||
receiveTimeout="00:10:00"
|
||||
name="urmRsBaseLifeInterfaceSoapBinding" />
|
||||
<binding
|
||||
openTimeout="00:10:00"
|
||||
closeTimeout="00:10:00"
|
||||
sendTimeout="00:10:00"
|
||||
receiveTimeout="00:10:00"
|
||||
name="colltReInterfaceSoapBinding" />
|
||||
<binding
|
||||
openTimeout="00:10:00"
|
||||
closeTimeout="00:10:00"
|
||||
sendTimeout="00:10:00"
|
||||
receiveTimeout="00:10:00"
|
||||
name="equipExceInterfaceSoapBinding" />
|
||||
<binding
|
||||
openTimeout="00:10:00"
|
||||
closeTimeout="00:10:00"
|
||||
sendTimeout="00:10:00"
|
||||
receiveTimeout="00:10:00"
|
||||
name="equipHistoryInterfaceSoapBinding" />
|
||||
<binding
|
||||
openTimeout="00:10:00"
|
||||
closeTimeout="00:10:00"
|
||||
sendTimeout="00:10:00"
|
||||
receiveTimeout="00:10:00"
|
||||
name="uexDaqInfoInterfaceSoapBinding" />
|
||||
</basicHttpBinding>
|
||||
</bindings>
|
||||
<client>
|
||||
<endpoint address="http://10.6.201.184:8011/CDMOM/COMMON/COMMON2CDMOM_EnergyInfo/ProxyServices/EnergyInfoPS"
|
||||
binding="basicHttpBinding" bindingConfiguration="pctEnergyInfoInterfaceSoapBinding"
|
||||
contract="ESB_energy.PctEnergyInfoInterface" name="PctEnergyInfoImplPort" />
|
||||
<endpoint address="http://10.6.201.184:8011/CDMOM/COMMON/COMMON2CDMOM_CutterDownInfo/ProxyServices/CutterDownInfoPS"
|
||||
binding="basicHttpBinding" bindingConfiguration="urmRsBaseInterfaceSoapBinding"
|
||||
contract="ESB_base.UrmRsBaseInterface" name="UrmRsBaseInterfaceImplPort" />
|
||||
<endpoint address="http://10.6.201.184:8011/CDMOM/COMMON/COMMON2CDMOM_CutterStateInfo/ProxyServices/CutterStateInfoPS"
|
||||
binding="basicHttpBinding" bindingConfiguration="urmRsBaseLifeInterfaceSoapBinding"
|
||||
contract="ESB_life.UrmRsBaseLifeInterface" name="UrmRsBaseLifeInterfaceImplPort" />
|
||||
<endpoint address="http://10.6.201.184:8011/CDMOM/COMMON/COMMON2CDMOM_EquipmentParameter/ProxyServices/EquipmentParameterPS"
|
||||
binding="basicHttpBinding" bindingConfiguration="colltReInterfaceSoapBinding"
|
||||
contract="ESB_collt.ColltReInterface" name="ColltReInterfaceImplPort" />
|
||||
<endpoint address="http://10.6.201.184:8011/CDMOM/COMMON/COMMON2CDMOM_EquipmentFailInfo/ProxyServices/EquipmentFailInfoPS"
|
||||
binding="basicHttpBinding" bindingConfiguration="equipExceInterfaceSoapBinding"
|
||||
contract="ESB_excep.EquipExceInterface" name="EquipExceInterfaceImplPort" />
|
||||
<endpoint address="http://10.6.201.184:8011/CDMOM/COMMON/COMMON2CDMOM_EquipmentStateInfo/ProxyServices/EquipmentStateInfoPS"
|
||||
binding="basicHttpBinding" bindingConfiguration="equipHistoryInterfaceSoapBinding"
|
||||
contract="ESB_history.EquipHistoryInterface" name="EquipHistoryInterfaceImplPort" />
|
||||
<endpoint address="http://10.6.201.184:8011/CDMOM/COMMON/COMMON2CDMOM_PassingPointInfo/ProxyServices/PassingPointInfoPS"
|
||||
binding="basicHttpBinding" bindingConfiguration="uexDaqInfoInterfaceSoapBinding"
|
||||
contract="ESB_daq.UexDaqInfoInterface" name="UexDaqInfoInterfaceImplPort" />
|
||||
</client>
|
||||
</system.serviceModel>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user