opt: pc操作屏,手持功能修改
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user