123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "液压故障": {"weight": 0.7},
- "左液压子系统": {
- "weight": 0.35,
- "faults": ["左系统低压"],
- "subsystems": {
- "左液压测力子系统": {
- "faults": ["左系统压力传感器故障", "左系统压力突变故障"],
- "weights": [0.15, 0.15],
- "max_weight": true
- },
- "液压泵子系统": {
- "faults": ["左液压泵超压", "液压泵1低压", "液压泵1传感器故障", "液压泵3低压", "液压泵3传感器故障"],
- "weights": [0.2, 0.1, 0.1, 0.1, 0.1],
- "max_weight": false,
- "special_rules": [
- {"condition": ["左液压泵超压"], "weight": 0.2},
- {"condition": ["液压泵1低压", "液压泵1传感器故障"], "weight": 0.1},
- {"condition": ["液压泵3低压", "液压泵3传感器故障"], "weight": 0.1}
- ]
- }
- }
- },
- "右液压子系统": {
- "weight": 0.35,
- "faults": ["右系统低压"],
- "subsystems": {
- "右液压测力子系统": {
- "faults": ["右系统压力传感器故障"],
- "weights": [0.15],
- "max_weight": true
- },
- "液压泵子系统": {
- "faults": ["右液压泵超压", "液压泵2低压", "液压泵2传感器故障", "液压泵4低压", "液压泵4传感器故障"],
- "weights": [0.2, 0.1, 0.1, 0.1, 0.1],
- "max_weight": false,
- "special_rules": [
- {"condition": ["右液压泵超压"], "weight": 0.2},
- {"condition": ["液压泵2低压", "液压泵2传感器故障"], "weight": 0.1},
- {"condition": ["液压泵4低压", "液压泵4传感器故障"], "weight": 0.1}
- ]
- }
- }
- }
- }
|