Commit 61eae5e4 张东亮

入库机构取料延时1秒

1 个父辈 31b684f9
......@@ -133,7 +133,7 @@ namespace OnlineStore.DeviceLibrary
public bool singleOut = false;
public string ToStr()
{
return $" NgMsg[{NgMsg}], [" + barcode + "] [" + PosId + "] [" + PlateW + "x" + PlateH + "]"+ $",hSerial[{hSerial}]" +$",isNg[{IsNG}]"+ ",singleOut[" + singleOut + "]";
return $" NgMsg[{NgMsg}] [" + barcode + "] [" + PosId + "] [" + PlateW + "x" + PlateH + "]"+ $" hSerial[{hSerial}]" +$" isNg[{IsNG}]"+ " singleOut[" + singleOut + "]";
}
public string ToStr1()
{
......
......@@ -790,6 +790,7 @@ namespace OnlineStore.DeviceLibrary
MoveInfo.NextMoveStep(StepEnum.II08_ClampWork);
MoveLog($"入库取料{MoveInfo.MoveParam.ShelfType}{MoveInfo.SLog}: 夹爪夹紧,判断到位 ");
ClampWork(MoveInfo, true, MoveInfo.MoveParam.PosInfo.barcode);
MoveInfo.WaitList.Add(WaitResultInfo.WaitTime(1000));
}
private void II10_WaitAxisCheck()
{
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!