|
|
@@ -123,8 +123,8 @@ public class MesClient extends JFrame {
|
|
|
|
|
|
public static Integer lastpage = 0; //标记是否是首次进入设备运行状态,0表示首次进入运行状态,1表示非首次进入运行状态
|
|
|
|
|
|
-// public static S7PLC s7PLC = new S7PLC(EPlcType.S1200, "192.168.7.103"); // CD 北边
|
|
|
- public static S7PLC s7PLC = new S7PLC(EPlcType.S1200, "192.168.0.41"); // AB 中间
|
|
|
+ public static S7PLC s7PLC = new S7PLC(EPlcType.S1200, "192.168.7.103"); // CD 北边
|
|
|
+// public static S7PLC s7PLC = new S7PLC(EPlcType.S1200, "192.168.0.41"); // AB 中间
|
|
|
|
|
|
public static List<String> hjparams = new ArrayList<>();
|
|
|
|