CN114460925B - Automatic test method for CAN interface HIL of electric automobile controller - Google Patents

Automatic test method for CAN interface HIL of electric automobile controller Download PDF

Info

Publication number
CN114460925B
CN114460925B CN202210111849.0A CN202210111849A CN114460925B CN 114460925 B CN114460925 B CN 114460925B CN 202210111849 A CN202210111849 A CN 202210111849A CN 114460925 B CN114460925 B CN 114460925B
Authority
CN
China
Prior art keywords
interface
signal
test
model
signals
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.)
Active
Application number
CN202210111849.0A
Other languages
Chinese (zh)
Other versions
CN114460925A (en
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.)
Deep Blue Automotive Technology Co ltd
Original Assignee
Chongqing Changan New Energy Automobile 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 Chongqing Changan New Energy Automobile Technology Co Ltd filed Critical Chongqing Changan New Energy Automobile Technology Co Ltd
Priority to CN202210111849.0A priority Critical patent/CN114460925B/en
Publication of CN114460925A publication Critical patent/CN114460925A/en
Application granted granted Critical
Publication of CN114460925B publication Critical patent/CN114460925B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • G05B23/0205Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults
    • G05B23/0208Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults characterized by the configuration of the monitoring system
    • G05B23/0213Modular or universal configuration of the monitoring system, e.g. monitoring system having modules that may be combined to build monitoring program; monitoring system that can be applied to legacy systems; adaptable monitoring system; using different communication protocols
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention discloses an automatic test method for an electric vehicle controller CAN interface HIL, which comprises the following steps: selecting a controlled controller, and automatically generating a CAN signal transmission interface model and CAN signal-CAN transmission interface model mapping according to DBC files of the controlled controller; reading an Excel format CAN protocol of a tested controller, and automatically generating three CAN interface test cases and CAN interface test case-variable mapping of the Excel format based on a written script; the obtained CAN signal transmission interface model and CAN signal-CAN transmission interface model mapping are imported in HIL engineering; and configuring test software, converting the three CAN interface test cases and the CAN interface test case-variable mapping into format files which CAN be executed by the test software, and then automatically executing the test by using the test software. By the automatic test method for the CAN interface HIL of the electric automobile controller, the automation of the CAN interface HIL test CAN be realized, and the test efficiency of the controller CAN interface HIL is improved.

Description

Automatic test method for CAN interface HIL of electric automobile controller
Technical Field
The invention relates to the technical field of electric automobile testing, in particular to an electric automobile controller CAN interface HIL automatic testing method.
Background
With the rise of intelligent network connection surge of electric automobiles, functions of automobile electronic systems are gradually enriched, and automobile software becomes an important component of automobiles. While automotive electronics systems are rapidly abundant, automotive controllers and controller wiring harnesses are rapidly growing. In order to reduce the use of communication harnesses and reduce the complexity of electronic systems, domain controllers with higher computation capability are becoming mainstream by integrating distributed controllers according to functional domains. The domain controller integrates the functions of more controllers, so the number of signals of the CAN interface increases by tens of times, and thus how to rapidly design and execute the CAN interface HIL test becomes a problem that must be solved.
Disclosure of Invention
The invention aims to provide an automatic test method for the CAN interface HIL of an electric automobile controller, which realizes the automation of the CAN interface HIL test and improves the test efficiency of the controller CAN interface HIL.
In order to achieve the above purpose, the invention provides an automatic test method for an electric vehicle controller CAN interface HIL, comprising the following steps:
selecting a to-be-tested controller, automatically generating a CAN signal transmission interface model and a CAN signal-CAN transmission interface model mapping according to a DBC file of the to-be-tested controller, wherein the CAN signal-CAN transmission interface model mapping is obtained by associating model paths of all CAN signal transmission interfaces in the CAN signal transmission interface model with paths of corresponding CAN signals in HIL rack upper computer engineering one by one;
reading an Excel format CAN protocol of a tested controller, and automatically generating three CAN interface test cases and CAN interface test case-variable mapping of the Excel format based on a written script; the three CAN interface test cases are respectively an input interface test case, an output interface test case and a gateway test case, and the CAN interface test case-variable mapping represents the mapping between the input and output of the CAN interface test case and the corresponding input and output signals in the internal variables of the test software;
the obtained CAN signal transmission interface model and CAN signal-CAN transmission interface model mapping are imported in HIL engineering;
and configuring test software, converting the three CAN interface test cases and the CAN interface test case-variable mapping into format files which CAN be executed by the test software, and then automatically executing the test by using the test software.
Further, the controller automatically generates a CAN signal transmission interface model and a CAN signal-CAN signal transmission interface model map according to the DBC file of the controller to be tested, and specifically executes the following steps:
(S1) creating an empty CAN signal transmission interface model, opening the model and setting simulation parameters;
(S2) reading the DBC information of the CAN channel, and storing information of all signals in the DBC in the form of a structure of "transmitting node/frame/signal";
creating a CAN channel subsystem in the CAN signal transmission interface model, and naming the CAN channel subsystem by DBC names;
under the CAN channel subsystem, an input interface subsystem is established;
under the input interface subsystem, creating a system model of a 'transmitting node/frame/input signal name' structure;
under the CAN channel subsystem, an output interface subsystem is created
Under the output interface subsystem, creating a system model of a 'transmitting node/frame/input signal name' structure;
(S3) judging whether next CAN channel DBC information exists; if yes, go to execute step (S2); otherwise, extracting model paths of all CAN signal transmission interfaces in the created CAN signal transmission interface model, and creating a CAN signal-CAN transmission interface model map in a txt format, wherein the model paths correspond to paths of corresponding CAN signals in an HIL rack upper computer process one by one.
Further, the reading of the Excel format CAN protocol of the tested controller automatically generates three types of CAN interface test cases and CAN interface test case-variable mapping of the Excel format based on the written script, and specifically executes the following steps:
reading an Excel format CAN protocol of the controlled controller;
extracting names, channels, nodes, frames, ranges, precision and offset information of all signals of a CAN protocol;
dividing signals into input signals and output signals according to whether the sending node is a tested controller or not, and respectively counting the number and signal names of the input signals and the output signals;
judging whether the output signal is also in the input signal set or not; if yes, the signal is a gateway signal; otherwise, the signal is an output signal; respectively counting the number and signal names of gateway signals and output signals;
removing gateway signals from the first-time screened input signals to obtain the number and names of the input signals;
aiming at an input signal, an output signal and a gateway signal, three CAN interface test cases are respectively filled in and obtained;
extracting corresponding variable paths of corresponding CAN signals in test software aiming at CAN signals in each CAN interface test case to generate each CAN interface test case-variable path mapping;
and extracting paths of corresponding variables of the internal variables of the corresponding controllers in test software aiming at the internal standard quantity or the display quantity of the controllers in each CAN interface test case to generate each CAN interface test case-variable mapping.
Further, the TEST software is ECU-TEST.
Further, the three CAN interface test cases and the CAN interface test case-variable mapping are converted into format files which CAN be executed by test software, and the following steps are specifically executed: and running a Python script, and respectively converting the three CAN interface TEST cases and the CAN interface TEST case-variable mapping into a TEST case in a.pkg format and a CAN interface TEST case-variable mapping in a. xam format, which CAN be executed by the ECU-TEST.
Further, the CAN signal transmission interface model is a Simulink model of the CAN signal transmission interface.
Compared with the prior art, the invention has the following advantages:
according to the automatic test method for the CAN interface HIL of the electric automobile controller, all signals in the CAN protocol are classified firstly, then the test cases and the automatic creation of the mapping are carried out by the classification, the automation of the CAN interface HIL test is realized, and the test efficiency of the controller CAN interface HIL is improved; the traditional TEST software such as the TEST cases of the ECU-TEST are complicated to write and edit, and the automatic execution of the TEST cases is realized by the ECU-TEST in the automatic TEST process of the CAN interface HIL through the automatic creation of the TEST cases and the mapping.
Drawings
FIG. 1 is a flow chart of an automated test method for an electric vehicle controller CAN interface HIL;
FIG. 2 is a flow chart of the present invention for creating a CAN signal transmission interface model and a CAN signal-CAN signal transmission interface model map;
FIG. 3 is a flow chart of creating three CAN interface test cases and a CAN interface test case-variable mapping in accordance with the present invention;
fig. 4 is a UI operation interface for creating an automated test of the CAN interface HIL of the electric vehicle controller according to the present invention;
FIG. 5 is a schematic diagram of the transfer relationship of signal flow between the ECU-TesT, the HIL rack upper computer, the controller and the HIL rack lower computer during testing.
Detailed Description
The following describes the embodiments of the present invention further with reference to the drawings.
Referring to fig. 1 to 5, the embodiment discloses an automatic test method for a CAN interface HIL of an electric vehicle controller, which includes the steps of:
selecting a to-be-tested controller, and automatically generating a CAN signal transmission interface model and a CAN signal-CAN transmission interface model mapping (mapping) according to a DBC file of the to-be-tested controller, wherein the CAN signal-CAN transmission interface model mapping is obtained by associating model paths of all CAN signal transmission interfaces in the CAN signal transmission interface model with paths of corresponding CAN signals in HIL rack upper computer engineering one by one;
reading an Excel format CAN protocol of a tested controller, and automatically generating three CAN interface test cases and CAN interface test case-variable mapping of the Excel format based on a written script; the three CAN interface test cases are respectively an input interface test case, an output interface test case and a gateway test case, and the CAN interface test case-variable mapping represents the mapping between the input and output of the CAN interface test case and the corresponding input and output signals in the internal variables of the test software;
the obtained CAN signal transmission interface model and CAN signal-CAN transmission interface model mapping are imported in HIL engineering;
and configuring test software, converting the three CAN interface test cases and the CAN interface test case-variable mapping into format files which CAN be executed by the test software, and then automatically executing the test by using the test software.
The invention CAN realize the signal transmission between the measured real controller CAN signal and the bench simulation environment, and CAN change the signal value transmitted between the CAN signal and the bench simulation environment by controlling the variable in the CAN signal transmission interface model. Because the CAN interface test process does not involve the simulation environment of the rack other than the CAN transmission interface model, the description thereof will be omitted. Inputs and outputs CAN be categorized into CAN signals and controller internal variables. The invention automatically completes the design writing work by writing M language.
In this embodiment, the TEST software is an ECU-TEST. In some embodiments, the test software may also be other types of software, not limited herein. The CAN interface TEST case-variable mapping is specifically that the input and output of the CAN interface TEST case are mapped to corresponding variables in the ECU-TEST.
In this embodiment, the three CAN interface test cases and the CAN interface test case-variable mapping are converted into format files that CAN be executed by test software, and specifically execute the following steps: and running a Python script, and respectively converting the three CAN interface TEST cases and the CAN interface TEST case-variable mapping into a TEST case in a.pkg format and a CAN interface TEST case-variable mapping in a. xam format, which CAN be executed by the ECU-TEST.
In this embodiment, the CAN signal transmission interface model is a Simulink model of a CAN signal transmission interface.
Referring to fig. 2, the method automatically generates a CAN signal transmission interface model and a CAN signal-CAN signal transmission interface model map according to the DBC file of the measured controller, and specifically performs the following steps:
(S1) creating an empty CAN signal transmission interface model, opening the model and setting simulation parameters; the CAN signal transmission interface model is a hardware-in-the-loop test model.
(S2) reading the DBC information of the CAN channel, and storing information of all signals in the DBC in the form of a structure of "transmitting node/frame/signal";
creating a CAN channel subsystem in the CAN signal transmission interface model, and naming the CAN channel subsystem by DBC names;
under the CAN channel subsystem, an input interface subsystem is created, named as input;
under the input interface subsystem, creating a system model of a 'transmitting node/frame/input signal name' structure;
under the CAN channel subsystem, an output interface subsystem is created, named as output;
under the output interface subsystem, creating a system model of a 'transmitting node/frame/input signal name' structure;
(S3) judging whether next CAN channel DBC information exists; if yes, go to execute step (S2); otherwise, extracting model paths of all CAN signal transmission interfaces in the created CAN signal transmission interface model, and creating a CAN signal-CAN transmission interface model map in a txt format, wherein the model paths correspond to paths of corresponding CAN signals in an HIL rack upper computer process one by one. For the CAN signal, the mapping of the corresponding variable in the test software is converted through the model path of the corresponding CAN transmission interface in the HILTest model.
Referring to fig. 3, the method reads an Excel format CAN protocol of the measured controller, automatically generates three types of CAN interface test cases and CAN interface test case-variable mapping of the Excel format based on the written script, and specifically executes the following steps:
reading an Excel format CAN protocol of the controlled controller;
extracting names, channels, nodes, frames, ranges, precision and offset information of all signals of a CAN protocol;
dividing signals into input signals and output signals according to whether the sending node is a tested controller or not, and respectively counting the number and signal names of the input signals and the output signals;
judging whether the output signal is also in the input signal set or not; if yes, the signal is a gateway signal; otherwise, the signal is an output signal; respectively counting the number and signal names of gateway signals and output signals;
removing gateway signals from the first-time screened input signals to obtain the number and names of the input signals;
aiming at an input signal, an output signal and a gateway signal, three CAN interface test cases are respectively filled in and obtained;
extracting corresponding variable paths of corresponding CAN signals in test software aiming at CAN signals in each CAN interface test case to generate each CAN interface test case-variable path mapping;
and extracting paths of corresponding variables of the internal variables of the corresponding controllers in test software aiming at the internal standard quantity or the display quantity of the controllers in each CAN interface test case to generate each CAN interface test case-variable mapping. For the controller internal variables, the upper level path of the corresponding variable in the test software is fixed, so that the variable path can be uniformly expressed as a 'fixed upper level path/variable name' in the test software.
The CAN interface signals of the controller are divided into three types.
The first type is received by the controller, and the controller participates in operation in the software, and for the signals, the input of the test case is a CAN message sent by the bench simulation, and the output is the display quantity in the software.
And the second type is that the controller is internally operated and then is sent to other controllers, the CAN interface test cases of the signals are input into software internal standard quantity, and the signals are output into CAN messages.
And the third class is received by the controller and then directly forwarded to other CAN channels, and the interface test cases of the signals are input into a CAN message and output into another CAN message.
Referring to fig. 4, at the drop-down menu at the top of the UI, the name of the controller under test is selected. Then, the DBC files of the respective channels are sequentially selected. Clicking the GenHILModel and Genmapping CAN automatically generate the CAN signal transmission interface model and the CAN signal-CAN transmission interface model map.
Clicking the "select CAN protocol", then clicking the "generate input interface test case", "generate output interface test case", "generate gateway test case", and then CAN generate three types of cases in a classified manner. And selecting the generated test cases, clicking a corresponding test case Mapping button, and respectively generating CAN interface test case-variable mappings of three types of cases.
And importing the interface model and Mapping created by the process in HIL engineering. Other options of the project are configured according to the software using method.
And the configuration ECU-TEST is connected with the HIL rack upper computer. And running a Python script, converting the input interface TEST cases generated in the process, the output interface TEST cases, the gateway TEST cases and Mapping of the three types of cases, and generating. Pkg and. Xam files executable by the ECU-TEST. Based on the. Pkg and. Xam documents, the TEST was performed automatically using ECU-TEST software.
Referring to fig. 5, the link and role played by the automatically created interface model, model Mapping, test cases, and case Mapping in the automated test are illustrated.
According to the automatic test method for the CAN interface HIL of the electric automobile controller, all signals in the CAN protocol are classified firstly, then the test cases and the automatic creation of the mapping are carried out by the classification, the automation of the CAN interface HIL test is realized, and the test efficiency of the controller CAN interface HIL is improved; the traditional TEST software such as the TEST cases of the ECU-TEST are complicated to write and edit, and the automatic execution of the TEST cases is realized by the ECU-TEST in the automatic TEST process of the CAN interface HIL through the automatic creation of the TEST cases and the mapping.
The foregoing describes in detail preferred embodiments of the present invention. It should be understood that numerous modifications and variations can be made in accordance with the concepts of the invention by one of ordinary skill in the art without undue burden. Therefore, all technical solutions which can be obtained by logic analysis, reasoning or limited experiments based on the prior art by the person skilled in the art according to the inventive concept shall be within the scope of protection defined by the claims.

Claims (4)

1. The automatic test method for the CAN interface HIL of the electric automobile controller is characterized by comprising the following steps:
selecting a to-be-tested controller, automatically generating a CAN signal transmission interface model and a CAN signal-CAN transmission interface model mapping according to a DBC file of the to-be-tested controller, wherein the CAN signal-CAN transmission interface model mapping is obtained by associating model paths of all CAN signal transmission interfaces in the CAN signal transmission interface model with paths of corresponding CAN signals in HIL rack upper computer engineering one by one;
reading an Excel format CAN protocol of a tested controller, and automatically generating three CAN interface test cases and CAN interface test case-variable mapping of the Excel format based on a written script; the three CAN interface test cases are respectively an input interface test case, an output interface test case and a gateway test case, and the CAN interface test case-variable mapping represents the mapping between the input and output of the CAN interface test case and the corresponding input and output signals in the internal variables of the test software;
leading in the obtained CAN signal transmission interface model and CAN signal-CAN transmission interface model mapping in HIL engineering;
configuring test software, converting three CAN interface test cases and the CAN interface test case-variable mapping into format files which CAN be executed by the test software, and then automatically executing the test by using the test software;
the method comprises the following steps of automatically generating a CAN signal transmission interface model and a CAN signal-CAN signal transmission interface model map according to DBC files of a measured controller, and specifically executing the following steps:
(S1) creating an empty CAN signal transmission interface model, opening the model and setting simulation parameters;
(S2) reading the DBC information of the CAN channel, and storing information of all signals in the DBC in the form of a structure of "transmitting node/frame/signal";
creating a CAN channel subsystem in the CAN signal transmission interface model, and naming the CAN channel subsystem by DBC names;
under the CAN channel subsystem, an input interface subsystem is established;
under the input interface subsystem, creating a system model of a 'transmitting node/frame/input signal name' structure;
creating an output interface subsystem under the CAN channel subsystem;
under the output interface subsystem, creating a system model of a 'transmitting node/frame/input signal name' structure;
(S3) judging whether next CAN channel DBC information exists; if yes, go to execute step (S2); otherwise, extracting model paths of all CAN signal transmission interfaces in the created CAN signal transmission interface model, and creating a CAN signal-CAN transmission interface model map in a txt format, wherein the model paths correspond to paths of corresponding CAN signals in an HIL rack upper computer process one by one;
the method comprises the steps of reading an Excel format CAN protocol of a measured controller, automatically generating three CAN interface test cases and CAN interface test case-variable mapping of the Excel format based on a written script, and specifically executing the following steps:
reading an Excel format CAN protocol of the controlled controller;
extracting names, channels, nodes, frames, ranges, precision and offset information of all signals of a CAN protocol;
dividing signals into input signals and output signals according to whether the sending node is a tested controller or not, and respectively counting the number and signal names of the input signals and the output signals;
judging whether the output signal is also in the input signal set or not; if yes, the signal is a gateway signal; otherwise, the signal is an output signal; respectively counting the number and signal names of gateway signals and output signals;
removing gateway signals from the first-time screened input signals to obtain the number and names of the input signals;
aiming at an input signal, an output signal and a gateway signal, three CAN interface test cases are respectively filled in and obtained;
extracting corresponding variable paths of corresponding CAN signals in test software aiming at CAN signals in each CAN interface test case to generate each CAN interface test case-variable path mapping;
and extracting paths of corresponding variables of the internal variables of the corresponding controllers in test software aiming at the internal standard quantity or the display quantity of the controllers in each CAN interface test case to generate each CAN interface test case-variable mapping.
2. The automated testing method of the CAN interface HIL of the electric vehicle controller according to claim 1, wherein the testing software is ECU-TEST.
3. The automated testing method of the CAN interface HIL of the electric automobile controller according to claim 2, wherein the three CAN interface test cases and the CAN interface test case-variable mapping are converted into format files which CAN be executed by test software, and specifically comprises the following steps: and running a Python script, and respectively converting the three CAN interface TEST cases and the CAN interface TEST case-variable mapping into a TEST case in a.pkg format and a CAN interface TEST case-variable mapping in a. xam format, which CAN be executed by the ECU-TEST.
4. The automated testing method of the CAN interface HIL of the electric automobile controller according to claim 1, 2 or 3, wherein the CAN signal transmission interface model is a Simulink model of the CAN signal transmission interface.
CN202210111849.0A 2022-01-29 2022-01-29 Automatic test method for CAN interface HIL of electric automobile controller Active CN114460925B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210111849.0A CN114460925B (en) 2022-01-29 2022-01-29 Automatic test method for CAN interface HIL of electric automobile controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210111849.0A CN114460925B (en) 2022-01-29 2022-01-29 Automatic test method for CAN interface HIL of electric automobile controller

Publications (2)

Publication Number Publication Date
CN114460925A CN114460925A (en) 2022-05-10
CN114460925B true CN114460925B (en) 2023-05-23

Family

ID=81412194

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210111849.0A Active CN114460925B (en) 2022-01-29 2022-01-29 Automatic test method for CAN interface HIL of electric automobile controller

Country Status (1)

Country Link
CN (1) CN114460925B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115378834B (en) * 2022-08-10 2024-01-09 东风柳州汽车有限公司 Multi-network-segment gateway route testing method and device based on hardware-in-loop equipment
CN115933432B (en) * 2022-11-24 2023-12-19 北京蓝天航空科技股份有限公司 Simulation test system based on controller area network

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102253672A (en) * 2011-02-17 2011-11-23 重庆长安汽车股份有限公司 CAN (Controller Area Network) bus-based online debugging method of vehicle control unit
CN103064403A (en) * 2012-12-19 2013-04-24 潍柴动力股份有限公司 Method and system of electronic control unit (ECU) hardware-in-loop simulation automated testing
CN106707065A (en) * 2016-12-31 2017-05-24 安徽优旦科技有限公司 Battery management system standard DBC interface automatic testing system and method
CN108490911A (en) * 2018-03-09 2018-09-04 北京智行鸿远汽车有限公司 The test method of BCU nodes in a kind of PTCAN based on ECU-TEST
WO2019169421A1 (en) * 2018-03-09 2019-09-12 Avl List Gmbh Method for determining a vehicle parameter of a vehicle data set of a vehicle, and use of the vehicle parameter at a test bench
CN111007840A (en) * 2019-12-23 2020-04-14 奇瑞商用车(安徽)有限公司 Whole vehicle controller hardware-in-loop test platform and method
CN111064628A (en) * 2018-10-16 2020-04-24 联合汽车电子有限公司 CAN bus automatic test system
CN111177014A (en) * 2020-02-24 2020-05-19 重庆长安新能源汽车科技有限公司 Software automatic test method, system and storage medium
CN111367511A (en) * 2020-03-02 2020-07-03 北京中科宇航技术有限公司 Simulation model interface adaptation development system and working method thereof
CN112506775A (en) * 2020-12-03 2021-03-16 东风汽车集团有限公司 Multi-HIL platform testing method and system
CN112526966A (en) * 2020-11-20 2021-03-19 广西玉柴机器股份有限公司 Automatic testing method and system for controller HIL
CN113867318A (en) * 2021-09-30 2021-12-31 东风汽车集团股份有限公司 Automatic integration method for hardware-in-loop test engineering of CAN communication controller

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102019209540A1 (en) * 2019-06-28 2020-12-31 Robert Bosch Gmbh Process and device for the optimal distribution of test cases on different test platforms

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102253672A (en) * 2011-02-17 2011-11-23 重庆长安汽车股份有限公司 CAN (Controller Area Network) bus-based online debugging method of vehicle control unit
CN103064403A (en) * 2012-12-19 2013-04-24 潍柴动力股份有限公司 Method and system of electronic control unit (ECU) hardware-in-loop simulation automated testing
CN106707065A (en) * 2016-12-31 2017-05-24 安徽优旦科技有限公司 Battery management system standard DBC interface automatic testing system and method
CN108490911A (en) * 2018-03-09 2018-09-04 北京智行鸿远汽车有限公司 The test method of BCU nodes in a kind of PTCAN based on ECU-TEST
WO2019169421A1 (en) * 2018-03-09 2019-09-12 Avl List Gmbh Method for determining a vehicle parameter of a vehicle data set of a vehicle, and use of the vehicle parameter at a test bench
CN111064628A (en) * 2018-10-16 2020-04-24 联合汽车电子有限公司 CAN bus automatic test system
CN111007840A (en) * 2019-12-23 2020-04-14 奇瑞商用车(安徽)有限公司 Whole vehicle controller hardware-in-loop test platform and method
CN111177014A (en) * 2020-02-24 2020-05-19 重庆长安新能源汽车科技有限公司 Software automatic test method, system and storage medium
CN111367511A (en) * 2020-03-02 2020-07-03 北京中科宇航技术有限公司 Simulation model interface adaptation development system and working method thereof
CN112526966A (en) * 2020-11-20 2021-03-19 广西玉柴机器股份有限公司 Automatic testing method and system for controller HIL
CN112506775A (en) * 2020-12-03 2021-03-16 东风汽车集团有限公司 Multi-HIL platform testing method and system
CN113867318A (en) * 2021-09-30 2021-12-31 东风汽车集团股份有限公司 Automatic integration method for hardware-in-loop test engineering of CAN communication controller

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
单电机强混合动力电动车辆的动态协调控制;戴一凡 等;汽车工程;全文 *
杜全全 ; .汽车电控单元HIL仿真系统研究.科技创新与应用.2012,全文. *
纯电动客车整车控制器软件开发方法研究;熊宇舟;中国优秀博硕士学位论文全文数据库(硕士) 工程科技II辑;全文 *

Also Published As

Publication number Publication date
CN114460925A (en) 2022-05-10

Similar Documents

Publication Publication Date Title
CN114460925B (en) Automatic test method for CAN interface HIL of electric automobile controller
CN108366067B (en) System and method for testing consistency of universal service protocol of power system
CN109740222B (en) Testing device and system for automobile networking scene
CN113612654B (en) Vehicle-mounted gateway function test method based on database
CN111579982B (en) Relay protection automatic test system and test method thereof
CN111817938B (en) Method, system and storage medium for compiling automobile CAN communication matrix
CN110046091B (en) Automatic test method and device
CN111581082B (en) Vehicle-mounted controller test script generation device and method
CN106100935A (en) Charging equipment of electric automobile communication protocol consistency test device and method
CN107171897A (en) A kind of interface test method and data-interface test system
CN106681726A (en) Method for converting Python model to Modelica model
CN112306861A (en) Unittest and Jenkins tool-based interface automatic testing system and method
CN107247827B (en) Virtual terminal model modeling and automatic wiring method based on machine learning
CN110989549B (en) Software test general automation control method and device for train control system
CN115934054A (en) Embedded software generation method based on truck body controller
CN113985849A (en) Method for writing DTC (digital control channel) read ECU (electronic control unit) version of automatic clear-reading whole vehicle based on CANoe software
CN115202316A (en) Real vehicle testing equipment, system and testing method thereof
CN110032389B (en) Method and system for configuring process layer communication
CN113687814A (en) Automation realization method of model framework and interface file based on AUTOSAR (automotive open system architecture)
CN103678054B (en) Test method and device used for BACnet equipment
CN111880787A (en) Configuration development method for distributed IO (input/output) component of gas turbine control software
CN111694637A (en) Online full-automatic multi-agent control simulation compiling system
CN105530288A (en) Data interaction method
CN116521143B (en) DID read-write service processing method and device for fault diagnosis
CN117574817B (en) Design automatic verification method, system and verification platform for self-adaptive time sequence change

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
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: 401133 room 208, 2 house, 39 Yonghe Road, Yu Zui Town, Jiangbei District, Chongqing

Patentee after: Deep Blue Automotive Technology Co.,Ltd.

Address before: 401133 room 208, 2 house, 39 Yonghe Road, Yu Zui Town, Jiangbei District, Chongqing

Patentee before: CHONGQING CHANGAN NEW ENERGY AUTOMOBILE TECHNOLOGY Co.,Ltd.

CP01 Change in the name or title of a patent holder