CN113407873A - Vehicle detection method and system based on WEB browser - Google Patents

Vehicle detection method and system based on WEB browser Download PDF

Info

Publication number
CN113407873A
CN113407873A CN202110688762.5A CN202110688762A CN113407873A CN 113407873 A CN113407873 A CN 113407873A CN 202110688762 A CN202110688762 A CN 202110688762A CN 113407873 A CN113407873 A CN 113407873A
Authority
CN
China
Prior art keywords
browser
data
report
vehicle
detection
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202110688762.5A
Other languages
Chinese (zh)
Inventor
姚峰军
蔡超
张彦杰
乔俐阳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Yixiong Info Tech Co ltd
Original Assignee
Beijing Yixiong Info Tech Co ltd
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 Beijing Yixiong Info Tech Co ltd filed Critical Beijing Yixiong Info Tech Co ltd
Priority to CN202110688762.5A priority Critical patent/CN113407873A/en
Publication of CN113407873A publication Critical patent/CN113407873A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/221Parsing markup language streams

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Multimedia (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention provides a vehicle detection method and system based on a WEB browser. The method comprises the following steps: after the diagnostic instrument carries out automobile diagnosis, the diagnostic data is transmitted to a server; the browser sends a report browsing request to the server by adopting an AJAX technology based on an http protocol; the server receives the report browsing request, queries the database through the id to obtain vehicle data, packages the vehicle data into a JSON format and returns the JSON format to the browser; and the browser analyzes the received JSON format data through a template engine technology to form an editable detection report and display the editable detection report. The vehicle detection method and system based on the WEB browser can dynamically form a report, and are convenient and quick.

Description

Vehicle detection method and system based on WEB browser
Technical Field
The invention relates to the technical field of vehicle detection, in particular to a vehicle detection method and system based on a WEB browser.
Background
1. The prior art is in a static version webpage form, after an automobile is diagnosed, diagnosis data are transmitted to a server, a detection page is opened, and a browser sends a request to the server by adopting a front-end ajax technology based on an http protocol.
2. And the server receives the request, queries the latest vehicle data through the id query database, packages the latest vehicle data into a JSON format and returns the latest vehicle data to the browser.
3. The front end analyzes the received JSON format data through a template engine technology to form a text interface report, and displays basic information of the vehicle, a detection result, whether processing is needed or not, a processing suggestion, other descriptions and the like.
4. The existing detection report is in a text interface mode, and the problem that the vehicle is detected cannot be seen more intuitively and vividly.
5. Without power battery detection, the battery electric quantity, the total voltage of the power battery, the voltage of the storage battery and the maximum voltage difference can not be seen. The standard contrast value of data such as temperature difference, power battery insulation resistance and the like and the detected vehicle data value cannot be displayed to a customer and can inform the customer whether the data needs to be processed or not.
6. And the vehicle controller is not used for detecting, so that the vehicle system, the gateway and the like can not be seen visually, whether faults exist or not can not be given, and the processing suggestion of the problem system can not be given.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a vehicle detection method and system based on a WEB browser, which can dynamically form a report, and is convenient and quick.
In order to solve the technical problem, the invention provides a vehicle detection method based on a WEB browser, which comprises the following steps: after the diagnostic instrument carries out automobile diagnosis, the diagnostic data is transmitted to a server; the browser sends a report browsing request to the server by adopting an AJAX technology based on an http protocol; the server receives the report browsing request, queries the database through the id to obtain vehicle data, packages the vehicle data into a JSON format and returns the JSON format to the browser; and the browser analyzes the received JSON format data through a template engine technology to form an editable detection report and display the editable detection report.
In some embodiments, the report view request includes: XMLHttpRequest.
In some embodiments, an AJAX engine is built into the browser.
In some embodiments, the detection report displays basic information of the vehicle, detection results, whether processing is required, processing recommendations.
In some embodiments, the detection report is in the form of a bar graph, pie graph, table report.
In some embodiments, further comprising: the browser calculates the battery capacity through SOC data, draws the detected capacity by taking ten battery capacity blocks as full power, obtains a standard value through battery voltage data, marks an interval on an image, draws the battery capacity in the interval, below the interval and above the interval through the detected actual value, and gives related processing suggestions.
In some embodiments, the cell voltage difference and temperature difference detection and the power battery resistance detection are the same as the battery voltage detection.
In some embodiments, further comprising: the browser utilizes the vehicle control unit detection data returned by the server and draws a topological graph detection report of the gateway, the system and the network by using the native js + template engine.
In some embodiments, the topological map has green color for system health, yellow color for confirmation, and gray color for no communication.
In addition, the invention also provides a vehicle detection system based on the WEB browser, and the system comprises: the diagnostic instrument is used for transmitting diagnostic data to the server after the automobile is diagnosed; the server is used for receiving the report browsing request, inquiring the database through the id to obtain vehicle data, packaging the vehicle data into a JSON format and returning the JSON format to the browser; and the browser is internally provided with an AJAX engine and used for sending a report browsing request to the server by adopting an AJAX technology based on an http protocol, and analyzing the received JSON format data by adopting a template engine technology to form an editable detection report for displaying.
After adopting such design, the invention has at least the following advantages:
1. the invention can more quickly and intuitively display the problems of the vehicle, the system with problems, the power battery and the like.
2. The problems of the vehicle can be more easily seen, and the proposal of whether the vehicle needs to be treated or not, how to treat the vehicle and the like is suggested.
3. Greatly saves the communication cost between the automobile service master and the client and the processing time cost.
Drawings
The foregoing is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood, the present invention is further described in detail below with reference to the accompanying drawings and the detailed description.
FIG. 1 is a system architecture diagram of a Web browser based vehicle detection system.
Detailed Description
The preferred embodiments of the present invention will be described in conjunction with the accompanying drawings, and it will be understood that they are described herein for the purpose of illustration and explanation and not limitation.
The invention is developed in order to enable automobile repair personnel to give processing opinions to relevant data detected by a vehicle, a problematic system, a power battery and the like after detecting the vehicle, and to express intuitively, so that a client can quickly and easily find out the problems of the vehicle and whether the vehicle needs to be processed or not.
1. After the automobile is diagnosed by the diagnostic instrument, the diagnostic data is transmitted to the server, the detection report module is opened, the browser sends a request to the server by adopting a front-end ajax technology based on an http protocol, the server receives the request, inquires the automobile data through an id inquiry database, packages the automobile data into a JSON format and returns the automobile data to the browser.
2. The front end analyzes the received JSON format data through a template engine technology to form an editable detection report, and displays basic information of the vehicle, a detection result, whether processing is needed or not, a processing suggestion, other descriptions and the like.
3. The method comprises the steps of calculating battery electric quantity through SOC data according to power battery detection data returned by a server, drawing detected electric quantity by taking ten electric quantity blocks as full electricity, obtaining a standard value through battery voltage data, marking an interval on an image, drawing the interval, the interval and the interval according to a detected actual value, and giving related processing suggestions. The detection of the cell voltage difference and the temperature difference is the same as the detection of the battery voltage.
4. The method comprises the steps of detecting data of the whole vehicle controller returned by a server, drawing topological graph detection reports of a gateway, a system and a network by using a native js + template engine, wherein green is that the system is normal, yellow needs to be confirmed, gray is that communication cannot be performed, each network corresponds to a related system, dynamically drawing the color of network grid lines, the value of a subsystem and background color representing problems, visually finding out problematic gateways and systems, and giving related treatment suggestions.
5. Finally, after the processing idea is edited and given by the detection technician, a detection report which cannot be edited any more is generated and sent to the user for viewing.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the present invention in any way, and it will be apparent to those skilled in the art that the above description of the present invention can be applied to various modifications, equivalent variations or modifications without departing from the spirit and scope of the present invention.

Claims (10)

1. A vehicle detection method based on a WEB browser is characterized by comprising the following steps:
after the diagnostic instrument carries out automobile diagnosis, the diagnostic data is transmitted to a server;
the browser sends a report browsing request to the server by adopting an AJAX technology based on an http protocol;
the server receives the report browsing request, queries the database through the id to obtain vehicle data, packages the vehicle data into a JSON format and returns the JSON format to the browser;
and the browser analyzes the received JSON format data through a template engine technology to form an editable detection report and display the editable detection report.
2. The WEB browser-based vehicle detection method according to claim 1, wherein the report browsing request includes: XMLHttpRequest.
3. The WEB browser-based vehicle detection method according to claim 1, wherein an AJAX engine is built in the browser.
4. The WEB browser-based vehicle detection method according to claim 1, wherein the detection report shows basic information of the vehicle, detection results, whether processing is required, and processing advice.
5. The WEB browser-based vehicle detection method of claim 1, wherein the detection report is in the form of a bar graph, a pie graph, or a table.
6. The WEB browser-based vehicle detection method of claim 1, further comprising:
the browser calculates the battery capacity through SOC data, draws the detected capacity by taking ten battery capacity blocks as full power, obtains a standard value through battery voltage data, marks an interval on an image, draws the battery capacity in the interval, below the interval and above the interval through the detected actual value, and gives related processing suggestions.
7. The vehicle detection method based on the WEB browser is characterized in that the detection of the cell voltage difference and the temperature difference and the detection of the resistance of the power battery are the same as the detection of the voltage of the power battery.
8. The WEB browser-based vehicle detection method of claim 1, further comprising:
the browser utilizes the vehicle control unit detection data returned by the server and draws a topological graph detection report of the gateway, the system and the network by using the native js + template engine.
9. The WEB browser-based vehicle detection method of claim 8, wherein in the topological graph, green is system normal, yellow is required to be confirmed, and gray is unable to communicate.
10. A vehicle detection system based on a WEB browser is characterized by comprising:
the diagnostic instrument is used for transmitting diagnostic data to the server after the automobile is diagnosed;
the server is used for receiving the report browsing request, inquiring the database through the id to obtain vehicle data, packaging the vehicle data into a JSON format and returning the JSON format to the browser;
and the browser is internally provided with an AJAX engine and used for sending a report browsing request to the server by adopting an AJAX technology based on an http protocol, and analyzing the received JSON format data by adopting a template engine technology to form an editable detection report for displaying.
CN202110688762.5A 2021-06-21 2021-06-21 Vehicle detection method and system based on WEB browser Pending CN113407873A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110688762.5A CN113407873A (en) 2021-06-21 2021-06-21 Vehicle detection method and system based on WEB browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110688762.5A CN113407873A (en) 2021-06-21 2021-06-21 Vehicle detection method and system based on WEB browser

Publications (1)

Publication Number Publication Date
CN113407873A true CN113407873A (en) 2021-09-17

Family

ID=77682165

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110688762.5A Pending CN113407873A (en) 2021-06-21 2021-06-21 Vehicle detection method and system based on WEB browser

Country Status (1)

Country Link
CN (1) CN113407873A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102801803A (en) * 2012-08-08 2012-11-28 浙江工业大学 Vehicle monitoring system base on B/S architecture
CN103092937A (en) * 2013-01-08 2013-05-08 合一网络技术(北京)有限公司 Visualization webpage recording detection method
CN106027351A (en) * 2016-07-07 2016-10-12 北京华电天仁电力控制技术有限公司 Embedded Web server Profibus fault diagnosis communication module
CN108287876A (en) * 2017-12-29 2018-07-17 国网北京市电力公司 Support the power quality data service quality detection method and device of multiple format
CN108595610A (en) * 2018-04-20 2018-09-28 中国计量大学 A kind of electri forklift operating mode visualization system based on Internet of Things

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102801803A (en) * 2012-08-08 2012-11-28 浙江工业大学 Vehicle monitoring system base on B/S architecture
CN103092937A (en) * 2013-01-08 2013-05-08 合一网络技术(北京)有限公司 Visualization webpage recording detection method
CN106027351A (en) * 2016-07-07 2016-10-12 北京华电天仁电力控制技术有限公司 Embedded Web server Profibus fault diagnosis communication module
CN108287876A (en) * 2017-12-29 2018-07-17 国网北京市电力公司 Support the power quality data service quality detection method and device of multiple format
CN108595610A (en) * 2018-04-20 2018-09-28 中国计量大学 A kind of electri forklift operating mode visualization system based on Internet of Things

Similar Documents

Publication Publication Date Title
CN109791404B (en) System and method for providing an interactive vehicle diagnostic display
CN106458110B (en) System and method for promoting the cooperation between automobile mechanician
US20160335816A1 (en) Automotive Inspection System using Network-Based Computing Infrastructure
US8880277B2 (en) Methods and systems for diagnosing a vehicle
CN103838231B (en) Automobile intelligent management system and method based on mobile terminal
US9275010B2 (en) Method for improving fuel economy of an operated vehicle
CA2838632C (en) Method and apparatus for translating vehicle diagnostic trouble codes
CN108255897B (en) Visualized chart data conversion processing method and device
CN114270418A (en) Vehicle health record
US9595141B2 (en) Diagnostic device for motor vehicles and diagnostic method
CN109933051A (en) A kind of automobile diagnostic software configuration method, system, equipment and computer media
CN117215453A (en) System and method for providing interactive vehicle diagnostic display
CN103048989A (en) Maintenance information and expert system-based automobile failure diagnosis method
WO2017107646A1 (en) Real automobile data processing method and system, controller and upper computer
CA3171201A1 (en) Diagnostic baselining
CN102681514A (en) Fuel oil monitoring system and method and engineering vehicle
CN109976314A (en) A kind of querying method and system of error code Maintenance Cases
CN103901874A (en) Method for graphically displaying fault codes of electronic control system of automobile and system thereof
CN110971001A (en) Electric power monitoring system and method
CN113407873A (en) Vehicle detection method and system based on WEB browser
KR101592023B1 (en) computer program media for Automobile Maintenance
CN108737502B (en) Device and method for monitoring connection state of vehicle-mounted communication module in real time
CN109592525A (en) Elevator frequency converter fault diagnosis system and method
CN106443242A (en) Automatic test systematic framework for automobile electronic products and test method
CN107357239A (en) A kind of medical and beauty treatment instrument remote diagnosis control system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination