Browse Source

fims monitor max时间放开

jiangjy 1 week ago
parent
commit
2a337bad44

+ 4 - 4
Furnace/FurnaceRT/Config/System.sccfg

@@ -4404,14 +4404,14 @@
 		<config default="192.168.38.11:1102" name="Address" description="Robot ip,default 192.168.38.11:1102" max="" min="" paramter="" tag="" unit="" type="String" />
 		<config default="false" name="EnableLogMessage" description="Enable Log Message" max="" min="" paramter="" tag="" unit=""  type="Bool" />
 		<configs name="FIMS1">
-			<config default="30" name="HomeTimeout" description="Home Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer" />
-			<config default="120" name="MotionTimeout" description="Motion Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer"  visible="false"/>
+			<config default="30" name="HomeTimeout" description="Home Time Out" max="999999" min="1" paramter="" tag="" unit="s" type="Integer" />
+			<config default="120" name="MotionTimeout" description="Motion Time Out" max="999999" min="1" paramter="" tag="" unit="s" type="Integer"  visible="false"/>
 			<config default="3" name="CycleCount" description="Cycle Count" max="999999" min="1" paramter="" tag="" unit="" type="Integer" />
 			<config default="true" name="IsOnline" description="Is Online" max="" min="" paramter="" tag="" unit=""  type="Bool" visible="false" />
 		</configs>
 		<configs name="FIMS2">
-			<config default="30" name="HomeTimeout" description="Home Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer" />
-			<config default="120" name="MotionTimeout" description="Motion Time Out" max="120" min="1" paramter="" tag="" unit="s" type="Integer"  visible="false"/>
+			<config default="30" name="HomeTimeout" description="Home Time Out" max="999999" min="1" paramter="" tag="" unit="s" type="Integer" />
+			<config default="120" name="MotionTimeout" description="Motion Time Out" max="999999" min="1" paramter="" tag="" unit="s" type="Integer"  visible="false"/>
 			<config default="3" name="CycleCount" description="Cycle Count" max="999999" min="1" paramter="" tag="" unit="" type="Integer" />
 			<config default="true" name="IsOnline" description="Is Online" max="" min="" paramter="" tag="" unit=""  type="Bool" visible="false" />
 		</configs>

+ 1 - 4
Furnace/FurnaceRT/Equipments/FIMSs/FIMSLoadRoutine.cs

@@ -79,10 +79,7 @@ namespace FurnaceRT.Equipments.FIMSs
             }
             _pmModule?.SetN2PurgeProcess(_isNeedN2Purge);
 
-            if (SC.ContainsItem("PM1.N2Purge.FOUPOpenerStableWaitTime"))
-            {
-                _timeout = (int)SC.GetValue<double>("PM1.N2Purge.FOUPOpenerStableWaitTime");
-            }
+      
             _fimsModule.FIMSDevice.IsLoadCompleted = false;
             _fimsModule.FIMSDevice.IsUnloadCompleted = false;
 

+ 1 - 4
Furnace/FurnaceRT/Equipments/FIMSs/FIMSUnloadRoutine.cs

@@ -78,10 +78,7 @@ namespace FurnaceRT.Equipments.FIMSs
             _fimsModule.FIMSDevice.IsLoadCompleted = false;
             _fimsModule.FIMSDevice.IsUnloadCompleted = false;
 
-            if (SC.ContainsItem("PM1.N2Purge.FOUPOpenerStableWaitTime"))
-            {
-                _timeout = (int)SC.GetValue<double>("PM1.N2Purge.FOUPOpenerStableWaitTime");
-            }
+        
             if (_fimsModule.IsWaferOnRobot)
             {
                 _fimsModule.UnloadFailAlarm.Set($"The wafer on {Module} has shifted");