springboot-vue3/src/main/java/com/example/springboot/component/S7control.java
@@ -11,8 +11,8 @@ S7PLC s7PLC; // PLC通讯类实例 private EPlcType plcType = EPlcType.S1200; // 西门子PLC类型 private String ip = "127.0.0.1"; // plc ip地址 private int port = 21; // plc 端口号 private String ip = "192.168.10.1"; // plc ip地址 private int port = 102; // plc 端口号 private static volatile S7control instance = null;