You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.4 KiB
XML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<!--华为云环境-->
<add key="connectionString" value="Data Source=172.21.29.56;Port=6066;Initial Catalog=ry;uid=root; pwd=root" />
<!--涂布1冷压11双数模切机台号3单数模切机台号4-->
<add key="MachineID" value="1" />
<!--涂布TB冷压LY_A模切MQ_A-->
<add key="ProcessID" value="TB" />
<!--设备资产编号参考公共盘设备资源表对应设备-->
<add key="resource" value="COLDA02A" />
<!--涂布ANNOC1冷压ANCAP1模切ANEFS1-->
<add key="operation" value="ANEFS1" />
<!--涂布A面操作-->
<add key="operationByA" value="CANOC1" />
<!--涂布B面操作-->
<add key="operationByB" value="CANOC2" />
<!--涂布192.168.1.10、冷压192.168.0.2、模切192.168.1.88:502-->
<add key="PlcAddress" value="127.0.0.1" />
<add key="PlcPort" value="9600" />
<!--是否启用MES接口0不启用1启用-->
<add key="isMesFlag" value="1" />
<!--涂布膜长计算所需参数-->
<add key="membraneLength" value="8.1233" />
<!--是否启用冷压合卷报警0不启用1启用-->
<add key="isJudgementMaterial" value="1" />
<!--sfc临时存储-->
<add key="LYsfc" value="L32221109A0087" />
<add key="downNumber" value="3" />
<add key="plcSingalReadTime" value="1000" />
<add key="plcSingalWriteTime" value="10" />
<add key="readCount" value="2" />
<add key="ReadDbm" value="10" />
<add key="WriteDbm" value="10" />
<add key="AnalysisFlag" value="1" />
<add key="userName" value="Admin" />
<add key="roleId" value="2" />
<add key="tagAmount" value="3" />
<add key="readTime" value="10" />
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.116.0" newVersion="1.0.116.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>