Browse Source

666

燃气自翻炒锅
fyf 1 year ago
parent
commit
19fd942f1e
2 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java
  2. BIN
     

+ 2
- 1
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java View File

@@ -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
View File


Loading…
Cancel
Save