opt: 堆垛机读取下发信号优化
This commit is contained in:
@@ -39,7 +39,7 @@ public class ItemProtocol {
|
|||||||
/**
|
/**
|
||||||
* y轴报警(载货台)
|
* y轴报警(载货台)
|
||||||
*/
|
*/
|
||||||
public static String item_error = "error";
|
public static String item_error = "Error";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 行走排号
|
* 行走排号
|
||||||
|
|||||||
@@ -493,7 +493,7 @@ public class StandardStackerDeviceDriver extends AbstractOpcDeviceDriver impleme
|
|||||||
message = "universal_releasing_completed";
|
message = "universal_releasing_completed";
|
||||||
Map<String, Object> map = new HashMap<>();
|
Map<String, Object> map = new HashMap<>();
|
||||||
map.put("code", "to_command");
|
map.put("code", "to_command");
|
||||||
map.put("value", 5);
|
map.put("value", 11);
|
||||||
list.add(map);
|
list.add(map);
|
||||||
Instruction inst = checkInst();
|
Instruction inst = checkInst();
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user