Procházet zdrojové kódy

666

燃气自翻炒锅
fyf před 1 rokem
rodič
revize
19fd942f1e
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java
  2. binární
     

+ 2
- 1
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java Zobrazit soubor

@@ -415,7 +415,8 @@ public class ExecuteTheRecipe {
val = Integer.parseInt(value);
} else if (key.contains("速度")) {
int writeValue = GetMXValue(key, value);
WritePLC(key, writeValue, null);
//修改最高速度40
WritePLC(key, writeValue>=30?30:writeValue, null);
}
}



binární
Zobrazit soubor


Načítá se…
Zrušit
Uložit