CN113110994A - Vehicle diagnosis method and device, electronic equipment and storage medium - Google Patents

Vehicle diagnosis method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113110994A
CN113110994A CN202110416420.8A CN202110416420A CN113110994A CN 113110994 A CN113110994 A CN 113110994A CN 202110416420 A CN202110416420 A CN 202110416420A CN 113110994 A CN113110994 A CN 113110994A
Authority
CN
China
Prior art keywords
target
function
system module
menu item
module
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
CN202110416420.8A
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.)
Shenzhen Launch Technology Co Ltd
Original Assignee
Shenzhen Launch Technology 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 Shenzhen Launch Technology Co Ltd filed Critical Shenzhen Launch Technology Co Ltd
Priority to CN202110416420.8A priority Critical patent/CN113110994A/en
Publication of CN113110994A publication Critical patent/CN113110994A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/366Software debugging using diagnostics

Abstract

The application provides a vehicle diagnosis method, a vehicle diagnosis device, an electronic device and a storage medium, wherein the method comprises the following steps: when a selection instruction of a target vehicle type is detected, displaying a preset function menu list corresponding to the target vehicle type, and when the selection instruction of a target function menu item is detected, displaying a preset system module list corresponding to the target function menu item; when a subscription instruction of the target system module is detected, calling a target interface function matched with the target system module; and executing the diagnosis function corresponding to the target function menu item through the target interface function. After the target function menu item is selected, the target interface function matched with the target system module is called according to the subscription instruction, the system modules selected by the subscription instruction are different, the calling interface functions are different, one function menu item cannot be bound with one fixed interface function, the change of external diagnosis logic can be flexibly adapted, the applicability is good, the coupling is low, and the convenience in modifying programs or menu items is high.

Description

Vehicle diagnosis method and device, electronic equipment and storage medium
Technical Field
The present application belongs to the field of vehicle technologies, and in particular, to a vehicle diagnosis method and apparatus, an electronic device, and a storage medium.
Background
With the continuous and rapid development of society, the automobile holding amount is continuously increased, and the safety of automobiles is more and more important. In order to improve the safety of automobiles, the vehicle state is usually monitored and fault diagnosis is performed based on diagnostic software.
Currently, a diagnostic program for executing corresponding functions in diagnostic software is to select a vehicle model, display a System Module list menu corresponding to the vehicle model, and each vehicle model contains a plurality of System modules (such as EMS: Engine Management System (EMS), Body Control Module (BCM), Ignition Control Module (ICM), etc.); and selecting a system module menu item to enter a system module, listing specific function menu items after entering the system module, wherein the function menu corresponding to each system module is repeated, each function menu item is fixedly bound with an interface function, the applicability of the diagnosis program is poor, the coupling ratio of the program and the menu items is high, and the modification of the program is complicated.
Disclosure of Invention
The embodiment of the application provides a vehicle diagnosis method and device, electronic equipment and a storage medium, and aims to solve the problems that the existing diagnosis program is poor in applicability, the coupling ratio of the program and menu items is high, and the modification of the program is complicated.
In a first aspect, an embodiment of the present application provides a vehicle diagnostic method, including:
when a selection instruction of a target vehicle type is detected, displaying a preset function menu list corresponding to the target vehicle type;
when a selection instruction of a target function menu item is detected, displaying a preset system module list corresponding to the target function menu item;
when a subscription instruction of a target system module is detected, calling a target interface function matched with the target system module;
executing a diagnosis function corresponding to the target function menu item on the target system module through the target interface function;
and the target function menu item is selected from the preset function menu list, and the target system module is selected from the preset system module list.
In one embodiment, each diagnostic function is compiled beforehand into a separate dynamically linked library; each dynamic link library is packaged with a plurality of system modules for realizing the interface function of the corresponding diagnosis function; associating each function menu item in the preset function menu list with a corresponding dynamic link library; after the detection of the selection instruction of the target function menu item, the method includes:
searching a target dynamic link library corresponding to the target function menu item;
correspondingly, the calling the target interface function matched with the target system module comprises the following steps:
and calling a target interface function matched with the target system module from the target dynamic link library.
In one embodiment, the calling a target interface function matched with the target system module when the subscription instruction of the target system module is detected includes:
when a subscription instruction of a target system module is detected, analyzing the subscription instruction;
if the analyzed subscription instruction comprises the identification information of a plurality of target system modules, determining the execution sequence of the plurality of target system modules;
sequentially calling target interface functions corresponding to the target system modules according to the execution sequence;
accordingly, the performing, by the target interface function, a diagnostic function corresponding to the target function menu item on the target system module includes:
and according to the execution sequence, sequentially executing the diagnosis function corresponding to the target function menu item on each target system module through each target interface function.
In one embodiment, the subscription instructions include first subscription instructions and second subscription instructions;
when the subscription instruction of the target system module is detected, calling a target interface function matched with the target system module, wherein the calling comprises the following steps:
when a first subscription instruction of a target system module is detected, displaying a preset logic module list corresponding to a target interface function matched with the target system module; wherein the first subscription instruction contains identification information of the target system module;
when a second subscription instruction of the target logic module is detected, calling a logic function corresponding to the target logic module and writing the logic function into the target interface function; the target logic module is selected from the preset logic module list, and the second subscription instruction comprises identification information of the target logic module;
accordingly, the performing, by the target interface function, a diagnostic function corresponding to the target function menu item on the target system module includes:
and executing the target interface function according to the logic function corresponding to the target logic module, so as to realize the execution of the diagnosis function corresponding to the target function menu item on the target system module.
In one embodiment, the method further comprises: if a selection instruction of a target function menu item is detected, acquiring a default subscription instruction corresponding to the target function menu item; the default subscription instruction is a historical subscription instruction or a pre-specified subscription instruction; the default subscription instruction comprises identification information of a target system module;
and calling a target interface function matched with the target system module, and executing a diagnosis function corresponding to the target function menu item on the target system module through the target interface function.
In one embodiment, the method further comprises: when a modification instruction aiming at the default subscription instruction is received, the identification information of the original target system module of the default subscription instruction is changed into the identification information of a new target system module according to the modification instruction; wherein, the modification instruction includes the identification information of the new target system module.
In one embodiment, the determining an execution order of the plurality of target system modules comprises: and determining the selection sequence of a plurality of target system modules selected by a user in the preset system module list as the execution sequence.
In a second aspect, an embodiment of the present application provides a vehicle diagnostic apparatus, including:
the first display module is used for displaying a preset function menu list corresponding to a target vehicle type when a selection instruction of the vehicle type is detected;
the second display module is used for displaying a preset system module list corresponding to the target function menu item when a selection instruction of the target function menu item is detected;
the calling module is used for calling a target interface function matched with the target system module when a subscription instruction of the target system module is detected;
the execution module is used for executing the diagnosis function corresponding to the target function menu item on the target system module through the target interface function;
and the target function menu item is selected from the preset function menu list, and the target system module is selected from the preset system module list.
In one embodiment, each diagnostic function is compiled beforehand into a separate dynamically linked library; each dynamic link library is packaged with a plurality of system modules for realizing the interface function of the corresponding diagnosis function; associating each function menu item in the preset function menu list with a corresponding dynamic link library;
the diagnostic device further comprises:
the searching module is used for searching a target dynamic link library corresponding to the target function menu item after detecting a selection instruction of the target function menu item;
correspondingly, the calling module is specifically configured to: and when a subscription instruction of the target system module is detected, calling a target interface function matched with the target system module from the target dynamic link library.
In one embodiment, the calling module comprises:
the analysis unit is used for analyzing the subscription instruction when the subscription instruction of the target system module is detected;
the determining unit is used for determining the execution sequence of the target system modules if the analyzed subscription instruction comprises the identification information of the target system modules;
the first calling unit is used for sequentially calling target interface functions corresponding to the target system modules according to the execution sequence;
correspondingly, the execution module is specifically configured to: and according to the execution sequence, sequentially executing the diagnosis function corresponding to the target function menu item on each target system module through each target interface function.
In one embodiment, the subscription instructions include first subscription instructions and second subscription instructions; the calling module comprises:
the system comprises a display unit, a first module processing unit and a second module processing unit, wherein the display unit is used for displaying a preset logic module list corresponding to a target interface function matched with a target system module when a first subscription instruction of the target system module is detected; wherein the first subscription instruction contains identification information of the target system module;
the second calling unit is used for calling the logic function corresponding to the target logic module and writing the logic function into the target interface function when a second subscription instruction of the target logic module is detected; the target logic module is selected from the preset logic module list, and the second subscription instruction comprises identification information of the target logic module;
correspondingly, the execution module is specifically configured to: and executing the target interface function according to the logic function corresponding to the target logic module, so as to realize the execution of the diagnosis function corresponding to the target function menu item on the target system module.
In one embodiment, the diagnostic device further comprises:
the acquisition module is used for acquiring a default subscription instruction corresponding to a target function menu item if a selection instruction of the target function menu item is detected; the default subscription instruction is a historical subscription instruction or a pre-specified subscription instruction; the default subscription instruction comprises identification information of a target system module;
and the execution module is used for calling a target interface function matched with the target system module and executing a diagnosis function corresponding to the target function menu item on the target system module through the target interface function.
In one embodiment, the diagnostic device further comprises:
the modification module is used for modifying the identification information of the original target system module of the default subscription instruction into the identification information of a new target system module according to the modification instruction when the modification instruction aiming at the default subscription instruction is received; wherein, the modification instruction includes the identification information of the new target system module.
In one embodiment, the determining unit is specifically configured to: and if the analyzed subscription instruction comprises the identification information of a plurality of target system modules, determining the selection sequence of the plurality of target system modules selected by the user in the preset system module list as the execution sequence.
In a third aspect, an embodiment of the present application provides an electronic device, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the steps of the vehicle diagnosis method when executing the computer program.
In a fourth aspect, the present application provides a computer-readable storage medium, which stores a computer program, and the computer program, when executed by a processor, implements the steps of the vehicle diagnosis method.
In a fifth aspect, the present application provides a computer program product, which when run on an electronic device, causes the electronic device to execute the steps of the above vehicle diagnosis method.
Compared with the prior art, the embodiment of the application has the advantages that: when a selection instruction of a target vehicle type is detected, a preset function menu list corresponding to the target vehicle type is displayed, a target function menu item can be directly selected according to the displayed preset function menu list, a target interface function matched with a target system module is called according to a subscription instruction, the system module selected by the subscription instruction is different, and the calling interface function is also different, so that one function menu item and one fixed interface function cannot be bound, the change of external diagnosis logic can be flexibly adapted, the applicability is good, the coupling between the menu item and a program is low, and the convenience in modifying the program or the menu item is high.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a schematic flow chart diagram illustrating a vehicle diagnostic method according to an embodiment of the present disclosure;
FIG. 2 is a schematic flow chart of a vehicle diagnostic method provided in the second embodiment of the present application;
FIG. 3 is a schematic flow chart of a vehicle diagnostic method provided in the third embodiment of the present application;
FIG. 4 is a schematic flow chart of a vehicle diagnostic method according to a fourth embodiment of the present application;
FIG. 5 is a schematic flow chart of a vehicle diagnosis method provided in the fifth embodiment of the present application;
fig. 6 is a schematic structural diagram of a vehicle diagnostic apparatus provided in a sixth embodiment of the present application;
fig. 7 is a schematic structural diagram of an electronic device according to a seventh embodiment of the present application.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular system module structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the present application. It will be apparent, however, to one skilled in the art that the present application may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known system modules, devices, circuits, and methods are omitted so as not to obscure the description of the present application with unnecessary detail.
The vehicle diagnosis method provided by the embodiment of the application can be applied to electronic equipment, the electronic equipment is in communication connection with a target vehicle, the electronic equipment is in wired or wireless connection with a vehicle-mounted diagnosis system module in the target vehicle, so that the communication connection between the electronic equipment and the vehicle is realized, and the vehicle diagnosis method can be realized by application software in the electronic equipment.
In order to explain the technical solution described in the present application, the following description is given by way of specific examples.
Example one
Referring to fig. 1, a schematic flow chart of a vehicle diagnosis method provided by an embodiment of the present application is shown, the method including:
step S101, when a selection instruction of a target vehicle type is detected, displaying a preset function menu list corresponding to the target vehicle type.
Specifically, when it is detected that a user inputs target vehicle type information or a vehicle identification code of a target vehicle connected to the electronic device is automatically acquired, and vehicle type information (which may be called a target vehicle type) of the target vehicle is analyzed according to the vehicle identification code, a preset function menu list corresponding to the target vehicle type is displayed. The system module menu can be not listed after the vehicle type is selected, but the function menu can be directly listed, so that the operation of displaying the system module for selection in one step can be reduced, repeated interfaces are avoided, and a user can perform corresponding operation on the function menu.
Step S102, when a selection instruction of a target function menu item is detected, displaying a preset system module list corresponding to the target function menu item.
Specifically, the target function menu item is selected from the preset function menu list, and when an operation of selecting a function menu item from the preset function menu list is detected, it is determined that a selection instruction of the target function menu item is detected, and the selected function menu item is referred to as a target function menu item. And when a selection instruction of the target function menu item is detected, displaying a preset system module list corresponding to the target function menu item, wherein the preset system module list comprises identification information of all system modules related to the target function menu item.
In an application scenario, for example, a selection instruction of a target function menu item may select the target function menu item, and displaying a preset system module list corresponding to the target function menu item may be to display all system modules associated with the target function menu item in advance by a pop-up box or a menu, so that a user may select a specific system module.
Step S103, when a subscription instruction of the target system module is detected, a target interface function matched with the target system module is called.
Specifically, the target system module is selected from the preset system module list. After a preset system module list corresponding to the target function menu item is displayed, when the selection operation of a specific system module selected in the preset system module list is detected, the subscription instruction of the target system module is judged to be detected. The target function menu item may correspond to a plurality of system modules and also correspond to a plurality of interface functions, so that when a subscription instruction of the target system module is detected, the interface function matched with the target system module is called from the interface functions corresponding to the target function menu item, and the interface function matched with the target system module is called as a target interface function.
And step S104, executing a diagnosis function corresponding to the target function menu item on the target system module through the target interface function.
Specifically, the diagnostic function corresponding to the target function menu item can be executed through the target interface function corresponding to the target system module, and if a user can change the specific type of the selected target system module through a subscription instruction, the target interface function also changes correspondingly, so that the target function menu item is not bound with the fixed interface function, the change of external diagnostic logic can be flexibly adapted, the applicability is good, the coupling is low, and the convenience in modifying programs or menu items is high.
In an application scenario, when a selection instruction of a target vehicle type is detected, displaying a preset function menu list corresponding to the target vehicle type, for example, in the preset function menu list, a user can right-key to select a target function menu item, pop up a frame or menu to display all system modules associated with the target function menu item in advance, the user can select a specific system module, when the selected specific system module is detected, determining that a subscription instruction of the target function menu item is detected, and calling an interface function matched with the target system module from interface functions corresponding to the target function menu item, so as to determine an interface function matched with the target system module and matched with the target function menu item, for example, if a target management system is an EMS, the target function menu item is a flash to an ECU, the target interface function is: interface function for diagnostic function of ECU flash in EMS.
When a selection instruction of a target vehicle type is detected, a preset function menu list corresponding to the target vehicle type is displayed, a target function menu item can be directly selected according to the displayed preset function menu list, a target interface function matched with a target system module is called according to a subscription instruction, the system module selected by the subscription instruction is different, and the calling interface function is also different, so that one function menu item and one fixed interface function cannot be bound, the change of external diagnosis logic can be flexibly adapted, the applicability is good, the coupling between the menu item and a program is low, and the convenience in modifying the program or the menu item is high.
Example two
The present embodiment is further described in the first embodiment, and reference may be specifically made to the related description of the first embodiment where the same or similar to the first embodiment, and details are not described herein again. Compiling each diagnostic function into a separate dynamic link library in advance; each dynamic link library is packaged with a plurality of system modules for realizing the interface function of the corresponding diagnosis function; associating each function menu item in the preset function menu list with a corresponding dynamic link library; the implementation of the function corresponding to the diagnostic function can be separated from the calling of the function in advance, and the diagnostic function programs corresponding to the same function in different system modules are packaged into the same dynamic link library in advance, that is, one dynamic link library comprises a plurality of diagnostic function programs with the same function but from different system modules, each diagnostic function program has an interface function called externally, and the corresponding diagnostic function can be executed through the interface function.
As shown in fig. 2, after the above-mentioned detection of the selection instruction of the target function menu item, step S203 is further included, and the corresponding step S103 includes step S204, and the vehicle diagnosis method in this embodiment includes:
step S201, when a selection instruction of a target vehicle type is detected, displaying a preset function menu list corresponding to the target vehicle type.
Specifically, where step S201 is the same as or similar to step S101, reference may be specifically made to the related description of step S101, and details are not repeated here.
Step S202, when a selection instruction of a target function menu item is detected, displaying a preset system module list corresponding to the target function menu item.
Specifically, where the step S202 is the same as or similar to the step S102, reference may be specifically made to the related description of the step S102, and details are not repeated here.
Step S203, searching a target dynamic link library corresponding to the target function menu item.
Specifically, since each function menu item is associated with the dynamic link library in advance. And after a subscription instruction of a target function menu item is detected, searching a target dynamic link library corresponding to the target function menu item. If the function menu item a is to flash the ECU, the corresponding dynamic link library includes interface functions of a plurality of system modules (such as EMS, BCM, ICM, and the like) to flash the ECU, the function menu item B is to perform fault code removal on the EUC, and the corresponding dynamic link library includes interface functions of a plurality of system modules (such as EMS, BCM, ICM, and the like) to perform fault code removal on the ECU.
Step S204, when a subscription instruction of a target system module is detected, a target interface function matched with the target system module is called from the target dynamic link library.
Specifically, the invoking of the target interface function matched with the target system module may be: and calling a target interface function matched with the target system module from the target dynamic link library. When a user inputs a subscription instruction of a target function menu item, subscribing a target system module according to the subscription instruction, pre-packaging interface functions of a plurality of system modules in the target dynamic link library, subscribing the target system module according to the subscription instruction, and calling a target interface function matched with the target system module from the target dynamic link library.
In one embodiment, the identification information of each interface function in each dynamic link library and the identification information of the corresponding system module may be associated into a key value pair for storage, where a key value in the key value pair represents the identification information of the interface function, and a key value name in the key value pair represents the identification information of the system module; the interface function in each dynamic link library is associated with the identification information of the system module corresponding to the interface function in advance to form a key value pair for storage, and the key value pair can be stored specifically through a map data structure. The key value pair includes a key value (also referred to as a value or a value) and a key value name (also referred to as a key or a key), the identification information of the interface function is used as the key value, and the identification information of the system module is used as the key value name. And if the identification information of the interface function is the ECU flash of the engine management system, the identification information of the corresponding system module is the identification information of the engine management system. The calling of the target interface function matched with the target system module from the target dynamic link library may be: in the key value pair correspondingly stored in the target dynamic link library, the identification information of the target system module is used as a target key value name, and a target key value corresponding to the target key value name is searched; and determining the identification information of the target interface function according to the target key value, and retrieving the target interface from the target dynamic link library according to the identification information of the target interface function to call, so that the target interface function can be called quickly.
Step S205, executing a diagnosis function corresponding to the target function menu item on the target system module through the target interface function.
Specifically, where step S205 is the same as or similar to step S104, reference may be specifically made to the related description of step S104, and details are not repeated here.
The embodiment compiles each diagnosis function into a separate dynamic link library in advance; each dynamic link library is packaged with a plurality of system modules for realizing the interface function of the corresponding diagnosis function; and associating each function menu item in the preset function menu list with a corresponding dynamic link library, and searching a target dynamic link library corresponding to the target function menu item, wherein the target dynamic link library comprises interface functions from a plurality of system modules, and directly calling a target interface function matched with a target system module selected by a subscription instruction from the target dynamic link library, so that the target function menu item can dynamically execute the corresponding interface function, the target function menu item and the independent interface function are not bound, the interface function corresponding to the target function menu item is modified, the dynamic link library can be directly modified or repackaged, the applicability is good, the coupling is lower, and the convenience for modifying programs or function menu items is high.
EXAMPLE III
The present embodiment is further described in the first embodiment or the second embodiment, and reference may be made to the related description of the first embodiment or the second embodiment for details of the same or similar parts as those of the first embodiment or the second embodiment, which are not repeated herein. As shown in fig. 3, the above step S103 includes steps S303 to S305, and the step S104 includes step S306, and the vehicle diagnosis method in the present embodiment includes:
step S301, when a selection instruction of a target vehicle type is detected, displaying a preset function menu list corresponding to the target vehicle type.
Specifically, where step S301 is the same as or similar to step S101, reference may be specifically made to the related description of step S301, and details are not repeated here.
Step S302, when a selection instruction of a target function menu item is detected, displaying a preset system module list corresponding to the target function menu item.
Specifically, where the step S302 is the same as or similar to the step S102, reference may be specifically made to the related description of the step S102, and details are not repeated here.
Step S303, when a subscription instruction of the target system module is detected, the subscription instruction is analyzed.
Specifically, when a subscription instruction of a target function menu item is detected, whether identification information of a target system module included in the subscription instruction includes identification information of a plurality of target system modules is analyzed.
Step S304, if the analyzed subscription instruction includes identification information of a plurality of target system modules, determining an execution sequence of the plurality of target system modules.
In one embodiment, determining an execution order of a plurality of the target system modules comprises: and determining the selection sequence of a plurality of target system modules selected by a user in the preset system module list as the execution sequence.
Specifically, if the parsed subscription instruction includes identification information of a plurality of target system modules, the selection sequence information of the plurality of target system modules from the user may be determined as the execution sequence of the plurality of target system modules, or the execution sequence of the plurality of target system modules may be determined according to a preset default execution sequence.
Step S305, sequentially calling target interface functions corresponding to the plurality of target system modules according to the execution sequence.
Specifically, according to the determined execution sequence, the target interface functions corresponding to the plurality of system modules are sequentially called according to the execution sequence of the plurality of target system modules, so that the plurality of target interface functions are sequentially executed to execute the corresponding diagnosis functions.
Step S306, according to the execution sequence, sequentially execute the diagnosis function corresponding to the target function menu item on each target system module through each target interface function.
Specifically, the diagnostic function corresponding to the target function menu item may be executed through each of the target interface functions sequentially corresponding to the plurality of target system modules in the execution order of the plurality of target system modules according to the execution order.
In a specific application scenario, for example, the subscription instruction includes two target system modules, namely EMS and BCM, which are selected in sequence, and then the system module names corresponding to the two target system modules, namely EMS and BCM, are stored in a queue designated by the target function menu item in sequence, target interface functions in the two target systems, namely EMS and BCM, are called in sequence, and then the target interface function corresponding to EMS and then the target interface function corresponding to BCM are executed, so that a plurality of related functions can be executed according to the target function menu item.
The embodiment can sequentially call the target interface functions respectively corresponding to the target system modules directly through the identification information of the target system modules included in the subscription instruction so as to sequentially execute the corresponding diagnosis functions of the target interface functions, and the diagnosis method is simple in operation, can quickly diagnose a plurality of functions of the vehicle and improves the diagnosis efficiency of the vehicle.
Example four
In this embodiment, a further description of the first embodiment is provided, and the same or similar points to the first embodiment may specifically refer to the related description of the first embodiment, and are not repeated here, where the subscription instruction includes a first subscription instruction and a second subscription instruction, as shown in fig. 4, the step S103 includes a step S403 to a step S404, the step S104 includes a step S405, and the vehicle diagnosis method in this embodiment includes:
step S401, when a selection instruction of a target vehicle type is detected, displaying a preset function menu list corresponding to the target vehicle type.
Specifically, where step S401 is the same as or similar to step S101, reference may be specifically made to the related description of step S301, and details are not repeated here.
Step S402, when a selection instruction of a target function menu item is detected, displaying a preset system module list corresponding to the target function menu item.
Specifically, where the step S402 is the same as or similar to the step S102, reference may be specifically made to the related description of the step S102, and details are not repeated here.
Step S403, when a first subscription instruction of a target system module is detected, displaying a preset logic module list corresponding to a target interface function matched with the target system module; wherein the first subscription instruction includes identification information of the target system module.
Specifically, after a preset function menu list corresponding to a target vehicle type is displayed, a target function menu item is selected based on menu options in the preset function menu list, a first subscription instruction for the target function menu item is input, the first subscription instruction comprises identification information for selecting a specific system module, when the subscription instruction for the target function menu item is detected, a target interface function matched with a target system module is determined in an interface function associated with the target function menu item according to the identification information of the target system module, a plurality of preset internal key logic modules are arranged in the target interface function, a plurality of preset internal key logic module identification lists in the target interface function (namely the preset logic module lists corresponding to the target interface function matched with the target system module) are displayed, and a user can select a diagnosis function list corresponding to the internal key logic of the target interface function to be executed based on the plurality of internal key logic module identification lists .
In one embodiment, the identification information of each interface function and the identification information of all key logic modules in the corresponding interface function are combined into a structural body in advance, and the structural body corresponding to each interface function and the identification information of the corresponding system module are associated into key value pairs to be stored; when the first subscription instruction of the target system module is detected, displaying a preset logic module list corresponding to a target interface function matched with the target system module, including: when a first subscription instruction of a target function menu item is detected, searching a target dynamic link library corresponding to the target function menu item; in the key value pair correspondingly stored in the target dynamic link library, the identification information of the target system module is used as a target key value name, and a target structure body corresponding to the target key value name is searched; and displaying a corresponding preset key logic module identification list according to preset key logic module identification information included in the target structure body.
Specifically, interface functions with the same function in different system modules can be packaged to the same dynamic link library in advance, and each function menu item is associated with the corresponding dynamic link library; the method comprises the steps that a plurality of interface functions are arranged in one dynamic link library, each interface function in each dynamic link library and identification information of a key logic module corresponding to the interface function form a structural body, namely the identification information of the interface function and the identification information of the key logic module are used as member data in one structural body, each interface function corresponds to one structural body, the structural body is used as a key value, and identification information of a system module related to the corresponding interface function of the structural body is used as the key value name and is related to the key value pair for storage. When a first subscription instruction of a target function menu item is detected, searching a target dynamic link library corresponding to the target function menu item; and determining that in the key value pairs correspondingly stored in the target dynamic link library, the identification information of the target system module is used as a target key value name, searching a target structure body corresponding to the target key value name, and displaying the identification information of the preset key logic module in the target structure body into a corresponding preset key logic module identification list in a preset display mode for the user to select.
Step S404, when a second subscription instruction of the target logic module is detected, the logic function corresponding to the target logic module is called and written into the target interface function; the target logic module is selected from the preset logic module list, and the second subscription instruction includes identification information of the target logic module.
Specifically, the identification information of the key logic module is selected from a preset key logic module identification list through a second subscription instruction, and a logic function (which may be a subroutine preset according to a corresponding diagnostic function) in the target interface function, which is matched with the second subscription instruction, is called to execute the diagnostic function corresponding to the logic function. The second subscription instruction may be to select one or more key logic module identifiers from a displayed preset key logic module identifier list, where each key logic module identifier corresponds to a subprogram in the associated corresponding interface function that is to implement the corresponding logic function. The above writing it to the target interface function may be: and returning the identification information of the logic function corresponding to the target logic function as a parameter to the target interface function so as to execute the subprogram corresponding to the identification information corresponding to the logic function in the target interface function when the target interface function is called, thereby realizing the execution of the logic function corresponding to the target logic module in the target interface function.
For example, the interface function corresponding to a certain system implements a flash function, the flash function has multiple flash modes, and different flash modes have different processing modes. When a user can subscribe the flash function of the system through the first subscription instruction, the identification information of different flash modes can be derived (namely, when the first subscription instruction of the target system module is detected, a preset logic module list corresponding to the target interface function matched with the target system module is displayed), the user can select the flash mode through the second subscription instruction, and the subscribed mode is used as a parameter and is transmitted back to the interface function (namely, when the second subscription instruction of the target logic module is detected, the logic function corresponding to the target logic module is called and is written into the target interface function).
Step S405, the target interface function is executed according to the logic function corresponding to the target logic module, and the diagnosis function corresponding to the target function menu item is executed on the target system module.
Specifically, the logic function corresponding to the target logic module is called and written into the target interface function, the logic function corresponding to the identification information corresponding to the target logic function in the target interface function is executed according to the target interface function in which the identification information corresponding to the logic function corresponding to the target logic module is written, and the internal logic of the target interface function can be subscribed, so that the subscription of the internal logic of the interface function is realized.
EXAMPLE five
The present embodiment is further described in the first embodiment, the second embodiment, the third embodiment or the fourth embodiment, and the same or similar places to the above embodiments may be referred to the related description of the above embodiments, and the description thereof is omitted here. As shown in fig. 5, after the step S101, the method further includes steps S502 to S503, and the vehicle diagnosis method in this embodiment includes:
step S501, when a selection instruction of a target vehicle type is detected, displaying a preset function menu list corresponding to the target vehicle type.
Specifically, where the step S501 is the same as or similar to the step S101, reference may be specifically made to the related description of the step S101, and details are not repeated here.
Step S502, if a selection instruction of a target function menu item is detected, acquiring a default subscription instruction corresponding to the target function menu item; the default subscription instruction is a historical subscription instruction or a pre-specified subscription instruction; the default subscription instruction includes identification information of the target system module.
Specifically, the user may not input a corresponding subscription instruction to the target function menu item, and when a selection instruction of the target function menu item is detected, a default subscription instruction of the target function menu item is directly obtained, where the default subscription instruction may be a subscription instruction input last time, or the default subscription instruction may also be a subscription instruction stored in advance.
Step S503, a target interface function matched with the target system module is called, and a diagnosis function corresponding to the target function menu item is executed on the target system module through the target interface function.
Specifically, a target interface function matched with a target system module included in the default subscription instruction is called, so that a corresponding diagnostic function is executed through the target interface function.
In one embodiment, when a modification instruction for the default subscription instruction is received, the identification information of the original target system module of the default subscription instruction is changed into the identification information of a new target system module according to the modification instruction; wherein, the modification instruction includes the identification information of the new target system module.
Specifically, the identification information of the associated system module in the default subscription instruction may be modified or deleted, the user may input a modification instruction including the identification information of the new target system module that needs to be associated, and the identification information of the target system module currently stored in the default subscription instruction is changed to the identification information of the new target system module according to the identification information of the new target system module.
According to the embodiment of the application, the selection instruction of the target function menu item can be directly detected, the default subscription instruction corresponding to the target function menu item is obtained, the target interface function matched with the target system module corresponding to the default subscription instruction is directly executed, the target system module executes the diagnosis function corresponding to the target function menu item through the target interface function, the operation is simple, the function of a vehicle can be rapidly diagnosed, and the diagnosis efficiency of the vehicle is improved.
EXAMPLE six
Fig. 6 shows a block diagram of a vehicle diagnostic apparatus provided in the embodiment of the present application, corresponding to the vehicle diagnostic method described in the above embodiment, and only the relevant parts to the embodiment of the present application are shown for convenience of description. The vehicle diagnosis apparatus is applied to an electronic device that is communicatively connected to a target vehicle, and the vehicle diagnosis apparatus 600 includes:
the first display module 601 is configured to display a preset function menu list corresponding to a target vehicle type when a selection instruction of the vehicle type is detected;
a second display module 602, configured to display a preset system module list corresponding to a target function menu item when a selection instruction of the target function menu item is detected;
a calling module 603, configured to call a target interface function matched with a target system module when a subscription instruction of the target system module is detected;
an executing module 604, configured to execute a diagnostic function corresponding to the target function menu item on the target system module through the target interface function;
and the target function menu item is selected from the preset function menu list, and the target system module is selected from the preset system module list.
In one embodiment, each diagnostic function is compiled beforehand into a separate dynamically linked library; each dynamic link library is packaged with a plurality of system modules for realizing the interface function of the corresponding diagnosis function; associating each function menu item in the preset function menu list with a corresponding dynamic link library;
the diagnostic device further comprises:
the searching module is used for searching a target dynamic link library corresponding to the target function menu item after detecting a selection instruction of the target function menu item;
correspondingly, the calling module is specifically configured to: and when a subscription instruction of the target system module is detected, calling a target interface function matched with the target system module from the target dynamic link library.
In one embodiment, the calling module comprises:
the analysis unit is used for analyzing the subscription instruction when the subscription instruction of the target system module is detected;
the determining unit is used for determining the execution sequence of the target system modules if the analyzed subscription instruction comprises the identification information of the target system modules;
the first calling unit is used for sequentially calling target interface functions corresponding to the target system modules according to the execution sequence;
correspondingly, the execution module is specifically configured to: and according to the execution sequence, sequentially executing the diagnosis function corresponding to the target function menu item on each target system module through each target interface function.
In one embodiment, the subscription instructions include first subscription instructions and second subscription instructions; the calling module comprises:
the system comprises a display unit, a first module processing unit and a second module processing unit, wherein the display unit is used for displaying a preset logic module list corresponding to a target interface function matched with a target system module when a first subscription instruction of the target system module is detected; wherein the first subscription instruction contains identification information of the target system module;
the second calling unit is used for calling the logic function corresponding to the target logic module and writing the logic function into the target interface function when a second subscription instruction of the target logic module is detected; the target logic module is selected from the preset logic module list, and the second subscription instruction comprises identification information of the target logic module;
correspondingly, the execution module is specifically configured to: and executing the target interface function according to the logic function corresponding to the target logic module, so as to realize the execution of the diagnosis function corresponding to the target function menu item on the target system module.
In one embodiment, the diagnostic device further comprises:
the acquisition module is used for acquiring a default subscription instruction corresponding to a target function menu item if a selection instruction of the target function menu item is detected; the default subscription instruction is a historical subscription instruction or a pre-specified subscription instruction; the default subscription instruction comprises identification information of a target system module;
and the execution module is used for calling a target interface function matched with the target system module and executing a diagnosis function corresponding to the target function menu item on the target system module through the target interface function.
In one embodiment, the diagnostic device further comprises:
the modification module is used for modifying the identification information of the original target system module of the default subscription instruction into the identification information of a new target system module according to the modification instruction when the modification instruction aiming at the default subscription instruction is received; wherein, the modification instruction includes the identification information of the new target system module.
In one embodiment, the determining unit is specifically configured to: and if the analyzed subscription instruction comprises the identification information of a plurality of target system modules, determining the selection sequence of the plurality of target system modules selected by the user in the preset system module list as the execution sequence.
When a selection instruction of a target vehicle type is detected, a preset function menu list corresponding to the target vehicle type is displayed, a target function menu item can be directly selected according to the displayed preset function menu list, a target interface function matched with a target system module is called according to a subscription instruction, the system module selected by the subscription instruction is different, and the calling interface function is also different, so that one function menu item and one fixed interface function cannot be bound, the change of external diagnosis logic can be flexibly adapted, the applicability is good, the coupling between the menu item and a program is low, and the convenience in modifying the program or the menu item is high.
Example 7
Fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application. The electronic device 700 includes: a processor 701, a memory 702, and a computer program 703 stored in the memory 702 and executable on the processor 701. The steps in the vehicle diagnostic method embodiment are implemented when the processor 701 executes the computer program 703.
Illustratively, the computer program 703 may be divided into one or more units/modules, which are stored in the memory 702 and executed by the processor 701 to complete the present application. The one or more units/modules may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program 703 in the electronic device 700. For example, the computer program 703 may be divided into a display module and a first calling module, and the specific functions of the modules are described in the above embodiments, which are not described herein again.
The electronic device 700 may include, but is not limited to, a processor 701 and a memory 702. Those skilled in the art will appreciate that fig. 7 is merely an example of an electronic device 700 and does not constitute a limitation of electronic device 700 and may include more or fewer components than shown, or some components may be combined, or different components, e.g., electronic device 700 described above may also include input-output devices, network access devices, buses, etc.
The Processor 701 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 702 may be an internal storage unit of the electronic device 700, such as a hard disk or a memory of the electronic device 700. The memory 702 may also include both internal storage units and external storage devices of the electronic device 700. The memory 702 is used for storing the computer program and other programs and data required by the electronic device 700. The memory 702 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned functions may be distributed as different functional units and modules according to needs, that is, the internal structure of the apparatus may be divided into different functional units or modules to implement all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the vehicle diagnostic device may refer to corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the above-described modules or units is only one logical functional division, and in actual implementation, there may be another division, for example, a plurality of units or components may be combined or integrated into another system module, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiments of the present application.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit may be stored in a computer-readable storage medium if it is implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, all or part of the flow in the method of the embodiments described above may be implemented by a computer program, which may be stored in a computer readable storage medium and used by a processor to implement the steps of the embodiments of the methods described above. The computer program includes computer program code, and the computer program code may be in a source code form, an object code form, an executable file or some intermediate form. The computer readable medium may include: any entity or device capable of carrying the above-mentioned computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signal, telecommunication signal, software distribution medium, etc. It should be noted that the computer readable medium described above may be suitably increased or decreased as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media excludes electrical carrier signals and telecommunications signals in accordance with legislation and patent practice. The above-mentioned embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present application and are intended to be included within the scope of the present application.

Claims (10)

1. A vehicle diagnosis method applied to diagnosis software is characterized by comprising the following steps:
when a selection instruction of a target vehicle type is detected, displaying a preset function menu list corresponding to the target vehicle type;
when a selection instruction of a target function menu item is detected, displaying a preset system module list corresponding to the target function menu item;
when a subscription instruction of a target system module is detected, calling a target interface function matched with the target system module;
executing a diagnosis function corresponding to the target function menu item on the target system module through the target interface function;
and the target function menu item is selected from the preset function menu list, and the target system module is selected from the preset system module list.
2. The vehicle diagnostic method according to claim 1, characterized in that each diagnostic function is compiled in advance into a separate dynamic link library; each dynamic link library is packaged with a plurality of system modules for realizing the interface function of the corresponding diagnosis function; associating each function menu item in the preset function menu list with a corresponding dynamic link library;
after the detection of the selection instruction of the target function menu item, the method includes:
searching a target dynamic link library corresponding to the target function menu item;
correspondingly, the calling the target interface function matched with the target system module comprises the following steps:
and calling a target interface function matched with the target system module from the target dynamic link library.
3. The vehicle diagnostic method according to claim 1, wherein the calling a target interface function matched with the target system module when the subscription instruction of the target system module is detected comprises:
when a subscription instruction of a target system module is detected, analyzing the subscription instruction;
if the analyzed subscription instruction comprises the identification information of a plurality of target system modules, determining the execution sequence of the plurality of target system modules;
sequentially calling target interface functions corresponding to the target system modules according to the execution sequence;
accordingly, the performing, by the target interface function, a diagnostic function corresponding to the target function menu item on the target system module includes:
and according to the execution sequence, sequentially executing the diagnosis function corresponding to the target function menu item on each target system module through each target interface function.
4. The vehicle diagnostic method according to claim 1, wherein the subscription instruction includes a first subscription instruction and a second subscription instruction;
when the subscription instruction of the target system module is detected, calling a target interface function matched with the target system module, wherein the calling comprises the following steps:
when a first subscription instruction of a target system module is detected, displaying a preset logic module list corresponding to a target interface function matched with the target system module; wherein the first subscription instruction contains identification information of the target system module;
when a second subscription instruction of the target logic module is detected, calling a logic function corresponding to the target logic module and writing the logic function into the target interface function; the target logic module is selected from the preset logic module list, and the second subscription instruction comprises identification information of the target logic module;
accordingly, the performing, by the target interface function, a diagnostic function corresponding to the target function menu item on the target system module includes:
and executing the target interface function according to the logic function corresponding to the target logic module, so as to realize the execution of the diagnosis function corresponding to the target function menu item on the target system module.
5. The vehicle diagnostic method according to any one of claims 1 to 4, characterized in that the method further comprises:
if a selection instruction of a target function menu item is detected, acquiring a default subscription instruction corresponding to the target function menu item; the default subscription instruction is a historical subscription instruction or a pre-specified subscription instruction; the default subscription instruction comprises identification information of a target system module;
and calling a target interface function matched with the target system module, and executing a diagnosis function corresponding to the target function menu item on the target system module through the target interface function.
6. The vehicle diagnostic method according to claim 5, characterized in that the method further comprises:
when a modification instruction aiming at the default subscription instruction is received, the identification information of the original target system module of the default subscription instruction is changed into the identification information of a new target system module according to the modification instruction; wherein, the modification instruction includes the identification information of the new target system module.
7. The vehicle diagnostic method of claim 3, wherein said determining an execution order of the plurality of target system modules comprises:
and determining the selection sequence of a plurality of target system modules selected by a user in the preset system module list as the execution sequence.
8. A vehicle diagnostic device characterized by comprising:
the first display module is used for displaying a preset function menu list corresponding to a target vehicle type when a selection instruction of the target vehicle type is detected;
the second display module is used for displaying a preset system module list corresponding to the target function menu item when a selection instruction of the target function menu item is detected;
the calling module is used for calling a target interface function matched with the target system module when a subscription instruction of the target system module is detected;
the execution module is used for executing the diagnosis function corresponding to the target function menu item on the target system module through the target interface function;
and the target function menu item is selected from the preset function menu list, and the target system module is selected from the preset system module list.
9. An electronic device comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the method of any of claims 1 to 7 when executing the computer program.
10. A computer storage medium, the computer readable storage medium storing a computer program, wherein the computer program, when executed by a processor, implements the method of any of claims 1 to 7.
CN202110416420.8A 2021-04-19 2021-04-19 Vehicle diagnosis method and device, electronic equipment and storage medium Pending CN113110994A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110416420.8A CN113110994A (en) 2021-04-19 2021-04-19 Vehicle diagnosis method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110416420.8A CN113110994A (en) 2021-04-19 2021-04-19 Vehicle diagnosis method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113110994A true CN113110994A (en) 2021-07-13

Family

ID=76718384

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110416420.8A Pending CN113110994A (en) 2021-04-19 2021-04-19 Vehicle diagnosis method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113110994A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113848851A (en) * 2021-09-24 2021-12-28 深圳市元征科技股份有限公司 Vehicle detection method and device, electronic equipment and storage medium
CN115001880A (en) * 2022-05-27 2022-09-02 国仪量子(合肥)技术有限公司 Modular connection control method, upper computer and storage medium
WO2024027240A1 (en) * 2022-08-03 2024-02-08 深圳市星卡软件技术开发有限公司 Calling method, apparatus and system for diagnosis module

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113848851A (en) * 2021-09-24 2021-12-28 深圳市元征科技股份有限公司 Vehicle detection method and device, electronic equipment and storage medium
CN113848851B (en) * 2021-09-24 2023-08-08 深圳市元征科技股份有限公司 Vehicle detection method, device, electronic equipment and storage medium
CN115001880A (en) * 2022-05-27 2022-09-02 国仪量子(合肥)技术有限公司 Modular connection control method, upper computer and storage medium
WO2024027240A1 (en) * 2022-08-03 2024-02-08 深圳市星卡软件技术开发有限公司 Calling method, apparatus and system for diagnosis module

Similar Documents

Publication Publication Date Title
CN113110994A (en) Vehicle diagnosis method and device, electronic equipment and storage medium
CN108227675B (en) Vehicle diagnosis method, device, terminal and computer-readable storage medium
CN110673576B (en) Automatic test method and device, vehicle and storage medium
CN111552267B (en) Vehicle diagnosis method and device and vehicle diagnosis equipment
CN108255152B (en) vehicle diagnosis method, diagnosis box and computer readable storage medium
CN111708584A (en) Vehicle diagnosis method and device, diagnosis equipment and storage medium
CN107423492B (en) Forklift diagnosis test method and system based on template
CN112147983B (en) Vehicle diagnosis method and device, electronic equipment and storage medium
US11893838B2 (en) Vehicle electronic repair and diagnostic system and method
CN107122203B (en) Configuration file setting method and device
CN114089713A (en) Communication method based on UDS, ECU and upper computer
CN111693294A (en) Vehicle detection method and device, terminal equipment and storage medium
CN113721584B (en) Visual vehicle diagnosis method and device, equipment and storage medium
CN113133041B (en) Method and device for testing vehicle-to-vehicle communication function in dynamic interval train control vehicle
CN112034819B (en) Vehicle diagnosis method, vehicle diagnosis device and diagnosis equipment
CN111966391A (en) System configuration method and device of vehicle, terminal equipment and storage medium
CN114995792B (en) Modularized development method, device, medium and electronic device of automobile diagnosis device
CN113655776B (en) Vehicle detection method and device, electronic equipment and storage medium
CN110716866A (en) Code quality scanning method and device, computer equipment and storage medium
JP3105279B2 (en) Program unit test data generation method
CN113342430A (en) Fault code processing method and device, terminal equipment and readable storage medium
CN115061907A (en) Test method and test system, electronic device, and storage medium
CN112181538B (en) Diagnostic flow execution method, device, equipment and storage medium
CN111459568A (en) Vehicle data processing method and device
CN114448851A (en) Data automation test method and 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