添加配置文件
This commit is contained in:
parent
463676a28d
commit
384c882d4d
1019
acceleration.ui.autosave
Normal file
1019
acceleration.ui.autosave
Normal file
File diff suppressed because it is too large
Load Diff
72
doc/acceleration.jsonc
Normal file
72
doc/acceleration.jsonc
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
}
|
45
doc/acceleration_variables.jsonc
Normal file
45
doc/acceleration_variables.jsonc
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"slot":1,
|
||||||
|
"id":1,
|
||||||
|
"rack_type":"TMR",
|
||||||
|
"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
|
||||||
|
}
|
23
doc/filter.jsonc
Normal file
23
doc/filter.jsonc
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"slot":1,
|
||||||
|
"id":1,
|
||||||
|
"rack_type":"TMR",
|
||||||
|
"active":true,
|
||||||
|
"filter":[
|
||||||
|
{
|
||||||
|
"type":"high_pass",
|
||||||
|
"low":5,
|
||||||
|
"high":1000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"low_pass",
|
||||||
|
"low":5,
|
||||||
|
"high":1000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"band_pass",
|
||||||
|
"low":5,
|
||||||
|
"high":1000
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
59
doc/radial_vibration_variables.jsonc
Normal file
59
doc/radial_vibration_variables.jsonc
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
{
|
||||||
|
"slot":1,
|
||||||
|
"id":1,
|
||||||
|
"rack_type":"TMR",
|
||||||
|
"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
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"not_1x_ampl",
|
||||||
|
"full_sacle_range":"0-2",
|
||||||
|
"clamp_value":1.25,
|
||||||
|
"checked":true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"smax_ampl",
|
||||||
|
"full_sacle_range":"0-2",
|
||||||
|
"clamp_value":1.25,
|
||||||
|
"checked":true
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
"delay":{
|
||||||
|
"alert":30,
|
||||||
|
"danger":30.0,
|
||||||
|
"100ms":true
|
||||||
|
}
|
||||||
|
"alert_latching":true,
|
||||||
|
"danger_latching":true,
|
||||||
|
"not_ok_latching":true,
|
||||||
|
"timed_ok":true,
|
||||||
|
"recorder_output":"direct",
|
||||||
|
"two_ma_clamp":true,
|
||||||
|
"trip_mutiply":1.00,
|
||||||
|
"comparision":"direct",
|
||||||
|
"comparision_percentage":5
|
||||||
|
}
|
50
doc/seismic_monitor.jsonc
Normal file
50
doc/seismic_monitor.jsonc
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
{
|
||||||
|
"slot":1
|
||||||
|
"chan":[
|
||||||
|
{
|
||||||
|
"id":1,
|
||||||
|
"channel_name":"通道1",
|
||||||
|
"standby":1,
|
||||||
|
"active":true,
|
||||||
|
"rack_type":"TMR",
|
||||||
|
"tmr_group":"1-3",
|
||||||
|
"channel_type":"acceleration",
|
||||||
|
"transducer_name":"3300-8mm Proximitor",
|
||||||
|
"sample_rate":32000,
|
||||||
|
"normal_voltage_range": [-21.3, 21.0],
|
||||||
|
},{
|
||||||
|
"id":2,
|
||||||
|
"channel_name":"通道2",
|
||||||
|
"standby":1,
|
||||||
|
"active":true,
|
||||||
|
"rack_type":"TMR",
|
||||||
|
"tmr_group":"1-3",
|
||||||
|
"channel_type":"acceleration",
|
||||||
|
"transducer_name":"3300-8mm Proximitor",
|
||||||
|
"sample_rate":32000,
|
||||||
|
"normal_voltage_range": [-21.3, 21.0],
|
||||||
|
},{
|
||||||
|
"id":3,
|
||||||
|
"channel_name":"通道3",
|
||||||
|
"standby":1,
|
||||||
|
"active":true,
|
||||||
|
"rack_type":"TMR",
|
||||||
|
"tmr_group":"1-3",
|
||||||
|
"channel_type":"acceleration",
|
||||||
|
"transducer_name":"3300-8mm Proximitor",
|
||||||
|
"sample_rate":32000,
|
||||||
|
"normal_voltage_range": [-21.3, 21.0],
|
||||||
|
},{
|
||||||
|
"id":4,
|
||||||
|
"channel_name":"通道4",
|
||||||
|
"standby":1,
|
||||||
|
"active":true,
|
||||||
|
"rack_type":"TMR",
|
||||||
|
"tmr_group":"1-3",
|
||||||
|
"channel_type":"acceleration",
|
||||||
|
"transducer_name":"3300-8mm Proximitor",
|
||||||
|
"sample_rate":32000,
|
||||||
|
"normal_voltage_range": [-21.3, 21.0],
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
46
doc/velocity_variables.jsonc
Normal file
46
doc/velocity_variables.jsonc
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"slot":1,
|
||||||
|
"id":1,
|
||||||
|
"rack_type":"TMR",
|
||||||
|
"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,
|
||||||
|
"not_ok_latching":true,
|
||||||
|
"timed_ok":true,
|
||||||
|
"recorder_output":"direct",
|
||||||
|
"two_ma_clamp":true,
|
||||||
|
"trip_mutiply":1.00,
|
||||||
|
"comparision":"direct",
|
||||||
|
"comparision_percentage":5
|
||||||
|
}
|
25
doc/velocity_variables_filter.jsonc
Normal file
25
doc/velocity_variables_filter.jsonc
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"slot":1,
|
||||||
|
"id":1,
|
||||||
|
"rack_type":"TMR",
|
||||||
|
"active":true,
|
||||||
|
"filter":[
|
||||||
|
{
|
||||||
|
"type":"high_pass",
|
||||||
|
"low":5,
|
||||||
|
"high":1000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"low_pass",
|
||||||
|
"low":5,
|
||||||
|
"high":1000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"band_pass",
|
||||||
|
"low":5,
|
||||||
|
"high":1000
|
||||||
|
}
|
||||||
|
]
|
||||||
|
"transducer_orientation":90,
|
||||||
|
"direction":"left"
|
||||||
|
}
|
1128
radial_vibration.ui.autosave
Normal file
1128
radial_vibration.ui.autosave
Normal file
File diff suppressed because it is too large
Load Diff
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>1158</width>
|
<width>760</width>
|
||||||
<height>576</height>
|
<height>554</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@ -583,7 +583,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>板卡号:</string>
|
<string> 槽位号:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user