Files
FATrace/FATrace.WPLApp/App.config
2026-01-13 15:03:02 +08:00

19 lines
1.3 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="connecting1" value="Data Source=192.168.40.2;user instance=false;Initial Catalog=DissColorMachine;User ID=sa;Password=ABCabc123" />
<add key="connecting2" value="Data Source=192.0.1.100;user instance=false;Initial Catalog=FATrace;TrustServerCertificate=True;User ID=sa;Password=Glico@123" />
<add key="connecting" value="Data Source=CT-PC;user instance=false;Initial Catalog=FATrace;TrustServerCertificate=True;User ID=sa;Password=12345678" />
<add key="connecting3" value="Data Source=CT-PC;user instance=false;Initial Catalog=FATrace;User ID=sa;Password=12345678" />
<add key="PLCIP" value="127.0.1.1" />
<add key="PLCPort" value="5000" />
<add key="PLCScan" value="600" />
<add key="RawProUseCsvPath" value="D:\TestData" />
<!-- Keyence 布尔量地址:用于 WeightPhotoEnable 信号(默认 M100 -->
<add key="Addr_WeightPhotoEnable" value="M100" />
<!-- Excel 导入源目录(可使用相对路径,相对于程序根目录),默认使用本项目下的 ExcelFile 目录 -->
<add key="ExcelImportSourceDir" value="D:\TestData\Test01" />
<!-- Excel 导入归档目录(可使用相对路径),默认使用 ExcelFile/Archive 目录 -->
<add key="ExcelImportArchiveDir" value="D:\TestData\Archive" />
</appSettings>
</configuration>