Update SIM conf
This commit is contained in:
@@ -54,12 +54,12 @@ namespace MP.MONO.DECODER
|
||||
#region Public Methods
|
||||
|
||||
/// <summary>
|
||||
/// Funzione chiamata LUA x calcolo degli eventuali parametri con periodi "scaduti"
|
||||
/// Funzione chiamata LUA x calcolo degli eventuali tools val con periodi "scaduti"
|
||||
/// </summary>
|
||||
/// <param name="paramsList"></param>
|
||||
/// <param name="redisParamConf"></param>
|
||||
/// <param name="redisToolsConf"></param>
|
||||
/// <returns></returns>
|
||||
public List<DataLogModel> processData(Dictionary<string, double> paramsList, List<DisplayDataDTO> redisParamConf)
|
||||
public List<DataLogModel> processData(Dictionary<string, double> paramsList, List<DisplayDataDTO> redisToolsConf)
|
||||
{
|
||||
List<DataLogModel> answ = new List<DataLogModel>();
|
||||
DateTime adesso = DateTime.Now;
|
||||
@@ -67,7 +67,7 @@ namespace MP.MONO.DECODER
|
||||
// vado ad "accumulare i dati" a quelli presenti...
|
||||
foreach (var item in paramsList)
|
||||
{
|
||||
var currParam = redisParamConf.FirstOrDefault(x => x.Title == item.Key);
|
||||
var currParam = redisToolsConf.FirstOrDefault(x => x.Title == item.Key);
|
||||
// cerco nelle variabili accomulatori...
|
||||
if (!VarAccumulator.ContainsKey(item.Key))
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Platforms>AnyCPU;x86;x64</Platforms>
|
||||
<Version>1.2.2210.318</Version>
|
||||
<Version>1.2.2210.412</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>MAPO-MONO</i>
|
||||
<h4>Version: 1.2.2210.318</h4>
|
||||
<h4>Version: 1.2.2210.412</h4>
|
||||
<br /> Release Note:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.2.2210.318
|
||||
1.2.2210.412
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.2.2210.318</version>
|
||||
<version>1.2.2210.412</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/MP.MONO.SIM/stable/LAST/MP.Mon.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/MP.MONO.SIM/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"ValueNum": 99,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.05,
|
||||
"SimMean": -0.5,
|
||||
"SimStd": 0.125,
|
||||
"DisplFormat": "N2",
|
||||
"IsNumeric": true,
|
||||
@@ -24,7 +24,7 @@
|
||||
"ValueNum": 85,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.01,
|
||||
"SimMean": -0.1,
|
||||
"SimStd": 0.05,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -40,7 +40,7 @@
|
||||
"ValueNum": 70,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.025,
|
||||
"SimMean": -0.25,
|
||||
"SimStd": 0.12,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -56,7 +56,7 @@
|
||||
"ValueNum": 70,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.025,
|
||||
"SimMean": -0.25,
|
||||
"SimStd": 0.12,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -72,7 +72,7 @@
|
||||
"ValueNum": 99,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.05,
|
||||
"SimMean": -0.5,
|
||||
"SimStd": 0.125,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -88,7 +88,7 @@
|
||||
"ValueNum": 85,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.01,
|
||||
"SimMean": -0.15,
|
||||
"SimStd": 0.05,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -104,7 +104,7 @@
|
||||
"ValueNum": 70,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.025,
|
||||
"SimMean": -0.35,
|
||||
"SimStd": 0.12,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -120,7 +120,7 @@
|
||||
"ValueNum": 70,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.025,
|
||||
"SimMean": -0.35,
|
||||
"SimStd": 0.12,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -136,7 +136,7 @@
|
||||
"ValueNum": 99,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.05,
|
||||
"SimMean": -0.5,
|
||||
"SimStd": 0.125,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -152,7 +152,7 @@
|
||||
"ValueNum": 85,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.01,
|
||||
"SimMean": -0.15,
|
||||
"SimStd": 0.05,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -168,7 +168,7 @@
|
||||
"ValueNum": 70,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.025,
|
||||
"SimMean": -0.35,
|
||||
"SimStd": 0.12,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -184,7 +184,7 @@
|
||||
"ValueNum": 70,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.025,
|
||||
"SimMean": -0.35,
|
||||
"SimStd": 0.12,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -200,7 +200,7 @@
|
||||
"ValueNum": 99,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.05,
|
||||
"SimMean": -0.5,
|
||||
"SimStd": 0.125,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -216,7 +216,7 @@
|
||||
"ValueNum": 85,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.01,
|
||||
"SimMean": -0.15,
|
||||
"SimStd": 0.05,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -232,7 +232,7 @@
|
||||
"ValueNum": 70,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.025,
|
||||
"SimMean": -0.35,
|
||||
"SimStd": 0.12,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
@@ -248,7 +248,7 @@
|
||||
"ValueNum": 70,
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"SimMean": -0.025,
|
||||
"SimMean": -0.35,
|
||||
"SimStd": 0.12,
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -24,6 +25,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -39,6 +41,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -54,6 +57,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -69,6 +73,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -84,6 +89,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -99,6 +105,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -114,6 +121,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -129,6 +137,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -144,6 +153,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -159,6 +169,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -174,6 +185,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -189,6 +201,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -204,6 +217,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -219,6 +233,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
@@ -234,6 +249,7 @@
|
||||
"MinVal": 0,
|
||||
"MaxVal": 100,
|
||||
"DisplFormat": "N2",
|
||||
"VcFunc": "AVG",
|
||||
"IsNumeric": true,
|
||||
"EnablePlot": true,
|
||||
"ShowBar": true,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Platforms>AnyCPU;x86;x64</Platforms>
|
||||
<Version>1.2.2210.411</Version>
|
||||
<Version>1.2.2210.412</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>MAPO-MONO</i>
|
||||
<h4>Version: 1.2.2210.411</h4>
|
||||
<h4>Version: 1.2.2210.412</h4>
|
||||
<br /> Release Note:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.2.2210.411
|
||||
1.2.2210.412
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.2.2210.411</version>
|
||||
<version>1.2.2210.412</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/MP.MONO.UI/stable/LAST/MP.Mon.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/MP.MONO.UI/stable/LAST/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user