Files
Sleep-Multi-functionality/App.config

17 lines
449 B
Plaintext
Raw Normal View History

2026-05-04 14:46:58 +08:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--压力PLC-->
2026-05-11 21:07:08 +08:00
<!--<add key="PLC1_IP" value="192.168.1.11"/>-->
<add key="PLC1_IP" value="127.0.0.1"/>
<add key="PLC1_Port" value="502"/>
2026-05-04 14:46:58 +08:00
<!--二氧化碳PLC-->
2026-05-11 21:07:08 +08:00
<!--<add key="PLC2_IP" value="192.168.1.10"/>-->
<add key="PLC1_IP" value="127.0.0.1"/>
2026-05-09 14:34:05 +08:00
2026-05-04 14:46:58 +08:00
<add key="PLC2_Port" value="502"/>
2026-05-09 14:34:05 +08:00
2026-05-07 16:51:45 +08:00
<add key="Language" value="zh-CN"/>
2026-05-04 14:46:58 +08:00
</appSettings>
</configuration>