TSI_Config/doc/acceleration_variables.jsonc

45 lines
767 B
JSON
Raw Normal View History

2024-12-26 17:38:14 +08:00
{
"slot":1,
"id":1,
2024-12-27 10:04:46 +08:00
"rms_active":true,
"integrate_active":true,
2024-12-26 17:38:14 +08:00
"variables":[
{
"type":"direct",
2024-12-27 10:04:46 +08:00
"full_sacle_range":"0-20 m/s^2 pk",
2024-12-26 17:38:14 +08:00
"clamp_value":1.25
},
{
"type":"bias_volt",
2024-12-30 19:05:50 +08:00
"bias_voltage": -24,
2024-12-26 17:38:14 +08:00
"clamp_value":1.25
},
{
"type":"1x_ampl",
2024-12-27 10:04:46 +08:00
"full_sacle_range":"0-2 m/s^2 pk",
2024-12-26 17:38:14 +08:00
"clamp_value":1.25,
"phase_lag":180,
"checked":true
},
{
"type":"2x_ampl",
2024-12-27 10:04:46 +08:00
"full_sacle_range":"0-2 m/s^2 pk",
2024-12-26 17:38:14 +08:00
"clamp_value":1.25,
"phase_lag":180,
"checked":true
}
2024-12-27 10:04:46 +08:00
],
2024-12-26 17:38:14 +08:00
"delay":{
"alert":30,
"danger":30.0,
"100ms":true
2024-12-27 10:04:46 +08:00
},
2024-12-26 17:38:14 +08:00
"alert_latching":true,
"danger_latching":true,
"timed_ok":true,
"recorder_output":"direct",
"two_ma_clamp":true,
"trip_mutiply":1.00,
"comparision":"direct",
"comparision_percentage":5
}