|
@ -69,7 +69,7 @@ public class ItemProtocol { |
|
|
public int getOpcIntegerValue(String protocol) { |
|
|
public int getOpcIntegerValue(String protocol) { |
|
|
Integer value = this.driver.getIntegerValue(protocol); |
|
|
Integer value = this.driver.getIntegerValue(protocol); |
|
|
if (value == null) { |
|
|
if (value == null) { |
|
|
log.error(this.getDriver().getDeviceCode() + ":protocol " + protocol + " 信号同步异常!"); |
|
|
// //log.error(this.getDriver().getDeviceCode() + ":protocol " + protocol + " 信号同步异常!");
|
|
|
setIsonline(false); |
|
|
setIsonline(false); |
|
|
} else { |
|
|
} else { |
|
|
setIsonline(true); |
|
|
setIsonline(true); |
|
|