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.

15 lines
557 B
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>
<!--单机/网络,0为单机1为网络-->
<add key="NetType" value="1" />
<!--服务器IP地址-->
<add key="ServerIP" value="172.16.12.213" />
<!--机台信息-->
<add key="EquipCode" value="01006" />
<!--是否有胶料称客户端0:无1:有-->
<add key="FarControlType" value="1" />
<!--条码扫描串口名称-->
<add key="PortName" value="COM7" />
<!--条码扫描串口波特率-->
<add key="BaudRate" value="9600" />
</configuration>