Commit e57b923e LN

1

1 个父辈 ac65d7a0
......@@ -411,7 +411,7 @@ namespace DeviceLibrary
string codeStr = "";
foreach(CodeInfo code in codeInfos)
{
codeStr += ReplaceCode(code.CodeStr)+"#";
codeStr += ReplaceCode(code.CodeStr)+"##";
}
return codeStr;
}
......
......@@ -41,6 +41,7 @@ namespace DeviceLibrary
MoveInfo.NewMove(MoveStep.Wait);
MoveInfo.log($"{msg} 执行重置,清理当前条码:"+ CodeManager.ProcessCode(LastCode));
LastCode = new List<CodeLibrary.CodeInfo>();
CurrTray = null;
SetWarnMsg();
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!