Bläddra i källkod

666

燃气自翻炒锅
fyf 1 år sedan
förälder
incheckning
19fd942f1e
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -1
      app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java
  2. Binär
     

+ 2
- 1
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java Visa fil

@@ -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är
Visa fil


Laddar…
Avbryt
Spara