Explorar el Código

compatible with Venus.

sangwq hace 11 meses
padre
commit
337c20b54d
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      Venus/Venus_RT/Devices/KeplerSignalTower.cs

+ 5 - 1
Venus/Venus_RT/Devices/KeplerSignalTower.cs

@@ -95,7 +95,11 @@ namespace Venus_RT.Devices
                     break;
             }
 
-            Singleton<RouteManager>.Instance.EFEM.InvokeSignalTower(venusType, venusSetpoint);
+            if (RtInstance.ConfigType ==  Venus_Core.ConfigType.Kepler2200 || RtInstance.ConfigType == Venus_Core.ConfigType.Kepler2300)
+            {
+                Singleton<RouteManager>.Instance.EFEM?.InvokeSignalTower(venusType, venusSetpoint);
+            }
+                
             return true;
         }