|
@@ -756,7 +756,12 @@ namespace EfemDualSchedulerLib
|
|
|
{
|
|
|
reason = "";
|
|
|
ModuleName[] moduleNames = ModuleHelper.GetCassetteByVce(mod);
|
|
|
-
|
|
|
+ for(int i=0;i<modules.Length;i++)
|
|
|
+ {
|
|
|
+ for (int i = 0; i < 25; i++)
|
|
|
+ {
|
|
|
+ bool leftHasWafer = WaferManager.Instance.CheckHasWafer(moduleNames[0], i);
|
|
|
+ }
|
|
|
for(int i=0;i<25;i++)
|
|
|
{
|
|
|
bool leftHasWafer = WaferManager.Instance.CheckHasWafer(moduleNames[0], i);
|