From 4a3e287dc17e197d11a8d963343b40c5c0b2eb63 Mon Sep 17 00:00:00 2001 From: lhiven Date: Fri, 13 Dec 2024 13:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=96=99=E7=9B=98=E5=88=B0?= =?UTF-8?q?=E4=BD=8D=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E7=94=B15?= =?UTF-8?q?=E7=A7=92=E6=94=B9=E4=B8=BA30=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs b/Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs index 6ed50da..b0c5e64 100644 --- a/Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs +++ b/Rs.SkyLine/Flow/NormalFlow/StockTrayFlow.cs @@ -532,7 +532,7 @@ namespace Rs.AutoDischarge.V3.Flow Stopwatch tm = new Stopwatch(); tm.Start(); while( true ) { - if(tm.ElapsedMilliseconds<5000) + if(tm.ElapsedMilliseconds<30000) { if (Ops.IsOn($"{(int)m_stockType}号料仓料盘到位光电检测") || GlobalVar.VirtualAxis) {