Files
mapo-mono/MachineSim/conf/SimParams.json
T
Samuele Locatelli 76d5a0343e Update conf
2022-03-09 20:00:41 +01:00

111 lines
2.1 KiB
JSON

[
{
"Order": 0,
"Type": "SPEED-5000-10000",
"Title": "SPEED",
"Value": "6000",
"ValueNum": 6000,
"MinVal": 1000,
"MaxVal": 10000,
"SimMean": 100,
"SimStd": 50,
"DisplFormat": "N0",
"IsNumeric": true,
"EnablePlot": true,
"ShowBar": true,
"CssIcon": "fa-solid fa-gauge-high"
},
{
"Order": 0,
"Type": "FEED-3000-5000",
"Title": "FEED",
"Value": "3500",
"ValueNum": 3500,
"MinVal": 1000,
"MaxVal": 5000,
"SimMean": 50,
"SimStd": 5,
"DisplFormat": "N0",
"IsNumeric": true,
"EnablePlot": true,
"ShowBar": true,
"CssIcon": "fa-solid fa-gauge-high"
},
{
"Order": 0,
"Type": "LOAD",
"Title": "SPINDLE LOAD",
"Value": "30",
"ValueNum": 30,
"MinVal": 0,
"MaxVal": 100,
"SimMean": 5,
"SimStd": 1,
"DisplFormat": "N1",
"IsNumeric": true,
"EnablePlot": true,
"ShowBar": true,
"CssIcon": "fa-solid fa-bolt"
},
{
"Order": 0,
"Type": "POS",
"Title": "X POS",
"Value": "500",
"ValueNum": 500,
"MinVal": 0,
"MaxVal": 5000,
"SimMean": 100,
"SimStd": 20,
"DisplFormat": "N2",
"IsNumeric": true,
"EnablePlot": true,
"CssIcon": "fa-solid fa-ruler-horizontal"
},
{
"Order": 0,
"Type": "POS",
"Title": "Y POS",
"Value": "3000",
"ValueNum": 3000,
"MinVal": 0,
"MaxVal": 10000,
"SimMean": 100,
"SimStd": 10,
"DisplFormat": "N2",
"IsNumeric": true,
"EnablePlot": true,
"CssIcon": "fa-solid fa-ruler-horizontal"
},
{
"Order": 0,
"Type": "POS",
"Title": "Z POS",
"Value": "-500",
"ValueNum": -500,
"MinVal": -3000,
"MaxVal": 0,
"SimMean": 50,
"SimStd": 5,
"DisplFormat": "N2",
"IsNumeric": true,
"EnablePlot": true,
"CssIcon": "fa-solid fa-ruler-horizontal"
},
{
"Order": 0,
"Type": "POS",
"Title": "A POS",
"Value": "150",
"ValueNum": 150,
"MinVal": 0,
"MaxVal": 360,
"SimMean": 5,
"SimStd": 1,
"DisplFormat": "N3",
"IsNumeric": true,
"EnablePlot": true,
"CssIcon": "fa-solid fa-rotate-right"
}
]