Explorar o código

Load configure value for Loadlock slot in out option.

sangwq hai 1 ano
pai
achega
b11dfcec1e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Venus/Venus_RT/Modules/SystemDispatcher.cs

+ 1 - 0
Venus/Venus_RT/Modules/SystemDispatcher.cs

@@ -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;