【归档提交】当前版本为1.0.0.0
This commit is contained in:
@ -536,7 +536,7 @@ namespace WCS.BLL.HardWare
|
||||
//继续亮灯
|
||||
Logs.Write($"GoInOutstoreByModule货架【{ShelfCode}】,模组【{module.ModuleCode}】,存在需要继续出的物料,继续亮灯。", LogsType.Outstore);
|
||||
module.GoInOutStoreMode(TcpCleint, module.CurrentOutSns);
|
||||
Thread.Sleep(20);
|
||||
Thread.Sleep(65);
|
||||
WarningLight.GreenLight(TcpCleint);
|
||||
Logs.Write("GoInOutstoreByWebSocket", LogsType.Outstore);
|
||||
}
|
||||
@ -585,8 +585,9 @@ namespace WCS.BLL.HardWare
|
||||
.Select(mat => mat.MatSN)
|
||||
.ToList();
|
||||
t.GoInOutStoreMode(TcpCleint, outMatSns);
|
||||
Thread.Sleep(20);//出库每块板子之间增加15ms的间隔
|
||||
Thread.Sleep(45);//出库每块板子之间增加15ms的间隔
|
||||
});
|
||||
Thread.Sleep(20);//报警灯在板子之后增加间隔
|
||||
//所有板子亮灯后 亮警示灯
|
||||
WarningLight.GreenLight(TcpCleint);
|
||||
|
||||
|
Reference in New Issue
Block a user