|
@@ -315,7 +315,8 @@ namespace WCS.WorkEngineering.Systems
|
|
|
var dest = new Device<IRobot530>(destPosition!, World);
|
|
|
dest.Data.MaxQuantity = countQty;
|
|
|
dest.Data.Type = shortCode;
|
|
|
- dest.Data.SetVoucherNoForRobot();
|
|
|
+ //dest.Data.SetVoucherNoForRobot();
|
|
|
+ dest.Data.VoucherNo++;
|
|
|
World.Log($"任务处理:写入码垛信息-码垛位[{dest.Entity.Code}]最大码垛数量[{dest.Data.MaxQuantity}]垛形[{dest.Data.Type}]凭证号[{dest.Data.VoucherNo}]");
|
|
|
}
|
|
|
}
|