opt: pc操作屏,手持功能修改

This commit is contained in:
yanps
2024-08-30 17:39:19 +08:00
parent cd2523e47f
commit 8107731e80
56 changed files with 2484 additions and 206 deletions

View File

@@ -33,8 +33,8 @@ public class ItemProtocol {
this.driver = driver;
}
public short getHeartbeat() {
return this.getOpcShortValue(item_Heartbeat);
public int getHeartbeat() {
return this.getOpcIntegerValue(item_Heartbeat);
}
public int getAGVSetInLowerAllowed() {