CN110138840B - Parallel refreshing method based on vehicle-mounted Ethernet - Google Patents

Parallel refreshing method based on vehicle-mounted Ethernet Download PDF

Info

Publication number
CN110138840B
CN110138840B CN201910323774.0A CN201910323774A CN110138840B CN 110138840 B CN110138840 B CN 110138840B CN 201910323774 A CN201910323774 A CN 201910323774A CN 110138840 B CN110138840 B CN 110138840B
Authority
CN
China
Prior art keywords
parallel
refreshing
data
bit data
ethernet
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
CN201910323774.0A
Other languages
Chinese (zh)
Other versions
CN110138840A (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.)
Hozon New Energy Automobile Co Ltd
Original Assignee
Hozon New Energy Automobile 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 Hozon New Energy Automobile Co Ltd filed Critical Hozon New Energy Automobile Co Ltd
Priority to CN201910323774.0A priority Critical patent/CN110138840B/en
Publication of CN110138840A publication Critical patent/CN110138840A/en
Application granted granted Critical
Publication of CN110138840B publication Critical patent/CN110138840B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L2012/40208Bus networks characterized by the use of a particular bus standard
    • H04L2012/40215Controller Area Network CAN
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L2012/40267Bus for use in transportation systems
    • H04L2012/40273Bus for use in transportation systems the transportation system being a vehicle

Abstract

The invention relates to the field of automobile data updating, in particular to a parallel refreshing method based on a vehicle-mounted Ethernet, S1, setting a parallel refreshing frame in a refreshing file, selecting a corresponding CAN channel by a CAN controller, and unpacking the refreshing file; s2, receiving parallel CAN refresh packed data uploaded by the Ethernet packing tool; s3, unpacking the parallel CAN refreshing and packaging data and then sending the unpacked parallel CAN refreshing and packaging data to a corresponding CAN channel; s4, receiving a response message of the CAN controller; and S5, updating the corresponding ACK bit data, judging whether the ACK bit data in all the parallel refresh frames are updated correctly, and if not, executing the step S1 again. The invention realizes parallel refreshing of the whole automobile based on the communication speed of the Ethernet up to 100M or even 1000M, greatly reduces refreshing time, reduces the software updating time of the whole automobile and provides better experience for users.

Description

Parallel refreshing method based on vehicle-mounted Ethernet
Technical Field
The invention relates to the field of automobile data updating, in particular to a parallel refreshing method based on a vehicle-mounted Ethernet.
Background
In recent years, automobile technology has been rapidly developed. Advanced driving assistance system, unmanned system, interconnection function, intelligent cockpit are integrated into the automobile. These new technologies bring about a large increase in the amount of code, as represented by files with a capacity of ten megabits or even hundreds of megabits. This presents challenges to updating the entire vehicle system. In the traditional technology based on CAN communication as a backbone, as the communication rate of the CAN is generally 500kpbs, the transmission rate is slow, and the increasing data volume is difficult to meet.
Because the Ethernet communication rate CAN reach 100M or even 1000M, and because the Ethernet communication rate is far greater than the CAN communication rate. Parallel refresh can be realized in theory. The refreshing time can be greatly reduced, so that the updating time of the whole vehicle software is reduced, and better experience is provided for users.
Disclosure of Invention
In order to solve the technical problem, the application provides a parallel refreshing method based on a vehicle-mounted ethernet, which comprises the following steps:
s1, setting a parallel refresh frame in a refresh file, and selecting a corresponding CAN channel and unpacking the refresh file by a CAN controller;
s2, receiving parallel CAN refresh packed data uploaded by the Ethernet packing tool;
s3, unpacking the parallel CAN refreshing and packaging data and then sending the unpacked parallel CAN refreshing and packaging data to a corresponding CAN channel;
s4, receiving a response message of the CAN controller;
and S5, updating the corresponding ACK bit data, judging whether the ACK bit data in all the parallel refresh frames are updated correctly, and if not, executing the step S1 again.
In the technical scheme, the whole automobile is refreshed in parallel based on the communication rate of the Ethernet which is up to 100M or even 1000M, so that the refreshing time is greatly reduced, the software updating time of the whole automobile is reduced, and better experience is provided for users; the CAN channel is communicated with at least one ECU, and parallel refreshing of a plurality of ECUs is realized.
Preferably, the step S1 includes:
s1.1, configuring parameters of request frames in the parallel refresh frames according to the number of CAN buses supported by the whole vehicle architecture;
s1.2, selecting the corresponding CAN controller according to the request frame;
s1.3, the CAN controller selects a corresponding CAN channel refreshing process and unpacks the refreshing file.
Preferably, the format of the control header of the request frame is:
Number of CAN messages=X
wherein, X is a positive integer less than or equal to the number of CAN buses supported by the whole vehicle architecture.
Preferably, the CAN channels with the bit numbers of 1 to X are selected according to the data contained in the request frame, and all the remaining CAN channels are not used.
Preferably, the information data in the control header of the request frame includes Used bit data, Update bit data, and ACK bit data.
Preferably, step S2 is preceded by:
s2.1, the Ethernet packing tool obtains the parallel CAN data of the CAN channel and packs the parallel CAN data according to the parallel refresh frame format;
s2.2, the Ethernet packing tool uploads the parallel CAN refreshing packed data.
Preferably, the step S3 includes:
s3.1, unpacking the parallel CAN refreshing and packaging data to obtain a plurality of CAN messages;
and S3.2, sending the plurality of CAN messages to the CAN controller corresponding to the CAN channel.
Preferably, step S4 is preceded by:
s4.1, the CAN controller responds to the CAN message and generates a response message;
and S4.2, the CAN controller uploads the corresponding response message in the CAN channel.
Preferably, the response message in step S4.1 includes a response frame, and the format of the response frame is consistent with that of the request frame;
the information data in the control header of the response frame comprises Used bit data, Update bit data and ACK bit data.
Preferably, the step S5 includes:
s5.1, updating the ACK bit data, judging whether the ACK bit data correspond to the response message of the CAN channel, and updating the assignment of the ACK bit data to be 1 if the ACK bit data correspond to the response message of the CAN channel correctly; if the judgment result is that the data is corresponding to the error, updating the assignment of the ACK bit data to be 0;
and S5.2, judging whether all the assignments of the ACK bit data are 1, and if the judgment result is negative, re-executing the step S1.
In conclusion, the beneficial effects of the technical scheme are as follows:
1. based on the communication rate of the Ethernet up to 100M or even 1000M, the whole automobile is refreshed in parallel, the refreshing time is greatly reduced, the whole automobile software updating time is reduced, and better experience is provided for users.
2. In order to realize parallel refreshing, a parallel refreshing frame based on an Ethernet frame is designed, a control head is defined in a data part of the Ethernet frame, the control head comprises Used bit data, Update bit data and ACK bit data, and the CAN channel and the controller which specifically execute a refreshing task are determined.
3. Each CAN channel for executing the refreshing task is communicated with at least one ECU, and a plurality of CAN channels are refreshed in parallel to realize parallel refreshing of a plurality of ECUs.
Drawings
FIG. 1 is a flow chart of a parallel refreshing method based on a vehicle-mounted Ethernet according to the present invention;
FIG. 2 is a diagram illustrating a parallel refresh frame format according to the present invention;
FIG. 3 is a flowchart of step S1 according to the present invention;
FIG. 4 is a flowchart of step S2 of the present invention;
FIG. 5 is a flowchart illustrating step S3 according to the present invention;
FIG. 6 is a flowchart illustrating step S4 according to the present invention;
FIG. 7 is a flowchart illustrating step S4 according to the present invention;
fig. 8 is a physical connection schematic during the refresh process of the present invention.
Detailed Description
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. Unless otherwise defined, all terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. It will be further understood that the conventional terms should be interpreted as having a meaning that is consistent with their meaning in the relevant art and this disclosure. The present disclosure is to be considered as an example of the invention and is not intended to limit the invention to the particular embodiments.
Examples
As shown in fig. 1 to 8, a parallel refreshing method based on a vehicle ethernet includes the following steps:
and S1, setting a parallel refresh frame in the refresh file, and selecting a corresponding CAN channel and unpacking the refresh file by the CAN controller.
As shown in fig. 8, firstly, in the entire automobile, the upper computer is connected to the central gateway through the ethernet, parallel refresh frames in the refresh file are set on the central gateway, that is, a controller program file requiring parallel refresh is selected, and program files corresponding to 4 controllers are selected, in this embodiment, four refresh files, namely, an ECU11, an ECU21, an ECU31, and an ECU41, are preferably selected, and each refresh file corresponds to one ECU, that is, a CAN controller, and it is described that each CAN channel may be correspondingly connected to a plurality of ECUs. And the CAN refreshing control program controls the corresponding CAN refreshing process and unpacks the refreshing file.
The step S1 includes:
s1.1, configuring parameters of request frames in the parallel refresh frames according to the number of CAN buses supported by the whole vehicle architecture.
In order to implement parallel refresh, a parallel refresh frame based on ethernet frames needs to be designed. As shown in fig. 2, the present invention is a schematic diagram of a parallel refresh frame format. The number of the CAN buses supported by the whole vehicle architecture is preferably 8 lines in the embodiment. A control header is defined in the data portion of the ethernet frame, the control header being 8 bytes in length. CAN frames followed by CAN1-CAN8, each of which is also 8 bytes long.
The control header format of the request frame is:
Number of CAN messages=X
wherein, X is a positive integer less than or equal to the number of CAN buses supported by the whole vehicle architecture. And selecting CAN channels with the bit numbers from 1 to X according to the data contained in the request frame, and leaving all the CAN channels unused. The information data in the control header of the request frame comprises Used bit data, Update bit data and ACK bit data. For example, Number of CAN messages =4, indicating that CAN1-CAN8 uses only CAN1-CAN4, and CAN5-CAN8 does not. Nor are the corresponding Used5-Used8, Update5-Update8, ACK5-ACK8 Used.
S1.2, selecting the corresponding CAN controller according to the request frame.
S1.3, the CAN controller selects a corresponding CAN channel refreshing process and unpacks the refreshing file.
S2.1, the Ethernet packing tool obtains the parallel CAN data of the CAN channel and packs the parallel CAN data according to the parallel refresh frame format. And packaging the 4 paths of parallel CAN data according to the format of the parallel refresh frame in an Ethernet packaging mode. The Ethernet packaging tool is a software tool which packages and packages data written by a programming language.
S2.2, the Ethernet packing tool uploads the parallel CAN refreshing packed data.
And S2, receiving the parallel CAN refresh packaging data uploaded by the Ethernet packaging tool. And the central gateway is connected with the Ethernet packing tool through an Ethernet protocol and receives the parallel CAN refresh packing data uploaded by the Ethernet packing tool.
And S3, unpacking the parallel CAN refreshing and packaging data and then sending the unpacked parallel CAN refreshing and packaging data to the corresponding CAN channel. After unpacking, the central gateway sends the corresponding CAN1-CAN4 message to the corresponding CAN1-CAN4 channel according to the corresponding relation, and the CAN controller responds the message
The step S3 includes:
s3.1, unpacking the parallel CAN refreshing and packaging data to obtain a plurality of CAN messages;
and S3.2, sending the plurality of CAN messages to the CAN controller corresponding to the CAN channel.
And S4, receiving the response message of the CAN controller.
The CAN controller response messages are respectively sent to the central gateway through CAN1-CAN4 channels, and the central gateway packages the four response messages.
The step S4 includes:
and S4.1, the CAN controller responds to the CAN message and generates the response message. The response message in the step S4.1 includes a response frame, and the format of the response frame is consistent with that of the request frame; the information data in the control header of the response frame comprises Used bit data, Update bit data and ACK bit data.
And S4.2, the CAN controller uploads the corresponding response message in the CAN channel.
And S5, updating the corresponding ACK bit data, judging whether the ACK bit data in all the parallel refresh frames are updated correctly, and if not, executing the step S1 again.
The step S5 includes:
s5.1, updating the ACK bit data, judging whether the ACK bit data correspond to the response message of the CAN channel, and updating the assignment of the ACK bit data to be 1 if the ACK bit data correspond to the response message of the CAN channel correctly; and if the judgment result is that the data is corresponding to the error, updating the assignment of the ACK bit data to be 0.
And S5.2, judging whether all the assignments of the ACK bit data are 1, and if the judgment result is negative, re-executing the step S1. This interaction is performed until the ECU11, ECU21, ECU31, and ECU41 refresh are complete.
Although the embodiments of the present invention have been described with reference to the accompanying drawings, those skilled in the art may make various changes or modifications within the scope of the appended claims.

Claims (6)

1. A parallel refreshing method based on a vehicle-mounted Ethernet is characterized by comprising the following steps:
s1, setting a parallel refresh frame in a refresh file, and selecting a corresponding CAN channel and unpacking the refresh file by a CAN controller;
the step S1 includes:
s1.1, configuring parameters of request frames in the parallel refresh frames according to the number of CAN buses supported by the whole vehicle architecture;
s1.2, selecting the corresponding CAN controller according to the request frame;
s1.3, the CAN controller selects a corresponding CAN channel refreshing process and unpacks the refreshing file;
the number of CAN buses supported by the whole vehicle architecture is 8 lines;
the request frame comprises a control header and a CAN frame;
the control header format of the request frame is:
Number of CAN messages=X
wherein X is a positive integer less than or equal to the number of CAN buses supported by the whole vehicle architecture;
the information data in the control head of the request frame also comprises Used bit data, Update bit data and ACK bit data;
selecting CAN channels with the use bit numbers from 1 to X according to data contained in the request frame, and not using all the remaining CAN channels;
the CAN frames behind the control head are CAN1, CAN2, CAN3, CAN4, CAN5, CAN6, CAN7 and CAN8, and each CAN frame has a length of 8 bytes;
s2, receiving parallel CAN refresh packed data uploaded by the Ethernet packing tool;
s3, unpacking the parallel CAN refreshing and packaging data and then sending the unpacked parallel CAN refreshing and packaging data to a corresponding CAN channel;
s4, receiving a response message of the CAN controller;
and S5, updating the corresponding ACK bit data, judging whether the ACK bit data in all the parallel refresh frames are updated correctly, and if not, executing the step S1 again.
2. The in-vehicle ethernet-based parallel refreshing method according to claim 1, wherein said step S2 is preceded by:
s2.1, the Ethernet packing tool obtains the parallel CAN data of the CAN channel and packs the parallel CAN data according to the parallel refresh frame format;
s2.2, the Ethernet packing tool uploads the parallel CAN refreshing packed data.
3. The in-vehicle ethernet-based parallel refreshing method according to claim 1, wherein said step S3 comprises:
s3.1, unpacking the parallel CAN refreshing and packaging data to obtain a plurality of CAN messages;
and S3.2, sending the plurality of CAN messages to the CAN controller corresponding to the CAN channel.
4. The in-vehicle ethernet-based parallel refreshing method according to claim 3, wherein said step S4 is preceded by:
s4.1, the CAN controller responds to the CAN message and generates a response message;
and S4.2, the CAN controller uploads the corresponding response message in the CAN channel.
5. The parallel refreshing method based on the vehicular ethernet according to claim 4, wherein the response message in the step S4.1 includes a response frame, and the format of the response frame is consistent with that of the request frame;
the information data in the control header of the response frame comprises Used bit data, Update bit data and ACK bit data.
6. The parallel refreshing method based on the vehicular ethernet according to claim 5, wherein the step S5 comprises:
s5.1, updating the ACK bit data, judging whether the ACK bit data correspond to the response message of the CAN channel, and updating the assignment of the ACK bit data to be 1 if the ACK bit data correspond to the response message of the CAN channel correctly; if the judgment result is that the data is corresponding to the error, updating the assignment of the ACK bit data to be 0;
and S5.2, judging whether all the assignments of the ACK bit data are 1, and if the judgment result is negative, re-executing the step S1.
CN201910323774.0A 2019-04-22 2019-04-22 Parallel refreshing method based on vehicle-mounted Ethernet Active CN110138840B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910323774.0A CN110138840B (en) 2019-04-22 2019-04-22 Parallel refreshing method based on vehicle-mounted Ethernet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910323774.0A CN110138840B (en) 2019-04-22 2019-04-22 Parallel refreshing method based on vehicle-mounted Ethernet

Publications (2)

Publication Number Publication Date
CN110138840A CN110138840A (en) 2019-08-16
CN110138840B true CN110138840B (en) 2022-04-19

Family

ID=67570700

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910323774.0A Active CN110138840B (en) 2019-04-22 2019-04-22 Parallel refreshing method based on vehicle-mounted Ethernet

Country Status (1)

Country Link
CN (1) CN110138840B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111030902A (en) * 2019-10-15 2020-04-17 浙江合众新能源汽车有限公司 Vehicle electronic control unit refreshing method and system
CN114338775B (en) * 2022-01-04 2024-03-15 中车制动系统有限公司 4G/5G wireless transmission method for urban railway vehicle-mounted maintenance terminal

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6981082B2 (en) * 2003-05-16 2005-12-27 Agere Systems Inc. On chip streaming multiple bus protocol with dedicated arbiter
EP2784621A2 (en) * 2006-02-15 2014-10-01 Chronologic Pty Ltd Distributed synchronization and timing system
CN104360617A (en) * 2014-11-11 2015-02-18 杭州宇扬科技股份有限公司 Motor control method
CN106375175A (en) * 2016-11-18 2017-02-01 广州汽车集团股份有限公司 Method and system for diagnosing and flashing electronic control unit of vehicle
CN106961437A (en) * 2017-03-24 2017-07-18 华东师范大学 CAN and Ethernet hybrid network gateway network management device and its exchange method
CN107665121A (en) * 2016-07-28 2018-02-06 通用汽车环球科技运作有限责任公司 Remote vehicle renewal installation scheduling
CN107707418A (en) * 2016-08-09 2018-02-16 上汽通用汽车有限公司 One kind communication diagnostic system and communication diagnosis method for refreshing
CN107864207A (en) * 2017-11-14 2018-03-30 上海赫千电子科技有限公司 A kind of ECU software upgrade method based on vehicle-mounted Ethernet
CN108701039A (en) * 2016-02-11 2018-10-23 现代自动车株式会社 Method and apparatus for the wirelessly software of more new vehicle
WO2019043446A1 (en) * 2017-09-04 2019-03-07 Nng Software Developing And Commercial Llc A method and apparatus for collecting and using sensor data from a vehicle

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018133744A (en) * 2017-02-16 2018-08-23 パナソニックIpマネジメント株式会社 Communication system, vehicle, and monitoring method

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6981082B2 (en) * 2003-05-16 2005-12-27 Agere Systems Inc. On chip streaming multiple bus protocol with dedicated arbiter
EP2784621A2 (en) * 2006-02-15 2014-10-01 Chronologic Pty Ltd Distributed synchronization and timing system
CN104360617A (en) * 2014-11-11 2015-02-18 杭州宇扬科技股份有限公司 Motor control method
CN108701039A (en) * 2016-02-11 2018-10-23 现代自动车株式会社 Method and apparatus for the wirelessly software of more new vehicle
CN107665121A (en) * 2016-07-28 2018-02-06 通用汽车环球科技运作有限责任公司 Remote vehicle renewal installation scheduling
CN107707418A (en) * 2016-08-09 2018-02-16 上汽通用汽车有限公司 One kind communication diagnostic system and communication diagnosis method for refreshing
CN106375175A (en) * 2016-11-18 2017-02-01 广州汽车集团股份有限公司 Method and system for diagnosing and flashing electronic control unit of vehicle
CN106961437A (en) * 2017-03-24 2017-07-18 华东师范大学 CAN and Ethernet hybrid network gateway network management device and its exchange method
WO2019043446A1 (en) * 2017-09-04 2019-03-07 Nng Software Developing And Commercial Llc A method and apparatus for collecting and using sensor data from a vehicle
CN107864207A (en) * 2017-11-14 2018-03-30 上海赫千电子科技有限公司 A kind of ECU software upgrade method based on vehicle-mounted Ethernet

Also Published As

Publication number Publication date
CN110138840A (en) 2019-08-16

Similar Documents

Publication Publication Date Title
CN108540361B (en) Enhanced central gateway for vehicle networking
CN110138840B (en) Parallel refreshing method based on vehicle-mounted Ethernet
CN109532720A (en) A kind of intelligent automobile of the ethernet gateway with rear configuration feature
CN105791119B (en) Automobile gateway dynamic priority route system
US10992599B2 (en) Communication method of ethernet network for vehicle
CN110221842B (en) Data flashing method, device and equipment and computer readable storage medium
CN112104538B (en) DDS middleware communication method based on CAN bus data transmission
CN107026889A (en) The operating method of communication node in network
CN111682993A (en) Automobile CAN bus signal simulation method and device
CN113401077B (en) Intelligent vehicle dynamic reconfigurable network system and network scheduling method
CN114545906A (en) Vehicle-mounted Ethernet gateway and vehicle
CN111030902A (en) Vehicle electronic control unit refreshing method and system
CN109144545B (en) Data flashing method, device and equipment and computer readable storage medium
EP2614996B1 (en) Time and priority-controlled transmission/reception node for FlexRay and LIN
WO2007024370A2 (en) System and method of optimizing the bandwidth of a time triggered communication protocol with homogeneous slot sizes
CN106713092A (en) Conversion system for vehicle-mounted CAN bus data and FlexRay bus data and conversion method thereof
CN209373581U (en) A kind of updating device of multiple driver
CN112009400B (en) Automatic transmission control unit application interface extension matching method
CN104869146A (en) Method of improving transmission rate of CAN network in automobile and system
CN103257648B (en) Automobile calibration system
CN104253727A (en) Diagnosis method and system of vehicle LIN (local interconnect network)
CN103112363A (en) Control method and system of automobile drive motor
CN113254036A (en) Refreshing device and method for refreshing vehicle-mounted controller by using Ethernet
CN103029651B (en) Cluster and method and system for correcting avn system data display time error
Elżbieta Communication in Automotive Networks Illustrated with an Example of Vehicle Stability Program: Part I-Control Area Network

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 314500 988 Tong Tong Road, Wu Tong Street, Tongxiang, Jiaxing, Zhejiang

Patentee after: Hezhong New Energy Vehicle Co.,Ltd.

Address before: 314500 room 206, No. 999, Qingfeng South Road, Tongxiang Economic Development Zone, Tongxiang City, Jiaxing City, Zhejiang Province

Patentee before: HOZON NEW ENERGY AUTOMOBILE Co.,Ltd.

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 314500 988 Tong Tong Road, Wu Tong Street, Tongxiang, Jiaxing, Zhejiang

Patentee after: United New Energy Automobile Co.,Ltd.

Address before: 314500 988 Tong Tong Road, Wu Tong Street, Tongxiang, Jiaxing, Zhejiang

Patentee before: Hezhong New Energy Vehicle Co.,Ltd.