WO2018076561A1 - Method and device for data processing - Google Patents

Method and device for data processing Download PDF

Info

Publication number
WO2018076561A1
WO2018076561A1 PCT/CN2017/072010 CN2017072010W WO2018076561A1 WO 2018076561 A1 WO2018076561 A1 WO 2018076561A1 CN 2017072010 W CN2017072010 W CN 2017072010W WO 2018076561 A1 WO2018076561 A1 WO 2018076561A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
vehicle
diagnostic
inspection report
data processing
Prior art date
Application number
PCT/CN2017/072010
Other languages
French (fr)
Chinese (zh)
Inventor
刘均
庄文龙
Original Assignee
深圳市元征科技股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳市元征科技股份有限公司 filed Critical 深圳市元征科技股份有限公司
Publication of WO2018076561A1 publication Critical patent/WO2018076561A1/en

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • G05B23/0205Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults
    • G05B23/0208Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults characterized by the configuration of the monitoring system
    • G05B23/0213Modular or universal configuration of the monitoring system, e.g. monitoring system having modules that may be combined to build monitoring program; monitoring system that can be applied to legacy systems; adaptable monitoring system; using different communication protocols

Definitions

  • the present invention relates to the field of data processing technologies, and in particular, to a data processing method and apparatus.
  • CAN Controller Area Network, controller area network
  • Line data collection can not achieve multi-channel CAN line data acquisition, resulting in less collected car data, is not conducive to the analysis of car failure.
  • all the collected data can only be sent to the server, and the collected data cannot be processed and then sent to the server, resulting in a large amount of data transmission.
  • Diagnostic equipment requires a large amount of data traffic to send the collected data to the server, increasing the cost of car diagnostics.
  • the main object of the present invention is to provide a data processing method and apparatus, which aim to solve the technical problem that the existing diagnostic equipment cannot simultaneously collect data on a multi-channel bus and has high diagnostic cost.
  • the present invention provides a data processing method, where the data processing method includes:
  • the diagnostic device establishes a communication connection with the vehicle, and acquires diagnostic data of the vehicle through at least two buses;
  • the method further includes:
  • An inspection report of the vehicle is generated based on the analysis result, and the inspection report is stored.
  • the method further includes:
  • the prompt information is output, and a corresponding troubleshooting method is output.
  • the method further includes:
  • the step of sending the to-be-sent data to the server includes:
  • the method further includes:
  • the compressed diagnostic data is stored.
  • the present invention further provides a data processing apparatus, the data processing apparatus being applied to a diagnostic apparatus, the data processing apparatus comprising:
  • Obtaining a module configured to establish a communication connection with the vehicle, and acquire diagnostic data of the vehicle through at least two buses;
  • a filtering module configured to: when receiving a data request instruction sent by the server, filter the diagnostic data according to the data request instruction to obtain data to be sent;
  • a sending module configured to send the to-be-sent data to the server.
  • the data processing device further includes:
  • An analysis module configured to analyze the diagnostic data, and obtain an analysis result
  • a generating module configured to generate an inspection report of the vehicle according to the analysis result, and store the inspection report.
  • the data processing device further includes an output module, configured to output prompt information and output a corresponding troubleshooting method if the vehicle is in a fault state according to the inspection report.
  • an output module configured to output prompt information and output a corresponding troubleshooting method if the vehicle is in a fault state according to the inspection report.
  • the obtaining module is further configured to acquire an inspection report corresponding to the to-be-sent data
  • the sending module is further configured to send an inspection report corresponding to the to-be-sent data and the to-be-sent data to the server.
  • the data processing device further includes:
  • a compression module configured to compress the diagnostic data to obtain the compressed diagnostic data
  • a storage module configured to store the compressed diagnostic data.
  • the diagnostic device of the present invention establishes a communication connection with the vehicle, acquires diagnostic data of the vehicle through at least two buses, and filters the diagnostic data according to the received data request instruction and sends the diagnostic data to the server.
  • the realization that the diagnostic device can acquire the vehicle data through the multi-channel bus at the same time, in the process of transmitting the acquired data to the server, filtering the data, removing the data not needed by the server, and transmitting only the data required by the server to
  • the server reduces the data traffic required by the diagnostic device to send data to the server, and reduces the diagnostic cost of the diagnostic device to the vehicle.
  • FIG. 1 is a schematic flowchart of a first embodiment of a data processing method according to the present invention
  • FIG. 2 is a schematic flowchart of a second embodiment of a data processing method according to the present invention.
  • FIG. 3 is a schematic diagram of functional modules of a first embodiment of a data processing apparatus according to the present invention.
  • FIG. 4 is a schematic diagram of functional modules of a second embodiment of a data processing apparatus according to the present invention.
  • FIG. 1 is a schematic flowchart diagram of a first embodiment of a data processing method according to the present invention.
  • the data processing method includes:
  • Step S10 the diagnostic device establishes a communication connection with the vehicle, and acquires diagnostic data of the vehicle through at least two buses;
  • the diagnostic device When the diagnostic device requires a diagnosis of the vehicle, the diagnostic device establishes a communication connection with the vehicle through its diagnostic connector.
  • An operating system is built into the diagnostic connector, and the operating system includes, but is not limited to, an Android system and a Linux system.
  • the diagnostic device After the diagnostic device establishes a communication connection with the vehicle, the diagnostic device acquires diagnostic data of the vehicle through at least two buses. It can be understood that the number of routes of the diagnostic device acquiring the diagnostic data of the vehicle may be set according to specific needs, such as two, three, or four channels. In this embodiment, the diagnostic device simultaneously acquires diagnostic data of the vehicle through a four-way bus.
  • the diagnostic data includes the maximum vehicle speed traveled by the vehicle, the output power of the driving wheel, the coolant temperature, the oil pressure, the carbon dioxide emission amount, the fuel injection pressure and the braking distance of the injector, and the like.
  • the bus includes, but is not limited to, a K line and a CAN line.
  • the K line is a dedicated line for data transfer between the control unit of the vehicle and the diagnostic device.
  • the CAN line belongs to the field bus field. It is a serial communication network that effectively supports distributed control or real-time control. It is a multi-master bus.
  • the communication medium can be twisted pair, coaxial cable or optical fiber.
  • the diagnostic data includes the VIN of the vehicle (Vehicle Identification) Number, vehicle identification code) code to distinguish between different vehicles.
  • VIN code consists of 17 characters, so it is commonly known as the 17-digit code. It contains the manufacturer, age, model, body type and code, engine code and assembly location of the vehicle.
  • Step S20 when receiving the data request instruction sent by the server, filtering the diagnostic data according to the data request instruction to obtain data to be sent;
  • Step S30 Send the to-be-sent data to the server.
  • the server sends a data request command to the diagnostic device.
  • the diagnostic device receives the data request command sent by the server, the diagnostic device filters the diagnostic data according to the data request instruction, obtains data to be sent, and sends the filtered data to be sent to the The server, configured to receive, by the server, the data to be sent, and perform troubleshooting on the vehicle according to the to-be-sent data.
  • the diagnostic device removes engine-independent data of the diagnostic data of the vehicle according to the data request command, such as Diagnostic data related to the chassis, the vehicle body, and the like are filtered out, and data related to the vehicle engine is transmitted as data to be transmitted to the server.
  • the data processing method includes:
  • Step a compressing the diagnostic data to obtain the compressed diagnostic data
  • Step b storing the compressed diagnostic data.
  • the diagnostic device After the diagnostic device acquires the diagnostic data of the vehicle, the diagnostic data is compressed to obtain the compressed diagnostic data, and the compressed diagnostic data is stored to reduce the The storage space for diagnostic data. It should be noted that the diagnostic device compresses the diagnostic data in a format that can be RAR (Roshal ARchive), or Zip et al.
  • the diagnostic device establishes a communication connection with the vehicle, acquires diagnostic data of the vehicle through at least two buses, and filters the diagnostic data according to the received data request instruction and sends the diagnostic data to the server.
  • the realization that the diagnostic device can acquire the vehicle data through the multi-channel bus at the same time, in the process of transmitting the acquired data to the server, filtering the data, removing the data not needed by the server, and transmitting only the data required by the server to The server reduces the data traffic required by the diagnostic device to send data to the server, and reduces the diagnostic cost of the diagnostic device to the vehicle.
  • FIG. 2 is a schematic flowchart diagram of a second embodiment of a data processing method according to the present invention.
  • a second embodiment of the present invention is proposed based on the first embodiment of the data processing method of the present invention.
  • the data processing method further includes:
  • Step S40 analyzing the diagnostic data to obtain an analysis result
  • Step S50 generating an inspection report of the vehicle according to the analysis result, and storing the inspection report.
  • the diagnostic device may analyze the diagnostic data by using a numerical analysis method, a causal analysis method, a time analysis method, an association analysis method, or the like.
  • the numerical analysis method analyzes the numerical variation law and the numerical variation range of the data;
  • the causal analysis method is an analysis of the inter-relevant data response situation and the corresponding speed;
  • the time analysis method is for the data change.
  • the correlation analysis method is an analysis of the proportional relationship and the correspondence relationship between the mutually correlated data, that is, the logical relationship between several parameters.
  • an inspection report of the vehicle is generated according to the analysis result, and the inspection report is stored. Further, the inspection report may be stored together with the generation of the inspection report corresponding diagnostic data, or all inspection reports generated by the diagnostic device may be stored in the same folder. It can be understood that the inspection report contains identification information to distinguish inspection reports of different vehicles. In this embodiment, the VIN code of the vehicle can be used as the identification information of the inspection report.
  • step S40 and the step S50 are between the step S10 and the step S20. In other embodiments, the step S40 and the step S50 may also be between step S20 and step S30.
  • the data processing method further includes:
  • Step c if it is confirmed according to the inspection report that the vehicle is in a fault state, outputting prompt information, and outputting a corresponding troubleshooting method.
  • the diagnostic device When the diagnostic device confirms that the vehicle is in a fault state according to the inspection report, the diagnostic device outputs a prompt message prompting the user that the vehicle is in a fault state, and outputs a corresponding troubleshooting method.
  • the diagnostic device may prompt the user that the vehicle is in a fault state by an indicator light or a prompt tone.
  • the processing manner of different faults is pre-stored in the database of the diagnostic device.
  • the diagnostic device may find a corresponding processing manner in its database according to the fault type of the vehicle, and generate a fault elimination method. Further, the diagnostic device periodically updates the database to make the data in the database more comprehensive and complete.
  • the diagnostic device may further send the prompt information to a mobile phone of a vehicle owner of the vehicle to prevent the vehicle owner from failing to know in time that the vehicle is in a fault state.
  • the diagnostic device may send the prompt information to the owner's mobile phone by using a short message or a voice.
  • the data processing method further includes:
  • Step d obtaining an inspection report corresponding to the to-be-sent data
  • the step S30 includes:
  • Step e Send an inspection report corresponding to the to-be-sent data and the to-be-sent data to the server.
  • the diagnostic device when the diagnostic device obtains the to-be-sent data, the diagnostic device acquires an inspection report corresponding to the to-be-sent data, and the inspection report corresponding to the to-be-sent data is sent together with the to-be-sent data Sent to the server.
  • the server may regenerate an inspection report according to the to-be-sent data, and analyze two inspection reports to obtain the most suitable vehicle. The inspection report of the actual situation.
  • the server may also check the inspection report with the to-be-sent data to determine whether the inspection report is incorrect, and improve the correctness of the inspection report.
  • an analysis result is obtained, an inspection report is generated according to the analysis result, and the inspection report is stored.
  • the stored inspection report can be retrieved, and the stored inspection report can be used to comprehensively diagnose the vehicle to improve the correctness of the vehicle diagnosis.
  • the invention further provides a data processing apparatus.
  • FIG. 3 is a schematic diagram of functional modules of a first embodiment of a data processing apparatus according to the present invention.
  • the block diagram shown in FIG. 3 is merely an exemplary diagram of a preferred embodiment, and those skilled in the art can easily perform the module of the data processing apparatus shown in FIG.
  • the core of the technical solution of the present invention is that each name is defined.
  • the data processing apparatus includes:
  • the acquiring module 10 is configured to establish a communication connection with the vehicle, and acquire the diagnostic data of the vehicle by using at least two buses;
  • the diagnostic device When the diagnostic device requires a diagnosis of the vehicle, the diagnostic device establishes a communication connection with the vehicle through its diagnostic connector.
  • An operating system is built into the diagnostic connector, and the operating system includes, but is not limited to, an Android system and a Linux system.
  • the diagnostic device After the diagnostic device establishes a communication connection with the vehicle, the diagnostic device acquires diagnostic data of the vehicle through at least two buses. It can be understood that the number of routes of the diagnostic device acquiring the diagnostic data of the vehicle may be set according to specific needs, such as two, three, or four channels. In this embodiment, the diagnostic device simultaneously acquires diagnostic data of the vehicle through a four-way bus.
  • the diagnostic data includes the maximum vehicle speed traveled by the vehicle, the output power of the driving wheel, the coolant temperature, the oil pressure, the carbon dioxide emission amount, the fuel injection pressure and the braking distance of the injector, and the like.
  • the bus includes, but is not limited to, a K line and a CAN line.
  • the K line is a dedicated line for data transfer between the control unit of the vehicle and the diagnostic device.
  • the CAN line belongs to the field bus field. It is a serial communication network that effectively supports distributed control or real-time control. It is a multi-master bus.
  • the communication medium can be twisted pair, coaxial cable or optical fiber.
  • the diagnostic data includes the VIN of the vehicle (Vehicle Identification) Number, vehicle identification code) code to distinguish between different vehicles.
  • VIN code consists of 17 characters, so it is commonly known as the 17-digit code. It contains the manufacturer, age, model, body type and code, engine code and assembly location of the vehicle.
  • the filtering module 20 is configured to: when receiving the data request instruction sent by the server, filter the diagnostic data according to the data request instruction to obtain data to be sent;
  • the sending module 30 is configured to send the to-be-sent data to the server.
  • the server sends a data request command to the diagnostic device.
  • the diagnostic device receives the data request command sent by the server, the diagnostic device filters the diagnostic data according to the data request instruction, obtains data to be sent, and sends the filtered data to be sent to the The server, configured to receive, by the server, the data to be sent, and perform troubleshooting on the vehicle according to the to-be-sent data.
  • the diagnostic device removes engine-independent data of the diagnostic data of the vehicle according to the data request command, such as Diagnostic data related to the chassis, the vehicle body, and the like are filtered out, and data related to the vehicle engine is transmitted as data to be transmitted to the server.
  • the data processing device further includes:
  • a compression module configured to compress the diagnostic data to obtain the compressed diagnostic data
  • a storage module configured to store the compressed diagnostic data.
  • the diagnostic device After the diagnostic device acquires the diagnostic data of the vehicle, the diagnostic data is compressed to obtain the compressed diagnostic data, and the compressed diagnostic data is stored to reduce the The storage space for diagnostic data. It should be noted that the diagnostic device compresses the diagnostic data in a format that can be RAR (Roshal ARchive), or Zip et al.
  • the diagnostic device establishes a communication connection with the vehicle, acquires diagnostic data of the vehicle through at least two buses, and filters the diagnostic data according to the received data request instruction and sends the diagnostic data to the server.
  • the realization that the diagnostic device can acquire the vehicle data through the multi-channel bus at the same time, in the process of transmitting the acquired data to the server, filtering the data, removing the data not needed by the server, and transmitting only the data required by the server to The server reduces the data traffic required by the diagnostic device to send data to the server, and reduces the diagnostic cost of the diagnostic device to the vehicle.
  • FIG. 4 is a schematic diagram of functional modules of a second embodiment of a data processing apparatus according to the present invention.
  • a second embodiment of the data processing apparatus of the present invention is proposed based on the first embodiment of the data processing apparatus of the present invention.
  • the data processing apparatus further includes:
  • An analysis module 40 configured to analyze the diagnostic data, and obtain an analysis result
  • the generating module 50 is configured to generate an inspection report of the vehicle according to the analysis result, and store the inspection report.
  • the diagnostic device may analyze the diagnostic data by using a numerical analysis method, a causal analysis method, a time analysis method, an association analysis method, or the like.
  • the numerical analysis method analyzes the numerical variation law and the numerical variation range of the data;
  • the causal analysis method is an analysis of the inter-relevant data response situation and the corresponding speed;
  • the time analysis method is for the data change.
  • the correlation analysis method is an analysis of the proportional relationship and the correspondence relationship between the mutually correlated data, that is, the logical relationship between several parameters.
  • an inspection report of the vehicle is generated according to the analysis result, and the inspection report is stored. Further, the inspection report may be stored together with the generation of the inspection report corresponding diagnostic data, or all inspection reports generated by the diagnostic device may be stored in the same folder. It can be understood that the inspection report contains identification information to distinguish inspection reports of different vehicles. In this embodiment, the VIN code of the vehicle can be used as the identification information of the inspection report.
  • the data processing device further includes:
  • an output module configured to output prompt information when the vehicle is in a fault state according to the inspection report, and output a corresponding troubleshooting method.
  • the diagnostic device When the diagnostic device confirms that the vehicle is in a fault state according to the inspection report, the diagnostic device outputs a prompt message prompting the user that the vehicle is in a fault state, and outputs a corresponding troubleshooting method.
  • the diagnostic device may prompt the user that the vehicle is in a fault state by an indicator light or a prompt tone.
  • the processing manner of different faults is pre-stored in the database of the diagnostic device.
  • the diagnostic device may find a corresponding processing manner in its database according to the fault type of the vehicle, and generate a fault elimination method. Further, the diagnostic device periodically updates the database to make the data in the database more comprehensive and complete.
  • the diagnostic device may further send the prompt information to a mobile phone of a vehicle owner of the vehicle to prevent the vehicle owner from failing to know in time that the vehicle is in a fault state.
  • the diagnostic device may send the prompt information to the owner's mobile phone by using a short message or a voice.
  • the obtaining module 10 is further configured to acquire an inspection report corresponding to the to-be-sent data
  • the sending module 30 is further configured to send an inspection report corresponding to the to-be-sent data and the to-be-sent data to the server.
  • the diagnostic device when the diagnostic device obtains the to-be-sent data, the diagnostic device acquires an inspection report corresponding to the to-be-sent data, and the inspection report corresponding to the to-be-sent data is sent together with the to-be-sent data Sent to the server.
  • the server may regenerate an inspection report according to the to-be-sent data, and analyze two inspection reports to obtain the most suitable vehicle. The inspection report of the actual situation.
  • the server may also check the inspection report with the to-be-sent data to determine whether the inspection report is incorrect, and improve the correctness of the inspection report.
  • an analysis result is obtained, an inspection report is generated according to the analysis result, and the inspection report is stored.
  • the stored inspection report can be retrieved, and the stored inspection report can be used to comprehensively diagnose the vehicle to improve the correctness of the vehicle diagnosis.
  • the technical solution of the present invention which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk,
  • a storage medium such as ROM/RAM, disk,
  • the optical disc includes a number of instructions for causing a terminal device (which may be a cell phone, a computer, a server, or a network device, etc.) to perform the methods described in various embodiments of the present invention.

Abstract

A method and device for data processing. The method comprises: a communication connection is established between a diagnosis device and a vehicle, diagnosis data of the vehicle is acquired via at least two buses (S10); when a data request instruction transmitted by a server is received, the diagnosis data is filtered on the basis of the data request instruction to produce data to be transmitted (S20); and the data to be transmitted is transmitted to the server (S30). Implemented is that the diagnosis device can simultaneously acquire vehicle data via multiple buses, during the process of transmitting the acquired data to the server, the data is filtered so that any data not required by the server is removed, only the data required by the server is transmitted to the server, thus reducing the volume of data traffic required by the diagnosis device in the process of transmitting the data to the server, and reducing costs for the diagnosis device in diagnosing the vehicle.

Description

数据处理方法和装置  Data processing method and device
技术领域Technical field
本发明涉及数据处理技术领域,尤其涉及一种数据处理方法和装置。The present invention relates to the field of data processing technologies, and in particular, to a data processing method and apparatus.
背景技术Background technique
随着车辆产业的高速发展,家庭用车不断普及,车辆的市场潜力引起各方的广泛关注。经过多年的市场发展与普及,车辆诊断设备得到了有效的发展。 With the rapid development of the vehicle industry, household vehicles continue to be popularized, and the market potential of vehicles has drawn wide attention from all parties. After years of market development and popularization, vehicle diagnostic equipment has been effectively developed.
现有的车辆诊断设备,只能实现1路CAN(Controller Area Network,控制器局域网络)线数据的采集,无法同时实现多路CAN线数据的采集,导致采集到的汽车数据较少,不利于对汽车故障的分析。同时在将所采集的数据发送给远程服务器的过程中,也只能将所采集的数据全部发送服务器,不能对所采集的数据进行处理之后再发送给服务器,导致数据传输量较大,以致于诊断设备需要大量的数据流量将所采集的数据发送给服务器,增加了汽车诊断的成本。Existing vehicle diagnostic equipment can only implement one way CAN (Controller Area Network, controller area network) Line data collection, can not achieve multi-channel CAN line data acquisition, resulting in less collected car data, is not conducive to the analysis of car failure. At the same time, in the process of transmitting the collected data to the remote server, all the collected data can only be sent to the server, and the collected data cannot be processed and then sent to the server, resulting in a large amount of data transmission. Diagnostic equipment requires a large amount of data traffic to send the collected data to the server, increasing the cost of car diagnostics.
发明内容Summary of the invention
本发明的主要目的在于提供一种数据处理方法和装置,旨在解决现有的诊断设备不能同时对多路总线进行数据采集,且诊断成本高的技术问题。The main object of the present invention is to provide a data processing method and apparatus, which aim to solve the technical problem that the existing diagnostic equipment cannot simultaneously collect data on a multi-channel bus and has high diagnostic cost.
为实现上述目的,本发明提供的一种数据处理方法,所述数据处理方法包括:To achieve the above objective, the present invention provides a data processing method, where the data processing method includes:
诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据;The diagnostic device establishes a communication connection with the vehicle, and acquires diagnostic data of the vehicle through at least two buses;
当接收到服务器发送的数据请求指令时,根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据;When receiving the data request instruction sent by the server, filtering the diagnostic data according to the data request instruction to obtain data to be sent;
将所述待发送数据发送给所述服务器。Sending the to-be-sent data to the server.
优选地,所述诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据的步骤之后,还包括:Preferably, after the step of establishing the communication connection between the diagnostic device and the vehicle and acquiring the diagnostic data of the vehicle through the at least two buses, the method further includes:
分析所述诊断数据,得到分析结果;Analyzing the diagnostic data to obtain an analysis result;
根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告。An inspection report of the vehicle is generated based on the analysis result, and the inspection report is stored.
优选地,所述根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告的步骤之后,还包括:Preferably, after the step of generating the inspection report of the vehicle according to the analysis result, and storing the inspection report, the method further includes:
若根据所述检查报告确认所述车辆处于故障状态,则输出提示信息,并输出相应的故障排除方法。If it is confirmed according to the inspection report that the vehicle is in a fault state, the prompt information is output, and a corresponding troubleshooting method is output.
优选地,所述当接收到服务器发送的数据请求指令时,根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据的步骤之后,还包括:Preferably, after receiving the data request instruction sent by the server, after the step of filtering the diagnostic data according to the data request instruction to obtain data to be sent, the method further includes:
获取与所述待发送数据对应的检查报告;Obtaining an inspection report corresponding to the to-be-sent data;
所述将所述待发送数据发送给所述服务器的步骤包括:The step of sending the to-be-sent data to the server includes:
将与所述待发送数据对应的检查报告和所述待发送数据发送给所述服务器。And sending an inspection report corresponding to the to-be-sent data and the to-be-sent data to the server.
优选地,所述诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据的步骤之后,还包括:Preferably, after the step of establishing the communication connection between the diagnostic device and the vehicle and acquiring the diagnostic data of the vehicle through the at least two buses, the method further includes:
对所述诊断数据进行压缩,得到压缩后的所述诊断数据;Compressing the diagnostic data to obtain the compressed diagnostic data;
存储压缩后的所述诊断数据。The compressed diagnostic data is stored.
此外,为实现上述目的,本发明还提供一种数据处理装置,所述数据处理装置应用于诊断设备,所述数据处理装置包括:In addition, in order to achieve the above object, the present invention further provides a data processing apparatus, the data processing apparatus being applied to a diagnostic apparatus, the data processing apparatus comprising:
获取模块,用于与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据;Obtaining a module, configured to establish a communication connection with the vehicle, and acquire diagnostic data of the vehicle through at least two buses;
过滤模块,用于当接收到服务器发送的数据请求指令时,根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据;a filtering module, configured to: when receiving a data request instruction sent by the server, filter the diagnostic data according to the data request instruction to obtain data to be sent;
发送模块,用于将所述待发送数据发送给所述服务器。And a sending module, configured to send the to-be-sent data to the server.
优选地,所述数据处理装置还包括:Preferably, the data processing device further includes:
分析模块,用于分析所述诊断数据,得到分析结果;An analysis module, configured to analyze the diagnostic data, and obtain an analysis result;
生成模块,用于根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告。And a generating module, configured to generate an inspection report of the vehicle according to the analysis result, and store the inspection report.
优选地,所述数据处理装置还包括输出模块,用于若根据所述检查报告确认所述车辆处于故障状态,则输出提示信息,并输出相应的故障排除方法。Preferably, the data processing device further includes an output module, configured to output prompt information and output a corresponding troubleshooting method if the vehicle is in a fault state according to the inspection report.
优选地,所述获取模块还用于获取与所述待发送数据对应的检查报告;Preferably, the obtaining module is further configured to acquire an inspection report corresponding to the to-be-sent data;
所述发送模块还用于将与所述待发送数据对应的检查报告和所述待发送数据发送给所述服务器。The sending module is further configured to send an inspection report corresponding to the to-be-sent data and the to-be-sent data to the server.
优选地,所述数据处理装置还包括:Preferably, the data processing device further includes:
压缩模块,用于对所述诊断数据进行压缩,得到压缩后的所述诊断数据;a compression module, configured to compress the diagnostic data to obtain the compressed diagnostic data;
存储模块,用于存储压缩后的所述诊断数据。And a storage module, configured to store the compressed diagnostic data.
本发明诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据,根据所接收的数据请求指令将所述诊断数据过滤后发送给服务器。实现了诊断设备可以同时通过多路总线获取车辆数据,在将所获取的数据发送给服务器过程中,将数据进行过滤,去掉所述服务器不需要的数据,只将所述服务器需要的数据发送给所述服务器,减少了诊断设备发送数据给服务器过程中所需的数据流量,降低了诊断设备对车辆的诊断成本。The diagnostic device of the present invention establishes a communication connection with the vehicle, acquires diagnostic data of the vehicle through at least two buses, and filters the diagnostic data according to the received data request instruction and sends the diagnostic data to the server. The realization that the diagnostic device can acquire the vehicle data through the multi-channel bus at the same time, in the process of transmitting the acquired data to the server, filtering the data, removing the data not needed by the server, and transmitting only the data required by the server to The server reduces the data traffic required by the diagnostic device to send data to the server, and reduces the diagnostic cost of the diagnostic device to the vehicle.
附图说明DRAWINGS
图1为本发明数据处理方法第一实施例的流程示意图;1 is a schematic flowchart of a first embodiment of a data processing method according to the present invention;
图2为本发明数据处理方法第二实施例的流程示意图;2 is a schematic flowchart of a second embodiment of a data processing method according to the present invention;
图3为本发明数据处理装置第一实施例的功能模块示意图;3 is a schematic diagram of functional modules of a first embodiment of a data processing apparatus according to the present invention;
图4为本发明数据处理装置第二实施例的功能模块示意图。4 is a schematic diagram of functional modules of a second embodiment of a data processing apparatus according to the present invention.
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The implementation, functional features, and advantages of the present invention will be further described in conjunction with the embodiments.
具体实施方式detailed description
应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
参照图1,图1为本发明数据处理方法第一实施例的流程示意图。Referring to FIG. 1, FIG. 1 is a schematic flowchart diagram of a first embodiment of a data processing method according to the present invention.
在本实施例中,所述数据处理方法包括:In this embodiment, the data processing method includes:
步骤S10,诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据;Step S10, the diagnostic device establishes a communication connection with the vehicle, and acquires diagnostic data of the vehicle through at least two buses;
当诊断设备需要对车辆进行故障诊断时,所述诊断设备通过其诊断接头与车辆建立通信连接。所述诊断接头中内置有操作系统,所述操作系统包括但不限于安卓系统和Linux系统。When the diagnostic device requires a diagnosis of the vehicle, the diagnostic device establishes a communication connection with the vehicle through its diagnostic connector. An operating system is built into the diagnostic connector, and the operating system includes, but is not limited to, an Android system and a Linux system.
当所述诊断设备与所述车辆建立通信连接后,所述诊断设备通过至少两路总线获取所述车辆的诊断数据。可以理解的是,所述诊断设备获取所述车辆的诊断数据的线路的路数可以根据具体需要而设置,如可设置为两路,三路,或者四路等。在本实施例中,所述诊断设备同时通过四路总线获取所述车辆的诊断数据。After the diagnostic device establishes a communication connection with the vehicle, the diagnostic device acquires diagnostic data of the vehicle through at least two buses. It can be understood that the number of routes of the diagnostic device acquiring the diagnostic data of the vehicle may be set according to specific needs, such as two, three, or four channels. In this embodiment, the diagnostic device simultaneously acquires diagnostic data of the vehicle through a four-way bus.
需要说明的是,所述诊断数据包括所述车辆行驶的最高车速、驱动车轮的输出功率、冷却液温度、机油压力、二氧化碳的排放量、喷油器的喷油压力和制动距离等。所述总线包括但不限于K线和CAN线。所述K线是车辆的控制单元和诊断设备之间进行数据传递专门的一条线。所述CAN线属于现场总线的范畴,它是一种有效支持分布式控制或实时控制的串行通信网络,是一种多主总线,通信介质可以是双绞线、同轴电缆或光导纤维。It should be noted that the diagnostic data includes the maximum vehicle speed traveled by the vehicle, the output power of the driving wheel, the coolant temperature, the oil pressure, the carbon dioxide emission amount, the fuel injection pressure and the braking distance of the injector, and the like. The bus includes, but is not limited to, a K line and a CAN line. The K line is a dedicated line for data transfer between the control unit of the vehicle and the diagnostic device. The CAN line belongs to the field bus field. It is a serial communication network that effectively supports distributed control or real-time control. It is a multi-master bus. The communication medium can be twisted pair, coaxial cable or optical fiber.
进一步地,所述诊断数据中包括所述车辆的VIN(Vehicle Identification Number,车辆识别码)码,以区分不同的车辆。所述VIN码由17位字符组成,所以俗称十七位码,它包含了车辆的生产厂家、年代、车型、车身型式及代码、发动机代码及组装地点等信息。Further, the diagnostic data includes the VIN of the vehicle (Vehicle Identification) Number, vehicle identification code) code to distinguish between different vehicles. The VIN code consists of 17 characters, so it is commonly known as the 17-digit code. It contains the manufacturer, age, model, body type and code, engine code and assembly location of the vehicle.
步骤S20,当接收到服务器发送的数据请求指令时,根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据;Step S20, when receiving the data request instruction sent by the server, filtering the diagnostic data according to the data request instruction to obtain data to be sent;
步骤S30,将所述待发送数据发送给所述服务器。Step S30: Send the to-be-sent data to the server.
当远程的服务器需要获取所述车辆的诊断数据,对所述车辆进行故障排除时,所述服务器发送数据请求指令给所述诊断设备。当所述诊断设备接收到所述服务器发送的数据请求指令时,所述诊断设备根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据,并将过滤所得的待发送数据发送给所述服务器,以供所述服务器接收所述待发送数据,根据所述待发送数据对所述车辆进行故障排除。如所述服务器只需要获取与所述车辆的发动机有关的数据,所述诊断设备则根据所述数据请求指令,将所述车辆的诊断数据中与发动机无关的数据去掉,如将与所述车辆底盘、车身等有关的诊断数据过滤掉,将与所述车辆发动机有关的数据作为待发送数据,发送给所述服务器。When the remote server needs to acquire diagnostic data of the vehicle and troubleshoot the vehicle, the server sends a data request command to the diagnostic device. When the diagnostic device receives the data request command sent by the server, the diagnostic device filters the diagnostic data according to the data request instruction, obtains data to be sent, and sends the filtered data to be sent to the The server, configured to receive, by the server, the data to be sent, and perform troubleshooting on the vehicle according to the to-be-sent data. If the server only needs to acquire data related to the engine of the vehicle, the diagnostic device removes engine-independent data of the diagnostic data of the vehicle according to the data request command, such as Diagnostic data related to the chassis, the vehicle body, and the like are filtered out, and data related to the vehicle engine is transmitted as data to be transmitted to the server.
进一步地,所述数据处理方法包括:Further, the data processing method includes:
步骤a,对所述诊断数据进行压缩,得到压缩后的所述诊断数据;Step a, compressing the diagnostic data to obtain the compressed diagnostic data;
步骤b,存储压缩后的所述诊断数据。Step b, storing the compressed diagnostic data.
进一步地,当所述诊断设备获取到所述车辆的诊断数据后,对所述诊断数据进行压缩,得到压缩后的所述诊断数据,并存储压缩后的所述诊断数据,以减小所述诊断数据的存储空间。需要说明的是,所述诊断设备压缩所述诊断数据的格式可为RAR(Roshal ARchive),或者Zip等。Further, after the diagnostic device acquires the diagnostic data of the vehicle, the diagnostic data is compressed to obtain the compressed diagnostic data, and the compressed diagnostic data is stored to reduce the The storage space for diagnostic data. It should be noted that the diagnostic device compresses the diagnostic data in a format that can be RAR (Roshal ARchive), or Zip et al.
本实施例诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据,根据所接收的数据请求指令将所述诊断数据过滤后发送给服务器。实现了诊断设备可以同时通过多路总线获取车辆数据,在将所获取的数据发送给服务器过程中,将数据进行过滤,去掉所述服务器不需要的数据,只将所述服务器需要的数据发送给所述服务器,减少了诊断设备发送数据给服务器过程中所需的数据流量,降低了诊断设备对车辆的诊断成本。In this embodiment, the diagnostic device establishes a communication connection with the vehicle, acquires diagnostic data of the vehicle through at least two buses, and filters the diagnostic data according to the received data request instruction and sends the diagnostic data to the server. The realization that the diagnostic device can acquire the vehicle data through the multi-channel bus at the same time, in the process of transmitting the acquired data to the server, filtering the data, removing the data not needed by the server, and transmitting only the data required by the server to The server reduces the data traffic required by the diagnostic device to send data to the server, and reduces the diagnostic cost of the diagnostic device to the vehicle.
参照图2,图2为本发明数据处理方法第二实施例的流程示意图,基于本发明数据处理方法的第一实施例提出本发明的第二实施例。Referring to FIG. 2, FIG. 2 is a schematic flowchart diagram of a second embodiment of a data processing method according to the present invention. A second embodiment of the present invention is proposed based on the first embodiment of the data processing method of the present invention.
在本实施例中,所述数据处理方法还包括:In this embodiment, the data processing method further includes:
步骤S40,分析所述诊断数据,得到分析结果;Step S40, analyzing the diagnostic data to obtain an analysis result;
步骤S50,根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告。Step S50, generating an inspection report of the vehicle according to the analysis result, and storing the inspection report.
当所述诊断设备得到所述诊断数据后,分析所述诊断数据,得到分析结果。需要说明的是,所述诊断设备分析所述诊断数据可采用数值分析法、因果分析法、时间分析法和关联分析法等。所述数值分析法是对数据的数值变化规律和数值变化范围的进行分析;所述因果分析法是对互相关联的数据间响应情况和相应速度的分析;所述时间分析法是对数据变化的频率和变化周期的分析;所述关联分析法是对互为关联的数据间存在比例关系和对应关系的分析,即几个参数之间的逻辑关系。After the diagnostic device obtains the diagnostic data, the diagnostic data is analyzed to obtain an analysis result. It should be noted that the diagnostic device may analyze the diagnostic data by using a numerical analysis method, a causal analysis method, a time analysis method, an association analysis method, or the like. The numerical analysis method analyzes the numerical variation law and the numerical variation range of the data; the causal analysis method is an analysis of the inter-relevant data response situation and the corresponding speed; the time analysis method is for the data change. The analysis of the frequency and the change period; the correlation analysis method is an analysis of the proportional relationship and the correspondence relationship between the mutually correlated data, that is, the logical relationship between several parameters.
当所述诊断设备得到所述分析结果后,根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告。进一步地,可以将所述检查报告与生成所述检查报告对应诊断数据一起存储,或者将所述诊断设备所生成的所有的检查报告存储至同一文件夹中。可以理解的是,所述检查报告含有标识信息,以区分不同车辆的检查报告。在本实施例中,可用所述车辆的VIN码作为所述检查报告的标识信息。After the diagnostic device obtains the analysis result, an inspection report of the vehicle is generated according to the analysis result, and the inspection report is stored. Further, the inspection report may be stored together with the generation of the inspection report corresponding diagnostic data, or all inspection reports generated by the diagnostic device may be stored in the same folder. It can be understood that the inspection report contains identification information to distinguish inspection reports of different vehicles. In this embodiment, the VIN code of the vehicle can be used as the identification information of the inspection report.
需要说明的是,在本实施例中,所述步骤S40和步骤S50在步骤S10和步骤S20之间。而在其它实施例中,所述步骤S40和步骤S50也可以在步骤S20和步骤S30之间。It should be noted that, in this embodiment, the step S40 and the step S50 are between the step S10 and the step S20. In other embodiments, the step S40 and the step S50 may also be between step S20 and step S30.
进一步地,所述数据处理方法还包括:Further, the data processing method further includes:
步骤c,若根据所述检查报告确认所述车辆处于故障状态,则输出提示信息,并输出相应的故障排除方法。Step c, if it is confirmed according to the inspection report that the vehicle is in a fault state, outputting prompt information, and outputting a corresponding troubleshooting method.
当所述诊断设备根据所述检查报告确认所述车辆处于故障状态时,所述诊断设备输出提示信息提示用户所述车辆处于故障状态,并输出相应的故障排除方法。所述诊断设备可以通过指示灯,或者提示音提示用户所述车辆处于故障状态。When the diagnostic device confirms that the vehicle is in a fault state according to the inspection report, the diagnostic device outputs a prompt message prompting the user that the vehicle is in a fault state, and outputs a corresponding troubleshooting method. The diagnostic device may prompt the user that the vehicle is in a fault state by an indicator light or a prompt tone.
需要说明的是,所述诊断设备的数据库中预先存储有不同故障的处理方式。当所述诊断设备确定所述车辆处于故障状态时,所述诊断设备可以根据所述车辆的故障类型在其数据库中查找出对应的处理方式,生成故障排除方法。进一步地,所述诊断设备会定时更新所述数据库,以使所述数据库中数据更加全面,完善。It should be noted that the processing manner of different faults is pre-stored in the database of the diagnostic device. When the diagnostic device determines that the vehicle is in a fault state, the diagnostic device may find a corresponding processing manner in its database according to the fault type of the vehicle, and generate a fault elimination method. Further, the diagnostic device periodically updates the database to make the data in the database more comprehensive and complete.
进一步地,所述诊断设备还可以将所述提示信息发送至所述车辆的车主的手机中,以防止所述车主未能及时知道所述车辆处于故障状态。所述诊断设备可以将所述提示信息以短信,或者语音等方式发送至所述车主的手机中。Further, the diagnostic device may further send the prompt information to a mobile phone of a vehicle owner of the vehicle to prevent the vehicle owner from failing to know in time that the vehicle is in a fault state. The diagnostic device may send the prompt information to the owner's mobile phone by using a short message or a voice.
进一步地,所述数据处理方法还包括:Further, the data processing method further includes:
步骤d,获取与所述待发送数据对应的检查报告;Step d, obtaining an inspection report corresponding to the to-be-sent data;
所述步骤S30包括:The step S30 includes:
步骤e,将与所述待发送数据对应的检查报告和所述待发送数据发送给所述服务器。Step e: Send an inspection report corresponding to the to-be-sent data and the to-be-sent data to the server.
进一步地,当所述诊断设备得到所述待发送数据时,所述诊断设备获取与所述待发送数据对应的检查报告,将与所述待发送数据对应的检查报告和所述待发送数据一起发送给所述服务器。当所述服务器接收到所述待发送数据和所述检查报告时,所述服务器可以根据所述待发送数据重新生成一份检查报告,并将分析两份检查报告,以得到最符合所述车辆实际情况的检查报告。所述服务器也可以用所述待发送数据检验所述检查报告,以确定所述检查报告是否有误,提高所述检查报告的正确性。Further, when the diagnostic device obtains the to-be-sent data, the diagnostic device acquires an inspection report corresponding to the to-be-sent data, and the inspection report corresponding to the to-be-sent data is sent together with the to-be-sent data Sent to the server. When the server receives the to-be-sent data and the inspection report, the server may regenerate an inspection report according to the to-be-sent data, and analyze two inspection reports to obtain the most suitable vehicle. The inspection report of the actual situation. The server may also check the inspection report with the to-be-sent data to determine whether the inspection report is incorrect, and improve the correctness of the inspection report.
本实施例通过分析所获取的诊断数据,得到分析结果,根据分析结果生成检查报告,并存储该检查报告。实现了用户在后续对该车辆进行诊断时,可以调取所存储的检查报告,结合所存储的检查报告,对所述车辆进行较为全面诊断,提高对所述车辆诊断的正确性。In this embodiment, by analyzing the acquired diagnostic data, an analysis result is obtained, an inspection report is generated according to the analysis result, and the inspection report is stored. When the user subsequently diagnoses the vehicle, the stored inspection report can be retrieved, and the stored inspection report can be used to comprehensively diagnose the vehicle to improve the correctness of the vehicle diagnosis.
本发明进一步提供一种数据处理装置。The invention further provides a data processing apparatus.
参照图3,图3为本发明数据处理装置的第一实施例的功能模块示意图。Referring to FIG. 3, FIG. 3 is a schematic diagram of functional modules of a first embodiment of a data processing apparatus according to the present invention.
需要强调的是,对本领域的技术人员来说,图3所示模块图仅仅是一个较佳实施例的示例图,本领域的技术人员围绕图3所示的数据处理装置的模块,可轻易进行新的模块的补充;各模块的名称是自定义名称,仅用于辅助理解该数据处理装置的各个程序功能块,不用于限定本发明的技术方案,本发明技术方案的核心是,各自定义名称的模块所要达成的功能。It should be emphasized that, for those skilled in the art, the block diagram shown in FIG. 3 is merely an exemplary diagram of a preferred embodiment, and those skilled in the art can easily perform the module of the data processing apparatus shown in FIG. The addition of the new module; the name of each module is a custom name, which is only used to assist in understanding the various program function blocks of the data processing device, and is not used to define the technical solution of the present invention. The core of the technical solution of the present invention is that each name is defined. The functionality that the module has to achieve.
在本实施例中,所述数据处理装置包括:In this embodiment, the data processing apparatus includes:
获取模块10,用于与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据;The acquiring module 10 is configured to establish a communication connection with the vehicle, and acquire the diagnostic data of the vehicle by using at least two buses;
当诊断设备需要对车辆进行故障诊断时,所述诊断设备通过其诊断接头与车辆建立通信连接。所述诊断接头中内置有操作系统,所述操作系统包括但不限于安卓系统和Linux系统。When the diagnostic device requires a diagnosis of the vehicle, the diagnostic device establishes a communication connection with the vehicle through its diagnostic connector. An operating system is built into the diagnostic connector, and the operating system includes, but is not limited to, an Android system and a Linux system.
当所述诊断设备与所述车辆建立通信连接后,所述诊断设备通过至少两路总线获取所述车辆的诊断数据。可以理解的是,所述诊断设备获取所述车辆的诊断数据的线路的路数可以根据具体需要而设置,如可设置为两路,三路,或者四路等。在本实施例中,所述诊断设备同时通过四路总线获取所述车辆的诊断数据。After the diagnostic device establishes a communication connection with the vehicle, the diagnostic device acquires diagnostic data of the vehicle through at least two buses. It can be understood that the number of routes of the diagnostic device acquiring the diagnostic data of the vehicle may be set according to specific needs, such as two, three, or four channels. In this embodiment, the diagnostic device simultaneously acquires diagnostic data of the vehicle through a four-way bus.
需要说明的是,所述诊断数据包括所述车辆行驶的最高车速、驱动车轮的输出功率、冷却液温度、机油压力、二氧化碳的排放量、喷油器的喷油压力和制动距离等。所述总线包括但不限于K线和CAN线。所述K线是车辆的控制单元和诊断设备之间进行数据传递专门的一条线。所述CAN线属于现场总线的范畴,它是一种有效支持分布式控制或实时控制的串行通信网络,是一种多主总线,通信介质可以是双绞线、同轴电缆或光导纤维。It should be noted that the diagnostic data includes the maximum vehicle speed traveled by the vehicle, the output power of the driving wheel, the coolant temperature, the oil pressure, the carbon dioxide emission amount, the fuel injection pressure and the braking distance of the injector, and the like. The bus includes, but is not limited to, a K line and a CAN line. The K line is a dedicated line for data transfer between the control unit of the vehicle and the diagnostic device. The CAN line belongs to the field bus field. It is a serial communication network that effectively supports distributed control or real-time control. It is a multi-master bus. The communication medium can be twisted pair, coaxial cable or optical fiber.
进一步地,所述诊断数据中包括所述车辆的VIN(Vehicle Identification Number,车辆识别码)码,以区分不同的车辆。所述VIN码由17位字符组成,所以俗称十七位码,它包含了车辆的生产厂家、年代、车型、车身型式及代码、发动机代码及组装地点等信息。Further, the diagnostic data includes the VIN of the vehicle (Vehicle Identification) Number, vehicle identification code) code to distinguish between different vehicles. The VIN code consists of 17 characters, so it is commonly known as the 17-digit code. It contains the manufacturer, age, model, body type and code, engine code and assembly location of the vehicle.
过滤模块20,用于当接收到服务器发送的数据请求指令时,根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据;The filtering module 20 is configured to: when receiving the data request instruction sent by the server, filter the diagnostic data according to the data request instruction to obtain data to be sent;
发送模块30,用于将所述待发送数据发送给所述服务器。The sending module 30 is configured to send the to-be-sent data to the server.
当远程的服务器需要获取所述车辆的诊断数据,对所述车辆进行故障排除时,所述服务器发送数据请求指令给所述诊断设备。当所述诊断设备接收到所述服务器发送的数据请求指令时,所述诊断设备根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据,并将过滤所得的待发送数据发送给所述服务器,以供所述服务器接收所述待发送数据,根据所述待发送数据对所述车辆进行故障排除。如所述服务器只需要获取与所述车辆的发动机有关的数据,所述诊断设备则根据所述数据请求指令,将所述车辆的诊断数据中与发动机无关的数据去掉,如将与所述车辆底盘、车身等有关的诊断数据过滤掉,将与所述车辆发动机有关的数据作为待发送数据,发送给所述服务器。When the remote server needs to acquire diagnostic data of the vehicle and troubleshoot the vehicle, the server sends a data request command to the diagnostic device. When the diagnostic device receives the data request command sent by the server, the diagnostic device filters the diagnostic data according to the data request instruction, obtains data to be sent, and sends the filtered data to be sent to the The server, configured to receive, by the server, the data to be sent, and perform troubleshooting on the vehicle according to the to-be-sent data. If the server only needs to acquire data related to the engine of the vehicle, the diagnostic device removes engine-independent data of the diagnostic data of the vehicle according to the data request command, such as Diagnostic data related to the chassis, the vehicle body, and the like are filtered out, and data related to the vehicle engine is transmitted as data to be transmitted to the server.
进一步地,所述数据处理装置还包括:Further, the data processing device further includes:
压缩模块,用于对所述诊断数据进行压缩,得到压缩后的所述诊断数据;a compression module, configured to compress the diagnostic data to obtain the compressed diagnostic data;
存储模块,用于存储压缩后的所述诊断数据。And a storage module, configured to store the compressed diagnostic data.
进一步地,当所述诊断设备获取到所述车辆的诊断数据后,对所述诊断数据进行压缩,得到压缩后的所述诊断数据,并存储压缩后的所述诊断数据,以减小所述诊断数据的存储空间。需要说明的是,所述诊断设备压缩所述诊断数据的格式可为RAR(Roshal ARchive),或者Zip等。Further, after the diagnostic device acquires the diagnostic data of the vehicle, the diagnostic data is compressed to obtain the compressed diagnostic data, and the compressed diagnostic data is stored to reduce the The storage space for diagnostic data. It should be noted that the diagnostic device compresses the diagnostic data in a format that can be RAR (Roshal ARchive), or Zip et al.
本实施例诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据,根据所接收的数据请求指令将所述诊断数据过滤后发送给服务器。实现了诊断设备可以同时通过多路总线获取车辆数据,在将所获取的数据发送给服务器过程中,将数据进行过滤,去掉所述服务器不需要的数据,只将所述服务器需要的数据发送给所述服务器,减少了诊断设备发送数据给服务器过程中所需的数据流量,降低了诊断设备对车辆的诊断成本。In this embodiment, the diagnostic device establishes a communication connection with the vehicle, acquires diagnostic data of the vehicle through at least two buses, and filters the diagnostic data according to the received data request instruction and sends the diagnostic data to the server. The realization that the diagnostic device can acquire the vehicle data through the multi-channel bus at the same time, in the process of transmitting the acquired data to the server, filtering the data, removing the data not needed by the server, and transmitting only the data required by the server to The server reduces the data traffic required by the diagnostic device to send data to the server, and reduces the diagnostic cost of the diagnostic device to the vehicle.
参照图4,图4为本发明数据处理装置第二实施例的功能模块示意图,基于本发明数据处理装置的第一实施例提出本发明数据处理装置的第二实施例。4 is a schematic diagram of functional modules of a second embodiment of a data processing apparatus according to the present invention. A second embodiment of the data processing apparatus of the present invention is proposed based on the first embodiment of the data processing apparatus of the present invention.
在本实施例中,所述数据处理装置还包括:In this embodiment, the data processing apparatus further includes:
分析模块40,用于分析所述诊断数据,得到分析结果;An analysis module 40, configured to analyze the diagnostic data, and obtain an analysis result;
生成模块50,用于根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告。The generating module 50 is configured to generate an inspection report of the vehicle according to the analysis result, and store the inspection report.
当所述诊断设备得到所述诊断数据后,分析所述诊断数据,得到分析结果。需要说明的是,所述诊断设备分析所述诊断数据可采用数值分析法、因果分析法、时间分析法和关联分析法等。所述数值分析法是对数据的数值变化规律和数值变化范围的进行分析;所述因果分析法是对互相关联的数据间响应情况和相应速度的分析;所述时间分析法是对数据变化的频率和变化周期的分析;所述关联分析法是对互为关联的数据间存在比例关系和对应关系的分析,即几个参数之间的逻辑关系。After the diagnostic device obtains the diagnostic data, the diagnostic data is analyzed to obtain an analysis result. It should be noted that the diagnostic device may analyze the diagnostic data by using a numerical analysis method, a causal analysis method, a time analysis method, an association analysis method, or the like. The numerical analysis method analyzes the numerical variation law and the numerical variation range of the data; the causal analysis method is an analysis of the inter-relevant data response situation and the corresponding speed; the time analysis method is for the data change. The analysis of the frequency and the change period; the correlation analysis method is an analysis of the proportional relationship and the correspondence relationship between the mutually correlated data, that is, the logical relationship between several parameters.
当所述诊断设备得到所述分析结果后,根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告。进一步地,可以将所述检查报告与生成所述检查报告对应诊断数据一起存储,或者将所述诊断设备所生成的所有的检查报告存储至同一文件夹中。可以理解的是,所述检查报告含有标识信息,以区分不同车辆的检查报告。在本实施例中,可用所述车辆的VIN码作为所述检查报告的标识信息。After the diagnostic device obtains the analysis result, an inspection report of the vehicle is generated according to the analysis result, and the inspection report is stored. Further, the inspection report may be stored together with the generation of the inspection report corresponding diagnostic data, or all inspection reports generated by the diagnostic device may be stored in the same folder. It can be understood that the inspection report contains identification information to distinguish inspection reports of different vehicles. In this embodiment, the VIN code of the vehicle can be used as the identification information of the inspection report.
进一步地,所述数据处理装置还包括:Further, the data processing device further includes:
输出模块,用于若根据所述检查报告确认所述车辆处于故障状态,则输出提示信息,并输出相应的故障排除方法。And an output module, configured to output prompt information when the vehicle is in a fault state according to the inspection report, and output a corresponding troubleshooting method.
当所述诊断设备根据所述检查报告确认所述车辆处于故障状态时,所述诊断设备输出提示信息提示用户所述车辆处于故障状态,并输出相应的故障排除方法。所述诊断设备可以通过指示灯,或者提示音提示用户所述车辆处于故障状态。When the diagnostic device confirms that the vehicle is in a fault state according to the inspection report, the diagnostic device outputs a prompt message prompting the user that the vehicle is in a fault state, and outputs a corresponding troubleshooting method. The diagnostic device may prompt the user that the vehicle is in a fault state by an indicator light or a prompt tone.
需要说明的是,所述诊断设备的数据库中预先存储有不同故障的处理方式。当所述诊断设备确定所述车辆处于故障状态时,所述诊断设备可以根据所述车辆的故障类型在其数据库中查找出对应的处理方式,生成故障排除方法。进一步地,所述诊断设备会定时更新所述数据库,以使所述数据库中数据更加全面,完善。It should be noted that the processing manner of different faults is pre-stored in the database of the diagnostic device. When the diagnostic device determines that the vehicle is in a fault state, the diagnostic device may find a corresponding processing manner in its database according to the fault type of the vehicle, and generate a fault elimination method. Further, the diagnostic device periodically updates the database to make the data in the database more comprehensive and complete.
进一步地,所述诊断设备还可以将所述提示信息发送至所述车辆的车主的手机中,以防止所述车主未能及时知道所述车辆处于故障状态。所述诊断设备可以将所述提示信息以短信,或者语音等方式发送至所述车主的手机中。Further, the diagnostic device may further send the prompt information to a mobile phone of a vehicle owner of the vehicle to prevent the vehicle owner from failing to know in time that the vehicle is in a fault state. The diagnostic device may send the prompt information to the owner's mobile phone by using a short message or a voice.
进一步地,所述获取模块10还用于获取与所述待发送数据对应的检查报告;Further, the obtaining module 10 is further configured to acquire an inspection report corresponding to the to-be-sent data;
所述发送模块30还用于将与所述待发送数据对应的检查报告和所述待发送数据发送给所述服务器。The sending module 30 is further configured to send an inspection report corresponding to the to-be-sent data and the to-be-sent data to the server.
进一步地,当所述诊断设备得到所述待发送数据时,所述诊断设备获取与所述待发送数据对应的检查报告,将与所述待发送数据对应的检查报告和所述待发送数据一起发送给所述服务器。当所述服务器接收到所述待发送数据和所述检查报告时,所述服务器可以根据所述待发送数据重新生成一份检查报告,并将分析两份检查报告,以得到最符合所述车辆实际情况的检查报告。所述服务器也可以用所述待发送数据检验所述检查报告,以确定所述检查报告是否有误,提高所述检查报告的正确性。Further, when the diagnostic device obtains the to-be-sent data, the diagnostic device acquires an inspection report corresponding to the to-be-sent data, and the inspection report corresponding to the to-be-sent data is sent together with the to-be-sent data Sent to the server. When the server receives the to-be-sent data and the inspection report, the server may regenerate an inspection report according to the to-be-sent data, and analyze two inspection reports to obtain the most suitable vehicle. The inspection report of the actual situation. The server may also check the inspection report with the to-be-sent data to determine whether the inspection report is incorrect, and improve the correctness of the inspection report.
本实施例通过分析所获取的诊断数据,得到分析结果,根据分析结果生成检查报告,并存储该检查报告。实现了用户在后续对该车辆进行诊断时,可以调取所存储的检查报告,结合所存储的检查报告,对所述车辆进行较为全面诊断,提高对所述车辆诊断的正确性。In this embodiment, by analyzing the acquired diagnostic data, an analysis result is obtained, an inspection report is generated according to the analysis result, and the inspection report is stored. When the user subsequently diagnoses the vehicle, the stored inspection report can be retrieved, and the stored inspection report can be used to comprehensively diagnose the vehicle to improve the correctness of the vehicle diagnosis.
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其它变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者系统不仅包括那些要素,而且还包括没有明确列出的其它要素,或者是还包括为这种过程、方法、物品或者系统所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者系统中还存在另外的相同要素。It is to be understood that the term "comprises", "comprising", or any other variants thereof is intended to encompass a non-exclusive inclusion, such that a process, method, article, or system that comprises a plurality of elements includes not only those elements. It also includes other elements that are not explicitly listed, or elements that are inherent to such a process, method, item, or system. An element defined by the phrase "comprising a ..." does not exclude the presence of additional equivalent elements in a process, method, article, or system that includes the element, without further limitation.
上述本发明实施例序号仅仅为了描述,不代表实施例的优劣。通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台终端设备(可以是手机,计算机,服务器,或者网络设备等)执行本发明各个实施例所述的方法。The serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments. Through the description of the above embodiments, those skilled in the art can clearly understand that the foregoing embodiment method can be implemented by means of software plus a necessary general hardware platform, and of course, can also be through hardware, but in many cases, the former is better. Implementation. Based on such understanding, the technical solution of the present invention, which is essential or contributes to the prior art, may be embodied in the form of a software product stored in a storage medium (such as ROM/RAM, disk, The optical disc includes a number of instructions for causing a terminal device (which may be a cell phone, a computer, a server, or a network device, etc.) to perform the methods described in various embodiments of the present invention.
以上仅为本发明的优选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括 在本发明的专利保护范围内。The above are only the preferred embodiments of the present invention, and are not intended to limit the scope of the invention, and the equivalent structure or equivalent process transformations made by the description of the present invention and the drawings are directly or indirectly applied to other related technical fields. Same as the same Within the scope of the patent protection of the present invention.

Claims (16)

  1. 一种数据处理方法,其特征在于,所述数据处理方法包括: A data processing method, characterized in that the data processing method comprises:
    诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据;The diagnostic device establishes a communication connection with the vehicle, and acquires diagnostic data of the vehicle through at least two buses;
    当接收到服务器发送的数据请求指令时,根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据;When receiving the data request instruction sent by the server, filtering the diagnostic data according to the data request instruction to obtain data to be sent;
    将所述待发送数据发送给所述服务器。Sending the to-be-sent data to the server.
  2. 如权利要求1所述的数据处理方法,其特征在于,所述诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据的步骤之后,还包括:The data processing method according to claim 1, wherein the step of establishing a communication connection with the vehicle and acquiring the diagnostic data of the vehicle through at least two buses further comprises:
    分析所述诊断数据,得到分析结果;Analyzing the diagnostic data to obtain an analysis result;
    根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告。An inspection report of the vehicle is generated based on the analysis result, and the inspection report is stored.
  3. 如权利要求2所述的数据处理方法,其特征在于,所述根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告的步骤之后,还包括:The data processing method according to claim 2, wherein the step of generating the inspection report of the vehicle according to the analysis result and storing the inspection report further comprises:
    若根据所述检查报告确认所述车辆处于故障状态,则输出提示信息,并输出相应的故障排除方法。If it is confirmed according to the inspection report that the vehicle is in a fault state, the prompt information is output, and a corresponding troubleshooting method is output.
  4. 如权利要求2所述的数据处理方法,其特征在于,所述当接收到服务器发送的数据请求指令时,根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据的步骤之后,还包括:The data processing method according to claim 2, wherein, when receiving the data request instruction sent by the server, filtering the diagnostic data according to the data request instruction to obtain data to be transmitted, Also includes:
    获取与所述待发送数据对应的检查报告;Obtaining an inspection report corresponding to the to-be-sent data;
    所述将所述待发送数据发送给所述服务器的步骤包括:The step of sending the to-be-sent data to the server includes:
    将与所述待发送数据对应的检查报告和所述待发送数据发送给所述服务器。And sending an inspection report corresponding to the to-be-sent data and the to-be-sent data to the server.
  5. 如权利要求2所述的数据处理方法,其特征在于,所述检查报告含有标识信息,以区分不同车辆的检查报告。The data processing method according to claim 2, wherein said inspection report contains identification information to distinguish inspection reports of different vehicles.
  6. 如权利要求2所述的数据处理方法,其特征在于,所述若根据所述检查报告确认所述车辆处于故障状态,则输出提示信息,并输出相应的故障排除方法的步骤包括:The data processing method according to claim 2, wherein said step of outputting prompt information and outputting a corresponding troubleshooting method if said vehicle is in a fault state according to said inspection report comprises:
    若根据所述检查报告确认所述车辆处于故障状态,则输出提示信息,并确定所述车辆的故障类型;If it is confirmed according to the inspection report that the vehicle is in a fault state, outputting prompt information, and determining a fault type of the vehicle;
    根据所述故障类型在数据库中查找对应的处理方式,生成故障排除方法,其中,所述数据库中预先存储有不同故障的处理方式。The fault processing method is generated by searching for a corresponding processing manner in the database according to the fault type, wherein a processing manner of different faults is pre-stored in the database.
  7. 如权利要求1所述的数据处理方法,其特征在于,所述诊断设备与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据的步骤之后,还包括:The data processing method according to claim 1, wherein the step of establishing a communication connection with the vehicle and acquiring the diagnostic data of the vehicle through at least two buses further comprises:
    对所述诊断数据进行压缩,得到压缩后的所述诊断数据;Compressing the diagnostic data to obtain the compressed diagnostic data;
    存储压缩后的所述诊断数据。The compressed diagnostic data is stored.
  8. 如权利要求1所述的数据处理方法,其特征在于,所述诊断数据包包括车辆的车辆识别码VIN码,以区分不同的车辆。The data processing method according to claim 1, wherein said diagnostic data packet includes a vehicle identification code VIN code of the vehicle to distinguish different vehicles.
  9. 一种数据处理装置,其特征在于,所述数据处理装置应用于诊断设备,所述数据处理装置包括:A data processing device, wherein the data processing device is applied to a diagnostic device, the data processing device comprising:
    获取模块,用于与车辆建立通信连接,通过至少两路总线获取所述车辆的诊断数据;Obtaining a module, configured to establish a communication connection with the vehicle, and acquire diagnostic data of the vehicle through at least two buses;
    过滤模块,用于当接收到服务器发送的数据请求指令时,根据所述数据请求指令对所述诊断数据进行过滤,得到待发送数据;a filtering module, configured to: when receiving a data request instruction sent by the server, filter the diagnostic data according to the data request instruction to obtain data to be sent;
    发送模块,用于将所述待发送数据发送给所述服务器。And a sending module, configured to send the to-be-sent data to the server.
  10. 如权利要求9所述的数据处理装置,其特征在于,所述数据处理装置还包括:The data processing device of claim 9, wherein the data processing device further comprises:
    分析模块,用于分析所述诊断数据,得到分析结果;An analysis module, configured to analyze the diagnostic data, and obtain an analysis result;
    生成模块,用于根据所述分析结果生成所述车辆的检查报告,并存储所述检查报告。And a generating module, configured to generate an inspection report of the vehicle according to the analysis result, and store the inspection report.
  11. 如权利要求10所述的数据处理装置,其特征在于,所述数据处理装置还包括输出模块,用于若根据所述检查报告确认所述车辆处于故障状态,则输出提示信息,并输出相应的故障排除方法。The data processing apparatus according to claim 10, wherein said data processing device further comprises an output module for outputting prompt information and outputting corresponding information if said vehicle is in a fault state according to said inspection report Troubleshooting method.
  12. 如权利要求10所述的数据处理装置,其特征在于,所述获取模块还用于获取与所述待发送数据对应的检查报告;The data processing apparatus according to claim 10, wherein the obtaining module is further configured to acquire an inspection report corresponding to the data to be sent;
    所述发送模块还用于将与所述待发送数据对应的检查报告和所述待发送数据发送给所述服务器。The sending module is further configured to send an inspection report corresponding to the to-be-sent data and the to-be-sent data to the server.
  13. 如权利要求10所述的数据处理装置,其特征在于,所述检查报告含有标识信息,以区分不同车辆的检查报告。The data processing apparatus according to claim 10, wherein said inspection report contains identification information to distinguish inspection reports of different vehicles.
  14. 如权利要求10所述的数据处理装置,其特征在于,所述输出模块还用于若根据所述检查报告确认所述车辆处于故障状态,则输出提示信息,并确定所述车辆的故障类型;根据所述故障类型在数据库中查找对应的处理方式,生成故障排除方法,其中,所述数据库中预先存储有不同故障的处理方式。The data processing device according to claim 10, wherein the output module is further configured to: if the vehicle is in a fault state according to the inspection report, output prompt information, and determine a fault type of the vehicle; The fault processing method is generated by searching for a corresponding processing manner in the database according to the fault type, wherein a processing manner of different faults is pre-stored in the database.
  15. 如权利要求9所述的数据处理装置,其特征在于,所述数据处理装置还包括:The data processing device of claim 9, wherein the data processing device further comprises:
    压缩模块,用于对所述诊断数据进行压缩,得到压缩后的所述诊断数据;a compression module, configured to compress the diagnostic data to obtain the compressed diagnostic data;
    存储模块,用于存储压缩后的所述诊断数据。And a storage module, configured to store the compressed diagnostic data.
  16. 如权利要求9所述的数据处理装置,其特征在于,所述诊断数据包包括车辆的车辆识别码VIN码,以区分不同的车辆。The data processing apparatus according to claim 9, wherein said diagnostic data packet includes a vehicle identification code VIN code of the vehicle to distinguish different vehicles.
PCT/CN2017/072010 2016-10-27 2017-01-22 Method and device for data processing WO2018076561A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610959539.9 2016-10-27
CN201610959539.9A CN106557085A (en) 2016-10-27 2016-10-27 Data processing method and device

Publications (1)

Publication Number Publication Date
WO2018076561A1 true WO2018076561A1 (en) 2018-05-03

Family

ID=58443961

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/072010 WO2018076561A1 (en) 2016-10-27 2017-01-22 Method and device for data processing

Country Status (2)

Country Link
CN (1) CN106557085A (en)
WO (1) WO2018076561A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111983989A (en) * 2019-05-22 2020-11-24 北京新能源汽车股份有限公司 Offline detection method and control equipment
CN113568933A (en) * 2021-07-22 2021-10-29 上汽通用五菱汽车股份有限公司 Vehicle data storage method, vehicle and readable storage medium

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106993056A (en) * 2017-05-12 2017-07-28 深圳市元征科技股份有限公司 Car data stream acquisition methods, system and computer-readable recording medium
CN107945306A (en) * 2017-10-11 2018-04-20 深圳市朗仁科技有限公司 A kind of car data analysis method, terminal and server
CN109164783B (en) * 2018-07-26 2021-08-10 深圳市元征科技股份有限公司 Vehicle diagnosis method, apparatus, device, and medium
US11349903B2 (en) 2018-10-30 2022-05-31 Toyota Motor North America, Inc. Vehicle data offloading systems and methods
US11044177B2 (en) * 2018-12-24 2021-06-22 Panasonic Avionics Corporation Secure wireless vehicle parameter streaming
CN111541734A (en) * 2020-03-09 2020-08-14 无锡中慧联合科技有限公司 Intelligent Internet of things terminal system for remote cloud learning

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880162A (en) * 2012-10-29 2013-01-16 北京开元智信通软件有限公司 Automobile diagnostic method, system, diagnostic terminal and backstage server
CN103604612A (en) * 2013-10-30 2014-02-26 奇瑞汽车股份有限公司 Vehicle remote diagnostic system and diagnostic method
CN104850113A (en) * 2014-11-14 2015-08-19 北汽福田汽车股份有限公司 Automobile remote diagnostic system and method
CN105334843A (en) * 2015-10-27 2016-02-17 北京新能源汽车股份有限公司 Method and device for uploading remote monitoring data of vehicle

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080167772A1 (en) * 2007-01-04 2008-07-10 Sterling Du Method and system for processing and transmitting automotive emission data
CN101625570A (en) * 2009-08-12 2010-01-13 北京协进科技发展有限公司 Fault diagnosis server, method, device and system for detecting and diagnosing vehicle fault
CN201729149U (en) * 2010-06-10 2011-02-02 长沙志宇电子科技有限公司 Comprehensive automobile monitoring system
CN102455700A (en) * 2010-10-21 2012-05-16 斯必克机电产品(苏州)有限公司 Method and system for realizing real-time interaction of automobile fault diagnosis information
CN102129729B (en) * 2011-03-17 2013-04-24 启明信息技术股份有限公司 Vehicle-driving control device for intelligent fault diagnosis and driving behavior analysis
CN102566566B (en) * 2012-01-18 2013-10-30 深圳市元征软件开发有限公司 Automatic automobile diagnosis method based on data processing unit (DPU)
CN102937809B (en) * 2012-11-14 2015-05-20 深圳市元征科技股份有限公司 Standard data flow extracting method based on professional diagnosis
CN103280003A (en) * 2013-05-03 2013-09-04 深圳市元征科技股份有限公司 Automobile data statistical method and server
CN103312818A (en) * 2013-07-03 2013-09-18 深圳市元征科技股份有限公司 Vehicle diagnostic method and server
CN103389727B (en) * 2013-07-19 2016-08-10 北京一雄信息科技有限公司 A kind of miniature diagnostic equipment of automobile and vehicle diagnosis method
CN103618628B (en) * 2013-12-04 2017-01-25 中国联合网络通信集团有限公司 Method, system and terminal for monitoring and management of vehicle state information
CN103838229B (en) * 2014-02-28 2017-01-18 武汉理工大学 Diagnosis method and device of electric car
CN104021662A (en) * 2014-05-19 2014-09-03 深圳市元征科技股份有限公司 Apparatus, system and method for acquiring automobile running states based on automobile bus technology
CN105446311A (en) * 2014-08-25 2016-03-30 苏州俊峰伟业信息技术有限公司 Method and system for analyzing and diagnosing automobile fault
CN104866947B (en) * 2015-04-03 2018-08-14 深圳迪恩杰科技有限公司 Vehicle intelligent online management system and method towards the shops 4S car owner service
CN105404273B (en) * 2015-11-25 2018-12-25 湖北航天技术研究院特种车辆技术中心 A kind of method and handheld terminal for vehicle maintenance

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102880162A (en) * 2012-10-29 2013-01-16 北京开元智信通软件有限公司 Automobile diagnostic method, system, diagnostic terminal and backstage server
CN103604612A (en) * 2013-10-30 2014-02-26 奇瑞汽车股份有限公司 Vehicle remote diagnostic system and diagnostic method
CN104850113A (en) * 2014-11-14 2015-08-19 北汽福田汽车股份有限公司 Automobile remote diagnostic system and method
CN105334843A (en) * 2015-10-27 2016-02-17 北京新能源汽车股份有限公司 Method and device for uploading remote monitoring data of vehicle

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111983989A (en) * 2019-05-22 2020-11-24 北京新能源汽车股份有限公司 Offline detection method and control equipment
CN113568933A (en) * 2021-07-22 2021-10-29 上汽通用五菱汽车股份有限公司 Vehicle data storage method, vehicle and readable storage medium

Also Published As

Publication number Publication date
CN106557085A (en) 2017-04-05

Similar Documents

Publication Publication Date Title
WO2018076561A1 (en) Method and device for data processing
WO2018086256A1 (en) Automobile fault diagnostic method and device
WO2019218444A1 (en) Test report generating method, apparatus and device, and storage medium
WO2018184221A1 (en) Method and apparatus for use in remote diagnosis of vehicle
WO2019223070A1 (en) Application testing method, apparatus, device, and readable storage medium
WO2016173192A1 (en) Television stability test method and device
WO2017201897A1 (en) Method and device for collecting fault information of smart television
WO2019161615A1 (en) Bill entry method, system, optical character recognition server and storage medium
GB2587973A (en) Methods, apparatus and computer-readable mediums related to biometric authentication
CN110719461B (en) Audio and video equipment testing method and device and computer readable storage medium
WO2017084301A1 (en) Audio data playing method and apparatus, and smart television
CN108489000B (en) Equipment abnormity detection method, device and system and air conditioner
WO2016101677A1 (en) Local area network device communication method and system
EP2031800A1 (en) Method, system and apparatus of fault location for communicaion apparatus
WO2016175564A1 (en) Audio content recognition method and device
WO2023153821A1 (en) Method of compressing neural network model and electronic apparatus for performing the same
WO2017096769A1 (en) Method and system for color calibration of display device
WO2021020843A1 (en) Shared-vehicle authentication method, device, and system
WO2017206601A1 (en) Client data processing method and apparatus
CN107277209B (en) Call adjustment method and mobile terminal
WO2017143690A1 (en) Echo cancellation method and device for use in voice communication
WO2018076575A1 (en) Method and apparatus for recording illegal driving
WO2016090652A1 (en) Video compression method and device
WO2017206002A1 (en) Vehicle intelligent terminal and method for processing vehicle information for vehicle intelligent terminal
WO2017041546A1 (en) Television bluetooth connection method and apparatus

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17864907

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17864907

Country of ref document: EP

Kind code of ref document: A1