Update conf

This commit is contained in:
Samuele Locatelli
2022-03-09 20:00:41 +01:00
parent 18db53deeb
commit 76d5a0343e
10 changed files with 116 additions and 74 deletions
+38
View File
@@ -0,0 +1,38 @@
[
{
"Order": 0,
"Type": "TOOL",
"Title": "Tool 01 life",
"Value": "1000",
"ValueNum": 1000,
"MinVal": 0,
"MaxVal": 2000,
"SimMean": -1,
"SimStd": 1,
"DisplFormat": "N1"
},
{
"Order": 1,
"Type": "TOOL",
"Title": "Tool 02 life",
"Value": "800",
"ValueNum": 800,
"MinVal": 0,
"MaxVal": 2000,
"SimMean": -1,
"SimStd": 1,
"DisplFormat": "N1"
},
{
"Order": 2,
"Type": "TOOL",
"Title": "Tool 03 life",
"Value": "700",
"ValueNum": 700,
"MinVal": 0,
"MaxVal": 2000,
"SimMean": -1,
"SimStd": 1,
"DisplFormat": "N1"
}
]