Commit 8520313d 张东亮

1

1 个父辈 ebeef5fd
......@@ -646,7 +646,7 @@ namespace DeviceLibrary
{
boxTransport.IgnoreX09 = true;
RobotManage.UserPause("按下X09忽略",false);
LogUtil.info("按下X09忽略");
//LogUtil.info("按下X09忽略");
}
}
}
......@@ -26,7 +26,7 @@ namespace DeviceLibrary
{
JobInfo jobInfo = new JobInfo(warecode, posId, plateW, plateH);
OutSingleJobList.Enqueue(jobInfo);
LogUtil.info($"添加单盘出库任务队列: {posId},当前任务数量: {OutStoreJobList.Count}");
LogUtil.info($"添加单盘出库任务队列: {posId},当前任务数量: {OutSingleJobList.Count}");
}
void StoreProcess()
{
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!