update
This commit is contained in:
@@ -343,7 +343,7 @@ public class LoopbackCommunicationAdapter
|
||||
sourcePoint = cmd.getStep().getSourcePoint().getName();
|
||||
|
||||
//下发AGV移动指令
|
||||
// ExecuteMove.sendCmd(getProcessModel().getName(), cmd, getSerialNum());
|
||||
ExecuteMove.sendCmd(getProcessModel().getName(), cmd, getSerialNum());
|
||||
}
|
||||
|
||||
// Start the simulation task if we're not in single step mode and not simulating already.
|
||||
@@ -529,7 +529,7 @@ public class LoopbackCommunicationAdapter
|
||||
ACTION_STATUS = true;
|
||||
|
||||
//下发动作
|
||||
ExecuteAction.sendCmd(command.getTransportOrder().getName(), getProcessModel().getName(), getProcessModel().getPosition(), command.getOperation(), getSerialNum());
|
||||
ExecuteAction.sendCmd(command.getTransportOrder().getWrappingSequence().getName(), getProcessModel().getName(), getProcessModel().getPosition(), command.getOperation(), getSerialNum());
|
||||
|
||||
//进入阻塞
|
||||
while (ACTION_STATUS) {
|
||||
|
||||
Reference in New Issue
Block a user