|
@ -70,8 +70,8 @@ public class ItemProtocol { |
|
|
ArrayList list = new ArrayList(); |
|
|
ArrayList list = new ArrayList(); |
|
|
list.add(new ItemDto(item_status, "AGV状态", "DB602.W0")); |
|
|
list.add(new ItemDto(item_status, "AGV状态", "DB602.W0")); |
|
|
list.add(new ItemDto(item_type, "AGV任务类型", "DB602.W2")); |
|
|
list.add(new ItemDto(item_type, "AGV任务类型", "DB602.W2")); |
|
|
list.add(new ItemDto(item_x_coordinate, "AGVx坐标", "DB602.D4")); |
|
|
//list.add(new ItemDto(item_x_coordinate, "AGVx坐标", "DB602.D4"));
|
|
|
list.add(new ItemDto(item_y_coordinate, "AGVy坐标", "DB602.D6")); |
|
|
//list.add(new ItemDto(item_y_coordinate, "AGVy坐标", "DB602.D6"));
|
|
|
return list; |
|
|
return list; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|