Browse Source

Load configure value for Loadlock slot in out option.

sangwq 1 year ago
parent
commit
b11dfcec1e
1 changed files with 1 additions and 0 deletions
  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;