数据记录的参数更改
This commit is contained in:
@@ -462,14 +462,12 @@ namespace CapMachine.Wpf.Services
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
//CycleTimer.Start(); //执行完毕后再开启器
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
//CycleTimer.Start(); //执行完毕后再开启器
|
||||
LogService.Error($"时间:{DateTime.Now.ToString()}-【PwAnalyze-CycleAction】-{ex.Message}");
|
||||
LogService.Error($"时间:{DateTime.Now.ToString()}-【DataRecordService-RecoredCycleAction】-{ex.Message}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -969,7 +969,7 @@ namespace CapMachine.Wpf.Services
|
||||
Id = 27,
|
||||
Name = "EVAP出口压力P6[BarA]",
|
||||
NameNoUnit = "EVAP出口压力P6",
|
||||
EnName = "EVAPExpTempP6",
|
||||
EnName = "EVAPExpPressP6",
|
||||
Group = "采集",
|
||||
MinValue = 0,
|
||||
MaxValue = 40,
|
||||
@@ -1007,7 +1007,7 @@ namespace CapMachine.Wpf.Services
|
||||
Id = 29,
|
||||
Name = "阀前温度T3[℃]",
|
||||
NameNoUnit = "阀前温度T3",
|
||||
EnName = "TxvFrPressT3",
|
||||
EnName = "TxvFrTempT3",
|
||||
Group = "采集",
|
||||
MinValue = -50,
|
||||
MaxValue = 200,
|
||||
|
||||
Reference in New Issue
Block a user