添加项目文件。
This commit is contained in:
12
App.config
Normal file
12
App.config
Normal 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>
|
||||
Reference in New Issue
Block a user