Skip to content

Instantly share code, notes, and snippets.

@kenenbek
Created October 13, 2018 19:39
Show Gist options
  • Select an option

  • Save kenenbek/af4d48e82f7a7ff05217ebb06cacdf53 to your computer and use it in GitHub Desktop.

Select an option

Save kenenbek/af4d48e82f7a7ff05217ebb06cacdf53 to your computer and use it in GitHub Desktop.
{
"Temperature":[
{
"amtbf": 232140,
"cff": 1,
"tcrtbf": 1,
"temp": 25
},
{
"amtbf": 220533,
"cff": 1.0507,
"tcrtbf": 0.95,
"temp": 26
},
{
"amtbf": 181069,
"cff": 1.2763,
"tcrtbf": 0.78,
"temp": 30
},
{
"amtbf": 150891,
"cff": 1.5425,
"tcrtbf": 0.65,
"temp": 34
},
{
"amtbf": 125356,
"cff": 1.8552,
"tcrtbf": 0.54,
"temp": 38
},
{
"amtbf": 104463,
"cff": 2.2208,
"tcrtbf": 0.45,
"temp": 42
},
{
"amtbf": 88123,
"cff": 2.6465,
"tcrtbf": 0.38,
"temp": 46
},
{
"amtbf": 74284,
"cff": 3.1401,
"tcrtbf": 0.32,
"temp": 50
},
{
"amtbf": 62678,
"cff": 3.7103,
"tcrtbf": 0.27,
"temp": 54
},
{
"amtbf": 53392,
"cff": 4.3664,
"tcrtbf": 0.23,
"temp": 58
},
{
"amtbf": 46428,
"cff": 5.1186,
"tcrtbf": 0.2,
"temp": 62
},
{
"amtbf": 39464,
"cff": 5.9779,
"tcrtbf": 0.17,
"temp": 66
},
{
"amtbf": 32500,
"cff": 6.9562,
"tcrtbf": 0.14,
"temp": 70
}
],
"Vibration":[
{
"vib_value": 500,
"fail": 0
},
{
"vib_value": 630,
"fail": 0.035
},
{
"vib_value": 800,
"fail": 0.056
},
{
"vib_value": 1000,
"fail": 0.045
},
{
"vib_value":1250,
"fail": 0.064
},
{
"vib_value":1600,
"fail": 0.10
},
{
"vib_value":2000,
"fail": 0.2045
},
{
"vib_value":2500,
"fail": 0.187
},
{
"vib_value": 3150,
"fail": 0.193
},
{
"vib_value":4000,
"fail": 0.404
},
{
"vib_value": 5000,
"fail": 0.352
},
{
"vib_value":6300,
"fail": 0.362
},
{
"vib_value": 8000,
"fail": 0.342
},
{
"vib_value":10000,
"fail":0.373
}
],
"Pressure":[
{
"press_value": 101.4,
"fail": 0.0
},
{
"press_value": 71.7392,
"fail" :0.0
},
{
"press_value": 64.424,
"fail" : 0.20
},
{
"press_value": 57.1088,
"fail" :0.62
},
{
"press_value": 49.7936,
"fail" : 0.93
},
{
"press_value": 42.4784,
"fail" : 1.00
}
],
"Humidity":[
{
"humidity": 60,
"fail" : 0.0
},
{
"humidity": 65,
"fail" : 0.63
},
{
"humidity": 70,
"fail" : 0.122
},
{
"humidity": 75,
"fail" : 0.255
},
{
"humidity": 80,
"fail" : 0.664
},
{
"humidity": 90,
"fail" : 0.999
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment