配合甩尾删除
This commit is contained in:
@@ -60,15 +60,6 @@ public class ExitCutHandler implements OpcMessageHandler<ExitCutMessage> {
|
|||||||
.planId(trMatmap.getPlanId())
|
.planId(trMatmap.getPlanId())
|
||||||
.operation(L1OperateMatEnum.PRODUCT)
|
.operation(L1OperateMatEnum.PRODUCT)
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
// wangyu 配合二级发一个甩尾信号 01全甩一下
|
|
||||||
EntryMovementMessage msg = new EntryMovementMessage();
|
|
||||||
msg.setCounter(message.getCounter());
|
|
||||||
msg.setMaterialPlaceSource(0);
|
|
||||||
msg.setMaterialPlaceDestination(200);
|
|
||||||
opcReceiverHandler.onMessageReceived(OpcMessageType.ENTRY_MOVEMENT,msg);
|
|
||||||
msg.setMaterialPlaceSource(1);
|
|
||||||
opcReceiverHandler.onMessageReceived(OpcMessageType.ENTRY_MOVEMENT,msg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
log.info("成功处理 EXIT_CUT 消息,已保存成品卷: " + exitCoilInfo.getExitMatId());
|
log.info("成功处理 EXIT_CUT 消息,已保存成品卷: " + exitCoilInfo.getExitMatId());
|
||||||
|
|||||||
Reference in New Issue
Block a user