|
@@ -63,12 +63,7 @@ namespace CyberX8_RT.Devices.EFEM
|
|
}
|
|
}
|
|
else if (_busyTrig.M)
|
|
else if (_busyTrig.M)
|
|
{
|
|
{
|
|
- int timeOut = 5000;
|
|
|
|
- if(_currentMessage!=null&&_currentMessage.Operation==EfemOperation.Home||_currentMessage.Operation==EfemOperation.Load||
|
|
|
|
- _currentMessage.Operation==EfemOperation.Map)
|
|
|
|
- {
|
|
|
|
- timeOut = 30000;
|
|
|
|
- }
|
|
|
|
|
|
+ int timeOut = 30000;
|
|
if (_busyWatch.ElapsedMilliseconds > timeOut)
|
|
if (_busyWatch.ElapsedMilliseconds > timeOut)
|
|
{
|
|
{
|
|
_busyWatch.Stop();
|
|
_busyWatch.Stop();
|