This commit is contained in:
xyy
2026-03-23 17:31:25 +08:00
parent 140bd2af8e
commit 9447fa9df4
8 changed files with 220 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--<add key="PLC_IP" value="192.168.1.170" />-->
<add key="PLC_IP" value="127.0.0.1" />
<add key="PLC_IP" value="192.168.1.170" />
<!--<add key="PLC_IP" value="127.0.0.1" />-->
<add key="PLC_PORT" value="502" />
</appSettings>
</configuration>