rev 更新套管工位
This commit is contained in:
@@ -241,7 +241,7 @@ public class CasingStationConveyorDeviceDriver extends AbstractOpcDeviceDriver i
|
||||
case 3:
|
||||
log.info("运行中");
|
||||
break;
|
||||
case 4:
|
||||
case 5:
|
||||
if (move == 1 && !requireSucess && task > 0 && task1 > 0) {
|
||||
//申请套管校验
|
||||
// apply_for_casing_inspection(material1, material2);
|
||||
|
||||
@@ -117,11 +117,11 @@ public class ItemProtocol {
|
||||
list.add(new ItemDto(item_move, "光电信号", "DB101.W4"));
|
||||
list.add(new ItemDto(item_carrier_direction, "托盘方向", "DB101.W6"));
|
||||
list.add(new ItemDto(item_error, "报警", "DB101.W8"));
|
||||
list.add(new ItemDto(item_task, "任务号1", "DB101.DW116"));
|
||||
list.add(new ItemDto(item_task1, "任务号2", "DB101.DW118"));
|
||||
list.add(new ItemDto(item_material1, "物料1", "DB101.STRING10.50"));
|
||||
list.add(new ItemDto(item_material2, "物料2", "DB101.STRING62.50"));
|
||||
list.add(new ItemDto(item_qty, "数量", "DB101.W114"));
|
||||
list.add(new ItemDto(item_task, "纸管库任务号", "DB101.D116"));
|
||||
list.add(new ItemDto(item_task1, "行架任务号", "DB101.D120"));
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user