JiuMuMesParent/common/servicebase/src/main/java/com/mes/service/ModbusTcp.java
@@ -46,7 +46,7 @@ public void connect(){ try { this.socket=new Socket(Ip,Port); this.socket.setSoTimeout(2000); this.socket.setSoTimeout(1000); }catch (Exception e) { log.info("The IP address of the host cannot be determined:{}",e.getMessage()); }