Commit d469e222 几米阳光

1

1 个父辈 0c4b4886
......@@ -255,7 +255,7 @@ namespace OnlineStore.DeviceLibrary
if (IsNeedStartInout)
{
StoreMove.NextMoveStep(StoreMoveStep.AUTO_R03_AutoAxisHome);
int speed = StoreManager.Config.BatchAxis_SlowSpeed * 2;
int speed = StoreManager.Config.BatchAxis_TargetSpeed ;
LogUtil.info(Name + "复位中:检测是否有料盘,批量轴匀速上升【" + speed + "】");
ACAxisSpeedMove(StoreManager.Config.Batch_Axis, speed, IO_Type.TrayCheck_LoadMaterial);
}
......
......@@ -290,7 +290,7 @@ namespace OnlineStore.DeviceLibrary
else
{
TimeSpan span = DateTime.Now - AxisResetMoveTime;
if (AutoBaitingStatus.Equals(StoreRunStatus.Busy) && span.TotalSeconds > 3)
if ((AutoBaitingStatus.Equals(StoreRunStatus.Busy)||AutoBaitingStatus.Equals(StoreRunStatus.Reset)) && span.TotalSeconds > 3)
//if (AutoBaitingStatus.Equals(StoreRunStatus.Busy) && StoreMove.CanWhileCount > 0)
{
AxisResetMoveTime = DateTime.Now;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!