Files
pqs-9100_client/frontend/src/api/device/error/errorData.ts

423 lines
10 KiB
TypeScript
Raw Normal View History

2024-11-18 09:02:57 +08:00
import type {ErrorSystem} from "@/api/device/interface/error"
2024-10-23 19:30:11 +08:00
const errordata = ref<ErrorSystem.ErrorSystemList[]>([
{
2024-10-30 15:19:47 +08:00
id: '1',
2024-10-30 19:07:41 +08:00
name: 'Q/GDW 1650.2-2016-A',
standard_Name:'Q/GDW 1650.2-2016',
2024-10-30 15:19:47 +08:00
standard_Time:'2016',
dev_Level:'A级',
enable:1,
state:1,
2024-10-23 19:30:11 +08:00
},
{
2024-10-30 15:19:47 +08:00
id: '2',
2024-10-30 19:07:41 +08:00
name: 'Q/GDW 1650.2-2021-A',
standard_Name:'Q/GDW 1650.2-2021',
2024-10-30 15:19:47 +08:00
standard_Time:'2021',
dev_Level:'A级',
enable:1,
state:1,
2024-10-23 19:30:11 +08:00
},
{
2024-10-30 15:19:47 +08:00
id: '3',
2024-10-30 19:07:41 +08:00
name: 'GBT 19862-2016-A',
standard_Name:'GBT 19862-2016',
2024-10-30 15:19:47 +08:00
standard_Time:'2016',
dev_Level:'A级',
enable:1,
state:1,
2024-10-23 19:30:11 +08:00
},
])
2025-01-02 09:02:46 +08:00
const errorADetail = ref<ErrorSystem.Error_detail[]>([
2024-10-24 09:38:12 +08:00
{
2024-12-05 14:37:50 +08:00
col1: '电压偏差',
2024-12-05 16:23:20 +08:00
col2: '',
2024-10-24 09:38:12 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电压',
2024-10-24 09:38:12 +08:00
condition: '10%~150%标称电压',
maxErrorValue: '±0.1%Un'
},
{
2024-12-05 14:37:50 +08:00
col1:'频率偏差',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'频率',
2024-12-05 19:31:43 +08:00
condition: '42.5~57.5 Hz',
maxErrorValue: '±0.01Hz'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'三相不平衡度',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电压',
2024-12-05 19:31:43 +08:00
condition: '0.5%~5%',
maxErrorValue: '±0.15%'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'三相不平衡度',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电压',
2024-12-05 19:31:43 +08:00
condition: '5%(不包含)~ 40%',
maxErrorValue: '±0.3%'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'三相不平衡度',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电流',
2024-12-05 19:31:43 +08:00
condition: '',
maxErrorValue: '±1%'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'电压波动',
col2: '电压幅值',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电压',
2024-12-05 19:31:43 +08:00
condition: '',
maxErrorValue: '±0.2%Un'
2024-10-28 13:41:14 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'电压波动',
col2: '持续时间',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'时间',
2024-12-05 19:31:43 +08:00
condition: '',
maxErrorValue: '±1周波'
2024-10-28 13:41:14 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'闪变',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'短时间闪变',
2024-12-05 19:31:43 +08:00
condition: 'Pst0.2~10',
maxErrorValue: '±5%'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'谐波和间谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电压',
2024-12-05 19:31:43 +08:00
condition: 'Uh≥1%Un',
maxErrorValue: '±5%Uh'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'谐波和间谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电压',
2024-12-05 19:31:43 +08:00
condition: 'Uh1%Un',
maxErrorValue: '±0.05%Un'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'谐波和间谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电流',
2024-12-05 19:31:43 +08:00
condition: 'In≥3%In',
maxErrorValue: '±5%Ih'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'谐波和间谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电流',
2024-12-05 19:31:43 +08:00
condition: 'In3%In',
maxErrorValue: '±0.15%In'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'谐波和间谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'相角',
2024-12-05 19:31:43 +08:00
condition: '',
maxErrorValue: 'h≤5,±1°*h'
2024-10-28 13:41:14 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'谐波和间谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'相角',
2024-12-05 19:31:43 +08:00
condition: '',
maxErrorValue: 'h>5,±5°'
2024-10-28 13:41:14 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'谐波和间谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'功率',
2024-12-05 19:31:43 +08:00
condition: 'Ph≥150W',
maxErrorValue: '±1%Ph'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'谐波和间谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'功率',
2024-12-05 19:31:43 +08:00
condition: 'Ph150W',
maxErrorValue: '±1.5W'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'高频次谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电压',
2024-12-05 19:31:43 +08:00
condition: 'Uh≥1%Un',
maxErrorValue: '±5%Uh'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'高频次谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电压',
2024-12-05 19:31:43 +08:00
condition: 'Uh1%Un',
maxErrorValue: '±0.05%Un'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'高频次谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电流',
2024-12-05 19:31:43 +08:00
condition: 'In≥3%In',
maxErrorValue: '±5%Ih'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'高频次谐波',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电流',
2024-12-05 19:31:43 +08:00
condition: 'In3%In',
maxErrorValue: '±0.15%In'
2024-10-24 09:38:12 +08:00
},
2024-10-28 13:41:14 +08:00
{
2024-12-05 14:37:50 +08:00
col1:'功率',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'功率',
2024-12-05 19:31:43 +08:00
condition: '',
maxErrorValue: '±0.5%'
2024-10-28 13:41:14 +08:00
},
2024-10-24 09:38:12 +08:00
{
2024-12-05 14:37:50 +08:00
col1:'电流',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电流',
2024-12-05 19:31:43 +08:00
condition: 'I≥0.05In',
maxErrorValue: '±0.5%'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1:'电流',
2024-12-05 16:23:20 +08:00
col2: '',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电流',
2024-12-05 19:31:43 +08:00
condition: '0.01In≤I0.05In',
maxErrorValue: '±1%'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1: '电压暂降、电压暂升和短时中断',
col2: '电压幅值',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'电压',
2024-12-05 19:31:43 +08:00
condition: '',
maxErrorValue: '±0.2%Un'
2024-10-24 09:38:12 +08:00
},
{
2024-12-05 14:37:50 +08:00
col1: '电压暂降、电压暂升和短时中断',
col2: '持续时间',
2024-12-05 19:31:43 +08:00
deviceLevel: 'A',
2024-10-28 13:41:14 +08:00
measurementType:'时间',
2024-12-05 19:31:43 +08:00
condition: '',
maxErrorValue: '±1周波'
2024-10-24 09:38:12 +08:00
},
])
2025-01-02 09:02:46 +08:00
const errorSDetail = ref<ErrorSystem.Error_detail[]>([
{
col1: '电压偏差',
col2: '',
deviceLevel: 'S',
measurementType:'电压',
condition: '20%~120%标称电压',
maxErrorValue: '±0.5%'
},
{
col1:'频率偏差',
col2: '',
deviceLevel: 'S',
measurementType:'频率',
condition: '42.5~57.5 Hz',
maxErrorValue: '±0.05Hz'
},
{
col1:'三相不平衡度',
col2: '',
deviceLevel: 'S',
measurementType:'电压',
condition: '1%~5%',
maxErrorValue: '±0.2%'
},
{
col1:'三相不平衡度',
col2: '',
deviceLevel: 'S',
measurementType:'电压',
condition: '5%(不包含)~ 40%',
maxErrorValue: '±0.6%'
},
{
col1:'三相不平衡度',
col2: '',
deviceLevel: 'S',
measurementType:'电流',
condition: '',
maxErrorValue: '±1%'
},
{
col1:'电压波动',
col2: '电压幅值',
deviceLevel: 'S',
measurementType:'电压',
condition: '',
maxErrorValue: '±1.0%Un'
},
{
col1:'电压波动',
col2: '持续时间',
deviceLevel: 'S',
measurementType:'时间',
condition: '使用半波刷新方均根值',
maxErrorValue: '±1周波'
},
{
col1:'电压波动',
col2: '持续时间',
deviceLevel: 'S',
measurementType:'时间',
condition: '使用全波刷新方均根值',
maxErrorValue: '±2周波'
},
{
col1:'闪变',
col2: '',
deviceLevel: 'S',
measurementType:'短时间闪变',
condition: 'Pst0.4~4',
maxErrorValue: '±10%'
},
{
col1:'谐波和间谐波',
col2: '',
deviceLevel: 'S',
measurementType:'电压',
condition: 'Uh≥3%Un',
maxErrorValue: '±5%Uh'
},
{
col1:'谐波和间谐波',
col2: '',
deviceLevel: 'S',
measurementType:'电压',
condition: 'Uh3%Un',
maxErrorValue: '±0.15%Un'
},
{
col1:'谐波和间谐波',
col2: '',
deviceLevel: 'S',
measurementType:'电流',
condition: 'In≥10%In',
maxErrorValue: '±5%Ih'
},
{
col1:'谐波和间谐波',
col2: '',
deviceLevel: 'S',
measurementType:'电流',
condition: 'In10%In',
maxErrorValue: '±0.5%In'
},
{
col1:'高频次谐波',
col2: '',
deviceLevel: 'S',
measurementType:'电压',
condition: 'Uh≥3%Un',
maxErrorValue: '±5%Uh'
},
{
col1:'高频次谐波',
col2: '',
deviceLevel: 'S',
measurementType:'电压',
condition: 'Uh3%Un',
maxErrorValue: '±0.15%Un'
},
{
col1:'高频次谐波',
col2: '',
deviceLevel: 'S',
measurementType:'电流',
condition: 'In≥10%In',
maxErrorValue: '±5%Ih'
},
{
col1:'高频次谐波',
col2: '',
deviceLevel: 'S',
measurementType:'电流',
condition: 'In10%In',
maxErrorValue: '±0.5%In'
},
{
col1:'功率',
col2: '',
deviceLevel: 'S',
measurementType:'功率',
condition: '',
maxErrorValue: '±0.5%'
},
{
col1:'电流',
col2: '',
deviceLevel: 'S',
measurementType:'电流',
condition: 'I≥0.05In',
maxErrorValue: '±0.5%'
},
{
col1:'电流',
col2: '',
deviceLevel: 'S',
measurementType:'电流',
condition: '0.01In≤I0.05In',
maxErrorValue: '±1%'
},
{
col1: '电压暂降、电压暂升和短时中断',
col2: '电压幅值',
deviceLevel: 'S',
measurementType:'电压',
condition: '',
maxErrorValue: '±1.0%Un'
},
{
col1: '电压暂降、电压暂升和短时中断',
col2: '持续时间',
deviceLevel: 'S',
measurementType:'时间',
condition: '使用半波刷新方均根值',
maxErrorValue: '±1周波'
},
{
col1: '电压暂降、电压暂升和短时中断',
col2: '持续时间',
deviceLevel: 'S',
measurementType:'时间',
condition: '使用全波刷新方均根值',
maxErrorValue: '±2周波'
},
])
2024-10-24 09:38:12 +08:00
2025-01-02 09:02:46 +08:00
export default {errordata,errorADetail,errorSDetail}