Commit 95c0dbfe 刘韬

出库超时等待根据配置来

1 个父辈 e7e9fd01
...@@ -726,9 +726,11 @@ namespace OnlineStore.DeviceLibrary ...@@ -726,9 +726,11 @@ namespace OnlineStore.DeviceLibrary
{ {
int ms = OutStoreWaitSeconds * 1000; int ms = OutStoreWaitSeconds * 1000;
OutStoreLog("出库:SO_15_WaitTake 等待拿走物品,最多等待" + OutStoreWaitSeconds + "秒"); OutStoreLog("出库:SO_15_WaitTake 等待拿走物品,最多等待" + OutStoreWaitSeconds + "秒");
StoreMove.TimeOutSeconds = OutStoreWaitSeconds;
StoreMove.WaitList.Add(WaitResultInfo.WaitTime(ms)); StoreMove.WaitList.Add(WaitResultInfo.WaitTime(ms));
StoreMove.WaitList.Add(WaitResultInfo.WaitHeight(0)); StoreMove.WaitList.Add(WaitResultInfo.WaitHeight(0));
StoreMove.OneWaitCanEndStep = true; StoreMove.OneWaitCanEndStep = true;
} }
else else
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!