新增1线,是从2线平移过去的。

This commit is contained in:
caixiang
2023-10-26 09:11:22 +08:00
parent 4e10024bc8
commit 11b41b18f1
4 changed files with 50 additions and 18 deletions

View File

@@ -29,12 +29,13 @@ public enum S7Client {
// S7_1500("192.168.0.51",0,1,1),
//1线
S7_DDJ1("10.10.3.158",0,1,2),
//S7_DDJ1("10.10.3.152",0,1,2),
S7_DDJ1("10.10.3.152",0,1,2),
//2线
S7_DDJ2("10.10.3.158",0,1,2),
//1500 机架-0 插槽-1
//1500 机架-0 插槽-1
//后续 在这里扩展 多PLC应用。
;
private String host;