You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.6 KiB
26 lines
1.6 KiB
<?xml version="1.0"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!--<add key="OPCServerIP" value="10.111.226.150" />-->
|
|
<add key="OPCServerIP" value="127.0.0.1"/>
|
|
<add key="OPCServerName" value="Kepware.KEPServerEX.V4"/>
|
|
<!--<add key="OPCServerName" value="kepware.KEPServerEX.V5" />-->
|
|
</appSettings>
|
|
|
|
<system.serviceModel>
|
|
<bindings>
|
|
<basicHttpBinding>
|
|
<binding name="BasicHttpBinding_IOpcService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="2147483647" maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
|
|
<readerQuotas maxDepth="32" maxStringContentLength="9097152" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
|
|
<security mode="None">
|
|
<transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
|
|
<message clientCredentialType="UserName" algorithmSuite="Default"/>
|
|
</security>
|
|
</binding>
|
|
</basicHttpBinding>
|
|
</bindings>
|
|
<client>
|
|
<endpoint address="http://localhost:8938/OpcService.svc" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IOpcService" contract="WebServiceForOpc.IOpcService" name="BasicHttpBinding_IOpcService"/>
|
|
</client>
|
|
</system.serviceModel>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
|
|