|
@@ -421,9 +421,9 @@ namespace EFEM.RT.Modules
|
|
|
}
|
|
|
if (ModuleHelper.IsFlipper(m_pickRoutine.Source))
|
|
|
{
|
|
|
- var ll = DEVICE.GetDevice<JetFlipper>(m_pickRoutine.Source.ToString());
|
|
|
- if (ll.IsEnableTransferWafer(out _))
|
|
|
- return m_pickRoutine.Start(null);
|
|
|
+ //var ll = DEVICE.GetDevice<JetFlipper>(m_pickRoutine.Source.ToString());
|
|
|
+ //if (ll.IsEnableTransferWafer(out _))
|
|
|
+ return m_pickRoutine.Start(null);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -471,9 +471,9 @@ namespace EFEM.RT.Modules
|
|
|
}
|
|
|
if (ModuleHelper.IsFlipper(m_placeRoutine.Station))
|
|
|
{
|
|
|
- var ll = DEVICE.GetDevice<JetFlipper>(m_placeRoutine.Station.ToString());
|
|
|
- if (ll.IsEnableTransferWafer(out _))
|
|
|
- return m_placeRoutine.Start(null);
|
|
|
+ //var ll = DEVICE.GetDevice<JetFlipper>(m_placeRoutine.Station.ToString());
|
|
|
+ //if (ll.IsEnableTransferWafer(out _))
|
|
|
+ return m_placeRoutine.Start(null);
|
|
|
}
|
|
|
}
|
|
|
else
|
|
@@ -517,9 +517,9 @@ namespace EFEM.RT.Modules
|
|
|
}
|
|
|
if (ModuleHelper.IsFlipper(m_placeRoutine.Station))
|
|
|
{
|
|
|
- var ll = DEVICE.GetDevice<JetFlipper>(m_placeRoutine.Station.ToString());
|
|
|
- if (ll.IsEnableTransferWafer(out _))
|
|
|
- return m_placeRoutine.Start(null);
|
|
|
+ //var ll = DEVICE.GetDevice<JetFlipper>(m_placeRoutine.Station.ToString());
|
|
|
+ //if (ll.IsEnableTransferWafer(out _))
|
|
|
+ return m_placeRoutine.Start(null);
|
|
|
}
|
|
|
}
|
|
|
else
|
|
@@ -567,9 +567,9 @@ namespace EFEM.RT.Modules
|
|
|
}
|
|
|
if (ModuleHelper.IsFlipper(m_swaproutine.Source))
|
|
|
{
|
|
|
- var ll = DEVICE.GetDevice<JetFlipper>(m_swaproutine.Source.ToString());
|
|
|
- if (ll.IsEnableTransferWafer(out _))
|
|
|
- return m_swaproutine.Start(null);
|
|
|
+ //var ll = DEVICE.GetDevice<JetFlipper>(m_swaproutine.Source.ToString());
|
|
|
+ //if (ll.IsEnableTransferWafer(out _))
|
|
|
+ return m_swaproutine.Start(null);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -632,9 +632,9 @@ namespace EFEM.RT.Modules
|
|
|
}
|
|
|
if (ModuleHelper.IsFlipper(m_pickRoutine.Source))
|
|
|
{
|
|
|
- var lp = DEVICE.GetDevice<JetFlipper>(m_pickRoutine.Source.ToString());
|
|
|
- if (lp.IsEnableTransferWafer(out _))
|
|
|
- return m_pickRoutine.Start(null);
|
|
|
+ //var lp = DEVICE.GetDevice<JetFlipper>(m_pickRoutine.Source.ToString());
|
|
|
+ //if (lp.IsEnableTransferWafer(out _))
|
|
|
+ return m_pickRoutine.Start(null);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -689,9 +689,9 @@ namespace EFEM.RT.Modules
|
|
|
}
|
|
|
if (ModuleHelper.IsFlipper(m_placeRoutine.Station))
|
|
|
{
|
|
|
- var lp = DEVICE.GetDevice<JetFlipper>(m_placeRoutine.Station.ToString());
|
|
|
- if (lp.IsEnableTransferWafer(out _))
|
|
|
- return m_placeRoutine.Start(null);
|
|
|
+ //var lp = DEVICE.GetDevice<JetFlipper>(m_placeRoutine.Station.ToString());
|
|
|
+ //if (lp.IsEnableTransferWafer(out _))
|
|
|
+ return m_placeRoutine.Start(null);
|
|
|
}
|
|
|
}
|
|
|
return Result.RUN;
|