CN114915515A - CAN communication method and system based on SOC - Google Patents

CAN communication method and system based on SOC Download PDF

Info

Publication number
CN114915515A
CN114915515A CN202210477319.8A CN202210477319A CN114915515A CN 114915515 A CN114915515 A CN 114915515A CN 202210477319 A CN202210477319 A CN 202210477319A CN 114915515 A CN114915515 A CN 114915515A
Authority
CN
China
Prior art keywords
data
communication
application
module
soc
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.)
Granted
Application number
CN202210477319.8A
Other languages
Chinese (zh)
Other versions
CN114915515B (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.)
FAW Group Corp
Original Assignee
FAW Group Corp
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 FAW Group Corp filed Critical FAW Group Corp
Priority to CN202210477319.8A priority Critical patent/CN114915515B/en
Publication of CN114915515A publication Critical patent/CN114915515A/en
Application granted granted Critical
Publication of CN114915515B publication Critical patent/CN114915515B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • H04L12/40006Architecture of a communication node
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/78Architectures of general purpose stored program computers comprising a single central processing unit
    • G06F15/7807System on chip, i.e. computer system on a single chip; System in package, i.e. computer system on one or more chips in a single package
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/06Notations for structuring of protocol data, e.g. abstract syntax notation one [ASN.1]
    • 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
    • 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]

Abstract

A CAN communication method and system based on SOC belongs to the technical field of CAN communication and solves the problems that an existing communication device is low in modularization degree and poor in transportability and development efficiency of automobile controller software is low due to the fact that the existing communication device depends on specific SOC chip types. The method comprises the following steps: step S1, after the communication process is started, reading a CAN communication configuration file, and initializing a periodic scheduling framework according to the configuration file; step S2, running the application process, and sequentially establishing IPC interactive links according to the periodic scheduling framework; step S3, judging whether all application processes with communication requirements complete data interaction, if so, executing the next step, and if not, returning to and executing step S2; step S4, the CAN data is synchronously transmitted according to the scheduling timing of each cycle thread.

Description

CAN communication method and system based on SOC
Technical Field
The invention relates to the technical field of CAN communication, in particular to a CAN communication method and system based on SOC.
Background
With the development of automobile electronic technology and different scenes of intelligent networking service, the function of software in an automobile is more and more important, and meanwhile, the function of the automobile is more and more complex, the core control is changed from the traditional MCU into an SOC chip with high computing power, although the application of high-speed Ethernet communication in the automobile is more and more extensive, the CAN bus is sent from the safety and the real-time performance of the automobile, the CAN bus also occupies a place, and the requirement of applying the CAN bus on a real-time core and a computing core on the SOC is gradually increased along with the higher integration level of the SOC chip. On the existing MCU controller, a CAN communication protocol stack is developed and configured based on a standard AUTOSAR international specification, but on the SOC, a standard CAN protocol stack software design specification facing vehicle communication requirements does not exist based on operating systems such as Linux and the like.
CAN is an abbreviation of Controller Area Network, which means Controller Area Network, and CAN communication protocol developed by german bosch company in 1986, mainly for automobile communication system, and is now a serial communication protocol internationally standardized by ISO. In the development process of the electronic controller for the vehicle, because the increase and decrease of various functions and the signal forwarding are involved, the design requirement of changing the CAN communication protocol is often met, and the same controller in the same series of vehicle models has some differences in communication requirements.
The existing AUTOSAR specification is a basic software development specification for an MCU controller, and the initial purpose of the development specification is to solve the complex and diversified current automobile electronic and electrical architecture and unify the automobile electronic and electrical architecture standard. Modules in the standard, such as Canif, CanTP and Com, related to communication are in detailed layered design and interface and function description. The standard is widely applied to MCU type controllers of output at present.
However, the existing MCU type controller has the following defects: the method depends on specific SOC chip types, so that the modularization degree is low, the transportability is poor, and the development efficiency of the software of the vehicle controller is low.
In summary, the existing communication device depends on a specific SOC chip type, so that the degree of modularization is low, the transportability is not good, and the development efficiency of the software of the vehicle controller is low.
Disclosure of Invention
The invention solves the problems that the existing communication method depends on the specific SOC chip type, the modularization degree is low, the transportability is not good, and the development efficiency of the software of the vehicle controller is low.
The CAN communication method based on SOC comprises the following steps:
step S1, after the communication process is started, reading a CAN communication configuration file, and initializing a periodic scheduling framework according to the configuration file;
step S2, running the application process, and sequentially establishing IPC interactive links according to the periodic scheduling framework;
step S3, judging whether all application processes with communication requirements complete data interaction, if so, executing the next step, and if not, returning to and executing step S2;
step S4, the CAN data is synchronously transmitted according to the scheduling timing of each cycle thread.
Further, in an embodiment of the present invention, in the step S1, the format of the configuration file is:
the length of a CAN message number is 4, the length of an application module number is 2, the length of a CAN ID is 4, the length of a CAN message type is 1, the length of a CAN message period is 2, the length of a receiving/sending is 1, the length of the CAN message length is 1, the length of an initial value of CAN message data is 32, the length of a CAN verification enable bit is 1, and the length of a CAN continuous frame counting mark enable bit is 1.
Further, in an embodiment of the present invention, the configuration file is:
the early stage is stored in a file form, when a CAN communication configuration file is read, messages during debugging CAN be flexibly modified, and the later stage is also directly declared on the global variables in the C file, so that the starting time of the process is prolonged.
Further, in an embodiment of the present invention, in the step S1, the periodic scheduling framework includes a kernel driver system and a CAN communication process system;
the kernel driving system is used for providing basic scheduling and peripheral driving of the controller;
the CAN communication process system is used for calling a kernel driving system.
Further, in an embodiment of the present invention, the kernel driver system includes a file system, a CAN peripheral driver, an IPC driver, and an interrupt module;
the file system is used for controlling data storage in software and code CAN peripheral drivers;
the IPC driver is used for data exchange between any two processes;
the interrupt module is used for responding to a request given to the controller from the outside.
Further, in an embodiment of the present invention, the CAN communication process system includes a data receiving module, a data transmitting module and a data sending module;
the data receiving module is used for acquiring all data in the period from the bus and sending the data to the data transmission module;
the data transmission module is used for classifying the received data according to the message number of the CAN message, then respectively interacting the data with each application process in an IPC communication mode, and sending the data to the data sending module;
the data sending module is used for arranging the applied data and sending out the data according to the required period and sequence.
Further, in an embodiment of the present invention, in the step S2, the application processes include an application process a and an application process B;
the application process A is used for being in communication link with the IPC, sending the received data to the application process according to the message number, and synchronously returning the data which needs to be updated in the period by the application process;
and the application process B is used for carrying out data interaction with the communication process.
Further, in an embodiment of the present invention, the application process a includes an application thread a1, an application thread a2, and an application thread A3;
the application thread A1, application thread A2, and application thread A3 are for software traffic.
Further, in an embodiment of the present invention, the application process B includes an application thread B1 and an application thread B2;
the application thread B1 and application thread B2 are used for software business.
The invention relates to a CAN communication system based on SOC, which comprises:
the scheduling module reads the CAN communication configuration file after the communication process is started, and initializes a periodic scheduling framework according to the configuration file;
the link module runs the application process and sequentially establishes IPC interactive links according to a periodic scheduling framework;
the data module judges whether all the application processes with communication requirements complete data interaction, if so, executes the next module, and if not, returns to and executes the link module;
and the sending module is used for synchronously sending the CAN data according to the scheduling time sequence of each periodic thread.
The invention solves the problems that the existing communication method depends on the specific SOC chip type, the modularization degree is low, the transportability is not good, and the development efficiency of the software of the vehicle controller is low. The concrete beneficial effects include:
1. the SOC-based CAN communication method does not depend on specific SOC chip types, is high in modularization degree and good in transportability, and CAN improve the development efficiency of controller software for vehicles.
2. The CAN communication method based on SOC CAN not only realize the sending and receiving of a plurality of CAN messages through configuration, but also flexibly change the message ID, the sending length and the period of the message in a mode of reading a configuration file.
3. The SOC-based CAN communication method is suitable for operating systems of Linux and all POSIX interfaces, the layered software architecture of the SOC-based CAN communication method enables the SOC to have high portability on the whole, and the SOC CAN be deployed on different SOC chips and different cores on the same SOC chip.
Drawings
The foregoing and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a configuration file format diagram according to an embodiment.
Fig. 2 is a frame diagram of a periodic scheduling of a CAN communication system according to an embodiment.
Fig. 3 is a flowchart illustrating the operation of the CAN communication system according to the embodiment.
Fig. 4 is a diagram of a data synchronization process of the CAN communication system according to the embodiment.
Detailed Description
The technical solutions in the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The SOC-based CAN communication method according to the present embodiment includes the following steps:
step S1, after the communication process is started, reading a CAN communication configuration file, and initializing a periodic scheduling framework according to the configuration file;
step S2, running the application process, and sequentially establishing IPC interactive links according to the periodic scheduling framework;
step S3, judging whether all application processes with communication requirements complete data interaction, if so, executing the next step, and if not, returning to and executing step S2;
in step S4, CAN data is transmitted synchronously at the scheduling timing of each periodic thread.
In this embodiment, in step S1, the configuration file has a format that:
the length of a CAN message number is 4, the length of an application module number is 2, the length of a CAN ID is 4, the length of a CAN message type is 1, the length of a CAN message period is 2, the length of a receiving/sending is 1, the length of the CAN message length is 1, the length of an initial value of CAN message data is 32, the length of a CAN verification enable bit is 1, and the length of a CAN continuous frame counting mark enable bit is 1.
In this embodiment, the configuration file is:
the early stage is stored in a file form, when a CAN communication configuration file is read, messages during debugging CAN be flexibly modified, and the later stage is also directly declared on the global variables in the C file, so that the starting time of the process is prolonged.
In this embodiment, in step S1, the periodic scheduling framework includes a kernel driver system and a CAN communication process system;
the kernel driving system is used for providing basic scheduling and peripheral driving of the controller;
the CAN communication process system is used for calling a kernel driving system.
In this embodiment, the kernel driver system includes a file system, a CAN peripheral driver, an IPC driver, and an interrupt module;
the file system is used for controlling data storage in software and code CAN peripheral drivers;
the IPC driver is used for data exchange between any two processes;
the interrupt module is used for responding to a request given to the controller from the outside.
In this embodiment, the CAN communication process system includes a data receiving module, a data transmission module, and a data sending module;
the data receiving module is used for acquiring all data in the period from the bus and sending the data to the data transmission module;
the data transmission module is used for classifying the received data according to the message number of the CAN message, then respectively interacting the data with each application process in an IPC communication mode, and sending the data to the data sending module;
the data sending module is used for arranging the applied data and sending out the data according to the required period and sequence.
In this embodiment, in step S2, the application process includes an application process a and an application process B;
the application process A is used for being in communication link with the IPC, sending the received data to the application process according to the message number, and synchronously returning the data which needs to be updated in the period by the application process;
and the application process B is used for carrying out data interaction with the communication process.
In this embodiment, the application process a includes an application thread a1, an application thread a2, and an application thread A3;
the application thread A1, application thread A2, and application thread A3 are for software traffic.
In this embodiment, the application process B includes an application thread B1 and an application thread B2;
the application thread B1 and application thread B2 are used for software business.
The system for CAN communication based on SOC according to the present embodiment includes:
the scheduling module reads the CAN communication configuration file after the communication process is started, and initializes a periodic scheduling framework according to the configuration file;
the link module runs the application process and sequentially establishes IPC interactive links according to the periodic scheduling framework;
the data module judges whether all the application processes with communication requirements complete data interaction, if so, executes the next module, and if not, returns to and executes the link module;
and the sending module is used for synchronously sending the CAN data according to the scheduling time sequence of each cycle thread.
The present embodiment is based on the SOC-based CAN communication method according to the present invention, and provides an actual embodiment in combination with specific objects:
the CAN communication system period scheduling framework is designed, as shown in fig. 2, the whole CAN communication system consists of a kernel driving part and a CAN communication process, the embodiment of the scheme is developed by adopting a Linux operating system, threads of each communication message period are respectively established in the CAN communication process, and the period is defined according to the communication requirements of each service. For example, a communication thread with a period of 10ms in the figure is internally provided with 3 modules, and each module is realized by one function and comprises a data receiving module, a data transmitting module and a data sending module. The data receiving module obtains all data in the period from the bus, then sends the data to the data transmission module, classifies the received data according to the message number of the CAN message in the module, and then interacts data with each application process in an IPC communication mode. The transmission module puts the interactive summarized data into the sending module, and then the synchronous data sending is carried out uniformly. The kernel driver part comprises a file system, a CAN peripheral driver, an IPC driver and an interrupt module and is used for providing basic scheduling and peripheral driver of the controller. The synchronous sending and receiving functions of single-frame CAN message data are realized in the CAN driver.
The present embodiment is based on the SOC-based CAN communication method according to the present invention, and provides an actual embodiment in combination with specific objects:
as shown in fig. 3, after a communication process is started, a CAN communication configuration file is read, and the configuration file is stored in a file form at an earlier stage, so that a message during debugging is flexibly modified, and a global variable in a C file is directly declared at a later stage, so that the starting time of the process is prolonged. The configuration file format is shown in fig. 1.
The message serial number is an internal message serial number, and the message serial number is sequentially arranged in all messages received and sent by the controller and used for identifying and extracting other information in each CAN message structure body. The application module number corresponds to all the business processes and threads in the business process. The method is used for mutual identification of the CAN communication process and the service process and establishing IPC link. The CAN check is an energy bit, and the CAN continuous frame counting is an energy bit which indicates whether the message has the functions of check sum and continuous counting. If yes, in the message sending function, the data of other 7 bytes of the message is checked and calculated, and the check sum is filled and sent out. The CAN consecutive frame count is filled in the sent message according to the sequence number starting from 0. The position of the two bits is based on the initial setting of the CAN protocol, and the default checksum and the continuous counting bits are consistent in all the sending and receiving messages.
In the initialization process, the information in the configuration file needs to be copied to a global structure body in the communication module respectively according to the modes of a CAN message identifier, a period, a message length, a check sum enable bit and a continuous counting enable bit, and the information is sorted according to the message sequence number in the middle sequence of the structure body. And after all message information is acquired, establishing a communication thread with the same message period in a communication process until the communication scheduling framework is started. Then, each service process is operated, IPC communication links are sequentially established with the service processes, and data needing to be sent and received in the period are synchronized through a mutual exclusion lock mechanism. After each communication thread finishes the interaction with each service thread, the data in the period is synchronously sent to the CAN bus.
The present embodiment is based on the SOC-based CAN communication method according to the present invention, and provides an actual embodiment in combination with specific objects:
as shown in fig. 4, which depicts a typical data synchronization practice, in a thread with a period of 50ms, a period in a conference profile establishes a self-performed internal CAN message list, and related message information is stored in a local structure variable. And the CAN receiving module is used for receiving the message data from the bus according to the matching of the corresponding message number and the application module number. In the transmission module, the IPC communication link is firstly completed with the service process A, the data received just now is sent to the service process according to the message number, and the service process is synchronized to return the data which needs to be updated in the period. And after the business process A completes data interaction with the communication, the communication process can continue to perform data interaction with the business process B according to the configuration information. And after all the service processes complete data interaction, completing packet processing of sending data in a cost cycle in a communication thread, and finally synchronously sending the data based on the Socket CAN and the CAN drive according to an internal CAN message number list.
The method, the system, the equipment and the medium for extracting the news webpage information based on the multi-dimensional text features are introduced in detail, specific examples are applied in the method for explaining the principle and the implementation mode of the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A CAN communication method based on SOC is characterized by comprising the following steps:
step S1, after the communication process is started, reading a CAN communication configuration file, and initializing a periodic scheduling framework according to the configuration file;
step S2, running the application process, and sequentially establishing IPC interactive links according to the periodic scheduling framework;
step S3, judging whether all application processes with communication requirements complete data interaction, if so, executing the next step, and if not, returning to and executing step S2;
in step S4, CAN data is transmitted synchronously at the scheduling timing of each periodic thread.
2. The CAN communication method on an SOC according to claim 1, wherein in step S1, the configuration file has a format of:
the CAN message number length is 4, the application module number length is 2, the CAN ID length is 4, the CAN message type length is 1, the CAN message period length is 2, the receiving/transmitting length is 1, the CAN message data initial value length is 32, the CAN check enable bit length is 1, and the CAN continuous frame counting mark enable bit length is 1.
3. The CAN communication method based on SOC of claim 2, wherein the configuration file is:
the early stage is stored in a file form, when a CAN communication configuration file is read, messages during debugging CAN be flexibly modified, and the later stage is also directly declared on the global variables in the C file, so that the starting time of the process is prolonged.
4. The CAN communication method on a SOC according to claim 1, wherein in step S1, the periodic scheduling framework includes a kernel driver system and a CAN communication process system;
the kernel driving system is used for providing basic scheduling and peripheral driving of the controller;
the CAN communication process system is used for calling a kernel driving system.
5. The CAN communication method based on SOC of claim 4, wherein the kernel driver system comprises a file system, a CAN peripheral driver, an IPC driver and an interrupt module;
the file system is used for controlling data storage in software and code CAN peripheral drivers;
the IPC driver is used for data exchange between any two processes;
the interrupt module is used for responding to a request given to the controller from the outside.
6. The CAN communication method based on SOC of claim 4, wherein the CAN communication process system comprises a data receiving module, a data transmitting module and a data transmitting module;
the data receiving module is used for acquiring all data in the period from the bus and sending the data to the data transmission module;
the data transmission module is used for classifying the received data according to the message number of the CAN message, then respectively interacting the data with each application process in an IPC communication mode, and sending the data to the data sending module;
the data sending module is used for arranging the applied data and sending out the data according to the required period and sequence.
7. The CAN communication method based on SOC of claim 1, wherein in the step S2, the application processes include application process A and application process B;
the application process A is used for being in communication link with the IPC, sending the received data to the application process according to the message number, and synchronously returning the data needing to be updated in the period by the application process;
and the application process B is used for carrying out data interaction with the communication process.
8. The CAN communication method based on SOC of claim 7, wherein the application process A comprises application thread A1, application thread A2 and application thread A3;
the application thread A1, application thread A2, and application thread A3 are for software traffic.
9. The CAN communication method based on SOC of claim 7, wherein the application process B comprises application thread B1 and application thread B2;
the application thread B1 and application thread B2 are used for software business.
10. A SOC-based CAN communication system, the system comprising:
the scheduling module reads the CAN communication configuration file after the communication process is started, and initializes a periodic scheduling framework according to the configuration file;
the link module runs the application process and sequentially establishes IPC interactive links according to a periodic scheduling framework;
the data module judges whether all the application processes with communication requirements complete data interaction, if so, executes the next module, and if not, returns to and executes the link module;
and the sending module is used for synchronously sending the CAN data according to the scheduling time sequence of each periodic thread.
CN202210477319.8A 2022-05-04 2022-05-04 CAN communication method and system based on SOC Active CN114915515B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210477319.8A CN114915515B (en) 2022-05-04 2022-05-04 CAN communication method and system based on SOC

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210477319.8A CN114915515B (en) 2022-05-04 2022-05-04 CAN communication method and system based on SOC

Publications (2)

Publication Number Publication Date
CN114915515A true CN114915515A (en) 2022-08-16
CN114915515B CN114915515B (en) 2024-01-26

Family

ID=82765381

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210477319.8A Active CN114915515B (en) 2022-05-04 2022-05-04 CAN communication method and system based on SOC

Country Status (1)

Country Link
CN (1) CN114915515B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024060928A1 (en) * 2022-09-21 2024-03-28 湖南三一智能控制设备有限公司 Load balancing method and apparatus, data interaction method, apparatus and system, and vehicle

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445640A (en) * 2016-10-20 2017-02-22 南京南瑞继保电气有限公司 Running method for embedded type virtual device and system
CN113791636A (en) * 2021-08-24 2021-12-14 上海机电工程研究所 System and method for controlling configurable execution
CN114221865A (en) * 2022-02-21 2022-03-22 广州鲲鹏物联科技有限公司 Method, device, equipment and storage medium for realizing business function of Internet of things terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445640A (en) * 2016-10-20 2017-02-22 南京南瑞继保电气有限公司 Running method for embedded type virtual device and system
WO2018072445A1 (en) * 2016-10-20 2018-04-26 南京南瑞继保电气有限公司 Running method for embedded type virtual device and system
CN113791636A (en) * 2021-08-24 2021-12-14 上海机电工程研究所 System and method for controlling configurable execution
CN114221865A (en) * 2022-02-21 2022-03-22 广州鲲鹏物联科技有限公司 Method, device, equipment and storage medium for realizing business function of Internet of things terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024060928A1 (en) * 2022-09-21 2024-03-28 湖南三一智能控制设备有限公司 Load balancing method and apparatus, data interaction method, apparatus and system, and vehicle

Also Published As

Publication number Publication date
CN114915515B (en) 2024-01-26

Similar Documents

Publication Publication Date Title
CN109828935B (en) Parallel flash method based on CAN FD bus
US11233750B2 (en) Method and apparatus for allocating transmission opportunities in vehicle network
US20200295957A1 (en) Method and apparatus for transmitting and receiving wake-up signal in vehicle network
CN102664902B (en) Hardware implementing method for kernels of POWERLINK communication protocol master and slave stations
CN111786862B (en) Control system and control method thereof and all-terrain vehicle
US11171807B2 (en) Method and apparatus for allocating priority transmission opportunities in vehicle network
CN109189432A (en) A kind of automobile ECU data write with a brush dipped in Chinese ink method and relevant device
US11616843B2 (en) Method and apparatus for operating communication node using network management function in vehicle network
CN114915515A (en) CAN communication method and system based on SOC
CN114089713A (en) Communication method based on UDS, ECU and upper computer
CN113067799A (en) Method for realizing TTP/C communication node compatible with Ethernet communication
JPH08163151A (en) Serial communication device
KR101958477B1 (en) Lin communication system for vehicle and method for driving slave module in the system
CN111443688B (en) Automobile diagnosis service network layer test system and method based on CAN bus
CN112929331A (en) Universal communication protocol implementation method
CN114095901A (en) Communication data processing method and device
CN110989333B (en) Redundancy control method based on multiple computing cores, computing cores and redundancy control system
CN110687854B (en) PA bus controller and PA bus control system
CN109687411B (en) Fixed value synchronous operation method and device for distributed element protection
CN114390379B (en) Command response type optical fiber network one-master-multiple-slave concurrent communication method
CN110505641B (en) Method for improving ZigBee master-slave communication polling efficiency by utilizing full-duplex UART communication and coordinator thereof
CN111049815B (en) Micro-grid communication system, communication device and control method thereof
CN114500153A (en) LIN controller design and operation method thereof
WO2023005866A1 (en) Bus control method and related apparatus
EP4287585A1 (en) Data communication processing method and device

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