add: Connector添加临时点位,实现空满交换时间缩短

This commit is contained in:
yanps
2025-02-12 15:47:49 +08:00
parent 7d9bbd9b4c
commit df1795cbbd
14 changed files with 371 additions and 237 deletions

View File

@@ -51,7 +51,7 @@ public class ItemProtocol {
public int getOpcIntegerValue(String protocol) {
Integer value = this.driver.getIntegeregerValue(protocol);
if (value == null) {
log.error("读取错误!");
} else {
return value;
}