|
|
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
-
- <appSettings>
-
- <!--数据库连接-->
- <add key="ConnectionString" value="server=10.127.47.238;uid=lapp;pwd=Lapp1234!;database=Adient_IBK2" />
- <add key="ConnectionString1" value="server=101.201.121.115;uid=sa;pwd=Leit2020;database=Adient_IBK2" />
- <add key="ConnectionString2" value="server=127.0.0.1;uid=sa;pwd=aborlen.cn;database=Adient_IBK2" />
- <add key="PlcConnectTimeOut" value="2000" />
- <add key="ReceiveTimeOut" value="1500" />
- <add key="ReadByteCount" value="450" />
- <add key="EveryEventCount" value="1" />
- <add key="TagEventSleepTime" value="50" />
- <add key="PlcComFolderPath" value="D:\MyWork\Developement\MirrorBox\MirrorBox\MirrorBox\bin\Debug\" />
- <add key="PlcComClassName" value="Aborlen.Opc.HslHelper.SiemensPlc" />
- <add key="PlcComIpAddress" value="10.127.47.202"/>
- <add key="PlcType" value="50" />
- <add key="ServerReworkTime" value="60000" />
- <add key="UdpReceivePort" value="59604" />
- <add key="UdpSendPort" value="59603" />
- <add key="MqPubPort" value="59600" />
- <add key="ResponsePort" value="59601" />
- <add key="ServerIp" value="10.127.47.239" />
- <add key="LabelTemplateId" value="IBK2" />
- <add key="PrinterId" value="LabelPrinter" />
- <add key="SubScanBarIpPort1" value="10.127.47.239:9209" />
- <add key="SubScanBarIpPort2" value="LabelPrinter" />
- <add key="IsOpenStationLog" value="1" />
- </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="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
- </configuration>
|