Files
huadongmocaceshiyi/App.config

9 lines
238 B
Plaintext
Raw Normal View History

2026-03-11 16:42:31 +08:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
2026-03-26 11:35:14 +08:00
<!--<add key="PLC_IP" value="192.168.1.170" />-->
<add key="PLC_IP" value="127.0.0.1" />
2026-03-11 16:42:31 +08:00
<add key="PLC_PORT" value="502" />
</appSettings>
</configuration>