You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
2.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

INSERT INTO equip_alarm_define (equip_type_code, equip_code, error_code, error_level, error_msg, process_method, created_by, created_time, updated_by, updated_time)
VALUES
(2, 'waterCool', '48', '1', 'BMS通讯超时', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '25', '2', '出水温度过高', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '24', '3', '进水温度传感器故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '22', '2', '高压压力过高', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '23', '2', '低压压力1过低', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '30', '2', '液位过低', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '27', '2', '水泵故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '21', '2', '风扇故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '2', '1', 'PTC故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '55', '2', '压缩机故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '19', '2', '压缩机通讯超时故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '32', '1', '(多合一)控制电压过欠电压故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '49', '3', '(多合一)继电器粘连故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '34', '1', '多合一DCDC故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '35', '1', '主机组一级故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '36', '2', '主机组二级故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '39', '1', '从机组一级故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '40', '2', '从机组二级故障', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01'),
(2, 'waterCool', '42', '2', '从机组丢失', NULL, NULL, '2024-07-15 15:22:01', NULL, '2024-07-15 15:22:01');