ZengTao
2024-03-19 4a0c4ea48812f93cb283e6a818bd8c949c592f80
springboot-vue3/src/main/java/com/example/springboot/component/S7control.java
@@ -18,7 +18,7 @@
    S7PLC s7PLC; // PLC通讯类实例
    private EPlcType plcType = EPlcType.S1500; // 西门子PLC类型
    private String ip = "192.168.10.1"; // plc ip地址
    private int port = 65; // plc 端口号
    private int port = 102; // plc 端口号
    private static volatile S7control instance = null;