Pārlūkot izejas kodu

测试修改

燃气自翻炒锅
pry pirms 1 nedēļas
vecāks
revīzija
5f6bc5f0c4
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. +10
    -0
      app/src/main/java/com/bonait/bnframework/modules/home/fragment/MakeGoodFragment.java

+ 10
- 0
app/src/main/java/com/bonait/bnframework/modules/home/fragment/MakeGoodFragment.java Parādīt failu

@@ -201,11 +201,18 @@ public class MakeGoodFragment extends BaseFragment {
StatusOrMakeGoodThread();
ExecuteTheRecipe.DeviceMonitor();
};
// StatusOrMakeGoodThread();
CommHelper.get().Connect();

DashboardInit();

NotifyProp();

// ExecuteTheRecipe.getDeviceData.EstopFaultNotify.setValue(true);
// ExecuteTheRecipe.getDeviceData.OilPumpFault.setValue(true);
// ExecuteTheRecipe.getDeviceData.MixingFailure.setValue(true);
// ExecuteTheRecipe.getDeviceData.IgnitionMalfunction.setValue(true);
// ExecuteTheRecipe.getDeviceData.HighTemperatureAlarm.setValue(true);
}

/**
@@ -460,6 +467,9 @@ public class MakeGoodFragment extends BaseFragment {
new Thread(()->{
while ( ExecuteTheRecipe.IsStart.getValue()&&good!=null){
try {
// int temp = new Random().nextInt(2);
// ExecuteTheRecipe.getDeviceData.CurrentTemperature=80+temp;
// ExecuteTheRecipe.getDeviceData.CurrentWeight=78+(new Random().nextBoolean()?temp*-1:temp);
DeviceDataDb.get().AddProduction(new BPA_PRODUCTION_DATA(good.name,ExecuteTheRecipe.getDeviceData.CurrentTemperature,ExecuteTheRecipe.getDeviceData.CurrentWeight));
Thread.sleep(1000);
}catch (InterruptedException ex) {


Notiek ielāde…
Atcelt
Saglabāt