Files
2026-05-29 10:07:05 +08:00

29 lines
1.2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--<add key="MqttUrl" value="124.220.32.217:1883,MES/InstantMessaging/MisServer" />-->
<add key="MqttUrl" value="124.220.15.242:1883,MES/InstantMessaging/SY/MisServer" />
<add key="MqttTargetTopic" value="MES/InstantMessaging/SY" />
<add key="MqttTargetTopicPLC" value="MES/InstantMessaging/SY/MisServer" />
<add key="MqttTargetTopicTagTypeCodeID" value="MES/TagTypeCodeID" />
<add key="Url_WebApi" value="http://localhost:41186" />
<add key="ConnectionString_MES" value="server=124.220.15.242\MSSQLSERVER2012,1433;User ID=meswork;Password=126.com;database=MacroinfBasicDB_SY;Connection Reset=FALSE" />
<add key="OPName01" value="OP1010|1" />
<add key="OPName02" value="OP0050|2" />
<!--扫描枪COM口-->
<add key="PortName" value="COM1" />
<!--读超时即在1000内未读到数据就引起超时异常-->
<add key="ReadTimeout" value="1000" />
<!--比特率-->
<add key="BaudRate" value="115200" />
<!--祛除后尾乱码-->
<add key="ScannerTrim" value="1" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
</configuration>