This commit is contained in:
xyy
2026-05-07 16:51:45 +08:00
parent 9ca9bc2f12
commit 6d358c2bf0
16 changed files with 648 additions and 183 deletions

View File

@@ -2,11 +2,15 @@
<configuration>
<appSettings>
<!--压力PLC-->
<add key="PLC1_IP" value="192.168.1.100"/>
<!--<add key="PLC1_IP" value="192.168.1.100"/>-->
<add key="PLC1_IP" value="127.0.0.1"/>
<add key="PLC1_Port" value="502"/>
<!--二氧化碳PLC-->
<add key="PLC2_IP" value="192.168.1.100"/>
<!--<add key="PLC2_IP" value="192.168.1.100"/>-->
<add key="PLC2_IP" value="127.0.0.1"/>
<add key="PLC2_Port" value="502"/>
<add key="Language" value="zh-CN"/>
</appSettings>
</configuration>