添加项目文件。

This commit is contained in:
xyy
2026-05-04 14:46:58 +08:00
parent c6f78782dc
commit 9ca9bc2f12
56 changed files with 14562 additions and 0 deletions

12
App.config Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--压力PLC-->
<add key="PLC1_IP" value="192.168.1.100"/>
<add key="PLC1_Port" value="502"/>
<!--二氧化碳PLC-->
<add key="PLC2_IP" value="192.168.1.100"/>
<add key="PLC2_Port" value="502"/>
</appSettings>
</configuration>