TSI_Config/doc/acceleration.jsonc

72 lines
1.2 KiB
JSON
Raw Normal View History

2024-12-26 17:38:14 +08:00
{
"channel":1,
"slot":1,
"channel_name":"通道1",
"standby":true,
"active":true,
"rack_type":"TMR",
"tmr_group":"1-3",
"channel_type":"acceleration",
"transducer_name":"3300-8mm Proximitor",
"scale_factor":100.0,
"sample_rate":32000,
"normal_voltage_range": [-21.3, 21.0],
"filter":[
{
"type":"high_pass",
"low":5,
"high":1000
},
{
"type":"low_pass",
"low":5,
"high":1000
},
{
"type":"band_pass",
"low":5,
"high":1000
}
]
"rms_active":true,
"integrate_active":true,
"variables":[
{
"type":"direct",
"full_sacle_range":"0-20",
"clamp_value":1.25
},
{
"type":"bias_volt",
"full_sacle_range":"0-20",
"clamp_value":1.25
},
{
"type":"1x_ampl",
"full_sacle_range":"0-2",
"clamp_value":1.25,
"phase_lag":180,
"checked":true
},
{
"type":"2x_ampl",
"full_sacle_range":"0-2",
"clamp_value":1.25,
"phase_lag":180,
"checked":true
}
]
"delay":{
"alert":30,
"danger":30.0,
"100ms":true
}
"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,
}