|
@@ -808,6 +808,7 @@ namespace Venus_RT.Modules
|
|
|
_tmRobotSingleArmOption = SC.GetValue<int>("TM.SingleArmOption");
|
|
|
_isCycleMode = SC.GetValue<bool>("System.IsCycleMode");
|
|
|
_cycleSetPoint = _isCycleMode ? SC.GetValue<int>("System.CycleCount") : 0;
|
|
|
+ _LLSlotInOutOption = (LLSlotInOutOpt)SC.GetValue<int>("System.LoadlockSlotInOutOption");
|
|
|
_cycledWafer = 0;
|
|
|
_cycledCount = 0;
|
|
|
_throughput = 0;
|