CN115657634A - Automobile software architecture, module association method, computer device and storage medium - Google Patents

Automobile software architecture, module association method, computer device and storage medium Download PDF

Info

Publication number
CN115657634A
CN115657634A CN202211211849.4A CN202211211849A CN115657634A CN 115657634 A CN115657634 A CN 115657634A CN 202211211849 A CN202211211849 A CN 202211211849A CN 115657634 A CN115657634 A CN 115657634A
Authority
CN
China
Prior art keywords
module
signal
information
middleware
software architecture
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
CN202211211849.4A
Other languages
Chinese (zh)
Other versions
CN115657634B (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.)
Chongqing Selis Phoenix Intelligent Innovation Technology Co ltd
Original Assignee
Chengdu Seres 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 Chengdu Seres Technology Co Ltd filed Critical Chengdu Seres Technology Co Ltd
Priority to CN202211211849.4A priority Critical patent/CN115657634B/en
Priority claimed from CN202211211849.4A external-priority patent/CN115657634B/en
Publication of CN115657634A publication Critical patent/CN115657634A/en
Application granted granted Critical
Publication of CN115657634B publication Critical patent/CN115657634B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The present application relates to an automotive software architecture, a module association method, a computer device and a storage medium. The method comprises the following steps: the middleware module acquires module information and signal information in a software architecture; the middleware module connects the modules in the software framework according to the module information and/or the signal information and a preset connection rule to obtain an interactive link; and the connected modules carry out signal interaction according to the interaction link and the scheduling time sequence table. By adopting the method, the module association efficiency in the development process of the automobile software architecture can be improved.

Description

Automobile software architecture, module association method, computer device and storage medium
Technical Field
The application relates to the technical field of new energy vehicles, in particular to an automobile software architecture, a module association method, computer equipment and a storage medium.
Background
With the rapid development of the automobile industry, automobiles mainly interact among controllers in a communication mode of a controller domain network so as to realize complex functional services.
However, in the process of developing, analyzing data, modeling simulation and the like of an automobile functional service through tool chains such as Simulink, MATLAB and the like, because redundancy among modules in an automobile architecture is high, coupling is strong, tool chain connection is complex, code mapping is abnormal, and further, the problems of signal interaction abnormality such as signal circulation and inconsistent signal definition are caused, time sequence conflict of the functional service is also caused, and each module in the automobile architecture cannot be effectively associated according to signal interaction.
Disclosure of Invention
Based on the above, an automobile software architecture, a module association method, computer equipment and a storage medium are provided, so that the problem of low module association efficiency in the development process of the automobile software architecture in the prior art is solved.
In one aspect, an automotive software architecture is provided, the software architecture comprising:
the operation module is used for providing a software architecture operation environment and communicating with the electronic control unit through the software architecture operation environment;
the middleware module is connected with the running module and comprises a first middleware and a second middleware, wherein the first middleware is used for converting signal types, and the second middleware is used for connecting the modules in the software architecture according to module information and/or signal information;
the input module is connected with the middleware module and is used for receiving the signals converted by the first middleware;
the logic operation module is connected with the input module and is used for carrying out logic operation according to the converted signal to obtain a logic control signal;
the output module is respectively connected with the logic operation module and the middleware module, and is used for outputting the logic control signal to the first middleware, and the first middleware converts the logic control signal and transmits the logic control signal to the electronic control unit through the operation module so that the electronic control unit realizes the automobile function.
In one embodiment, the logic operation module comprises:
the logic operation submodule is used for providing distributed logic operation submodule services;
the second middleware connects at least one logic operation sub-module according to module information and/or signal information;
and the logic operation module performs logic operation according to the connected logic operation sub-module to obtain the logic control signal.
On the other hand, a module association method based on an automobile software architecture is also provided, and the method can be applied to the software architecture in the above embodiments, and the method includes:
the middleware module acquires module information and signal information in a software architecture;
the middleware module connects the modules in the software architecture according to the module information and/or the signal information and a preset connection rule to obtain an interactive link;
and the connected modules carry out signal interaction according to the interaction link and the scheduling time sequence table.
In one embodiment, the connecting, by the middleware module, the module in the software architecture according to the module information and/or the signal information and according to a preset connecting rule to obtain an interactive link includes:
the middleware module carries out character retrieval according to the module name information or the signal name information to obtain modules to be associated or signals to be associated, wherein the module information or the signal information are matched with each other;
connecting the mutually matched modules to be associated to obtain the interactive link;
or searching the module in the software architecture corresponding to the mutually matched signal to be associated, and connecting the modules in the software architecture to obtain the interactive link.
In one embodiment, the connecting, by the middleware module, the modules in the automobile architecture according to the module information and/or the signal information and according to a preset connecting rule to obtain an interactive link includes:
and if the middleware module detects a trigger signal for triggering the module in the software architecture to run, connecting a module for sending the trigger signal with a module for receiving the trigger signal according to the trigger signal to obtain the interactive link.
In one embodiment, the connecting, by the middleware module, the modules in the automobile architecture according to the module information and/or the signal information and according to a preset connecting rule to obtain an interactive link includes:
and if the middleware module needs to communicate with the module in the software architecture, connecting the middleware module with the module in the software architecture to obtain the interactive link.
In one embodiment, the middleware module acquires module information and signal information in the software architecture, and comprises:
the middleware module detects and judges that the type information of the acquired signal is a single signal or a structural body signal, wherein the single signal is used for communicating with an electronic control unit, and the structural body signal is used for communicating with a logic operation module;
if the type information of the signal is a single signal, performing type conversion on the signal through a middleware module to obtain a structure body signal which can be used by the logic operation module.
In one embodiment, after obtaining the structure signal that can be used by the logic operation module, the method further includes:
and the logical operation module splits and recombines the structural body signal according to the identification information in the structural body signal to obtain a reordered structural body signal so as to prevent the structural body signal from being analyzed.
In one embodiment, before the connecting the modules in the automobile architecture according to the preset connecting rule, the method further includes:
the middleware module compares the signal interaction types of the modules in the software architecture and judges whether the signal interaction types of the modules in the software architecture are matched or not;
if yes, the middleware module connects the modules in the software architecture according to the connection rule.
In one embodiment, before the wiring the modules in the automobile architecture according to the preset wiring rule, the method further includes:
the logic operation module carries out logic modeling to obtain a logic operation model for executing logic operation;
performing code compiling on the software architecture according to the logical operation model to obtain an architecture file, wherein the architecture file records interface information of modules in the software architecture;
judging whether the interface information of the modules in the software architecture to be associated is matched or not;
and if so, connecting the modules in the software architecture matched with the interface information according to the module information and/or the signal information to obtain the interactive link.
In yet another aspect, a computer device is provided, comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the following software architecture when executing the computer program:
the operation module is used for providing a software architecture operation environment and communicating with the electronic control unit through the software architecture operation environment;
the middleware module is connected with the running module and comprises a first middleware and a second middleware, wherein the first middleware is used for converting signal types, and the second middleware is used for connecting modules in the software architecture according to module information and/or signal information;
the input module is connected with the middleware module and is used for receiving the signals converted by the first middleware;
the logic operation module is connected with the input module and is used for carrying out logic operation according to the converted signal to obtain a logic control signal;
the output module is respectively connected with the logic operation module and the middleware module, and is used for outputting the logic control signal to the first middleware, and the first middleware converts the logic control signal and transmits the logic control signal to the electronic control unit through the operation module so that the electronic control unit realizes the automobile function;
or, the processor, when executing the computer program, implements the following method steps:
the middleware module acquires module information and signal information in a software architecture;
the middleware module connects the modules in the software architecture according to the module information and/or the signal information and a preset connection rule to obtain an interactive link;
and the connected modules carry out signal interaction according to the interaction link and the scheduling time sequence table.
In yet another aspect, a computer readable storage medium is provided, having stored thereon a computer program which, when executed by a processor, implements the following software architecture:
the operation module is used for providing a software architecture operation environment and communicating with the electronic control unit through the software architecture operation environment;
the middleware module is connected with the running module and comprises a first middleware and a second middleware, wherein the first middleware is used for converting signal types, and the second middleware is used for connecting modules in the software architecture according to module information and/or signal information;
the input module is connected with the middleware module and is used for receiving the signal converted by the first middleware;
the logic operation module is connected with the input module and is used for carrying out logic operation according to the converted signal to obtain a logic control signal;
the output module is respectively connected with the logic operation module and the middleware module, and is used for outputting the logic control signal to the first middleware, and the first middleware converts the logic control signal and transmits the logic control signal to the electronic control unit through the operation module so that the electronic control unit realizes the automobile function;
or, the computer program realizes the following method steps when being executed by a processor:
the middleware module acquires module information and signal information in a software architecture;
the middleware module connects the modules in the software framework according to the module information and/or the signal information and a preset connection rule to obtain an interactive link;
and the connected modules carry out signal interaction according to the interaction link and the scheduling time sequence table.
According to the automobile software architecture, the module association method, the computer equipment and the storage medium, the module information and the communication signal information in the software architecture are obtained through the middleware module, the modules in the software architecture are connected according to the module information and the signal information and the preset connection rule to obtain the interactive link, so that the modules matched with the module information in the software architecture and the modules matched with the signal information can be automatically connected and associated, the module association efficiency in the automobile software architecture is improved, the modules are connected according to the signals, the signal collision problem is avoided, the modules after being connected carry out signal interaction according to the interactive link and the scheduling time sequence table, and the time sequence collision problem is also avoided.
Drawings
FIG. 1 is a block diagram of an exemplary software architecture for a vehicle;
FIG. 2 is a flow diagram illustrating a method for associating modules in one embodiment;
FIG. 3 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of and not restrictive on the broad application.
It should be noted that the drawings provided in the present embodiment are only for illustrating the basic idea of the present invention, and the components related to the present invention are only shown in the drawings rather than drawn according to the number, shape and size of the components in actual implementation, and the type, quantity and proportion of the components in actual implementation may be changed freely, and the layout of the components may be more complicated. The structures, proportions, sizes, and other dimensions shown in the drawings and described in the specification are for understanding and reading the present disclosure, and are not intended to limit the scope of the present disclosure, which is defined in the claims, and are not essential to the art, and any structural modifications, changes in proportions, or adjustments in size, which do not affect the efficacy and attainment of the same are intended to fall within the scope of the present disclosure. In addition, the terms "upper", "lower", "left", "right", "middle" and "one" used in the present specification are for clarity of description, and are not intended to limit the scope of the present invention, and the relative relationship between the terms and the terms is not to be construed as a scope of the present invention.
With the rapid development of the automobile industry, automobiles mainly interact among controllers in a communication mode of a controller domain network so as to realize complex functional services.
However, in the processes of development, data analysis, simulation modeling and the like of the automobile functional services through tool chains such as Simulink, MATLAB and the like, due to the fact that redundancy among modules in the automobile architecture is high, coupling is strong, tool chain connection is complex, code mapping is abnormal, and further the problems of signal interaction abnormality such as signal circulation and inconsistent signal definition are caused, time sequence conflict of the functional services is also caused, and effective association of the modules in the automobile architecture according to signal interaction cannot be performed.
In order to solve the problem of low module association efficiency in an automobile framework in the prior art, the application provides an automobile software framework, a module association method, computer equipment and a storage medium.
An exemplary automotive software architecture is now described.
In one embodiment, as shown in fig. 1, there is provided an automotive software architecture, comprising:
the running module 101 is configured to provide a software architecture running environment, and communicate with the electronic control unit through the software architecture running environment.
The operating environment refers to an environment in which an automobile software architecture related code runs on a target machine, and the Electronic Control Unit (ECU) may be some automobile components or elements on an automobile, such as a Microcontroller (MCU), a Read-Only Memory (ROM), a Random Access Memory (RAM), an input interface, an output interface, an analog-to-digital converter, and integrated circuits such as a shaping circuit and a driving circuit.
Specifically, the operating environment provided by the operating module can operate the automobile software architecture and communicate with some parts or elements in the automobile so that signals sent by the parts or elements can be transmitted to the automobile software architecture.
A middleware module 102, connected to the running module, where the middleware module includes a first middleware and a second middleware, where the first middleware is used to convert signal types, and the second middleware is used to connect modules in the software architecture according to module information and/or signal information.
The middleware module comprises but is not limited to a first middleware and a second middleware, and the middleware can be added, deleted or changed according to the functional requirements of the automobile. The middleware module is used for connecting some software modules or application modules in the automobile software architecture so that the modules in the software architecture can communicate.
And the input module 103 is connected with the middleware module and is used for receiving the signal converted by the first middleware.
The input module is mainly used for transmitting some device signals or automobile part signals which are subjected to signal conversion to a module with computing capability for program processing.
And the logic operation module 104 is connected with the input module and is used for performing logic operation according to the converted signal to obtain a logic control signal.
Specifically, the logic operation module integrates a plurality of logic operations, and may perform related logic operations according to the received signal, and one or more input ports connected to the logic operation module may be provided, which is not limited herein.
And the output module 105 is respectively connected with the logic operation module and the middleware module, and is used for outputting the logic control signal to the first middleware, and the first middleware converts the logic control signal and transmits the logic control signal to the electronic control unit through the operation module so that the electronic control unit realizes the automobile function.
In one embodiment, the logic operation module comprises:
the logic operation submodule is used for providing distributed logic operation submodule service;
the second middleware connects at least one logic operation sub-module according to module information and/or signal information;
and the logic operation module performs logic operation according to the connected logic operation sub-module to obtain the logic control signal.
It should be noted that the logic operation module includes at least one logic operation sub-module, the logic operation sub-module can provide at least one logic operation method or logic operation code, and the logic operation module can implement an operation method with higher algorithm complexity and a more complex Architecture by combining the logic operation sub-modules, wherein the connection between the logic operation sub-modules can use a standard service interface, such as each version protocol of AutoSar (AUTOmotive Open System Architecture). It will be appreciated that connecting multiple modules in a software architecture can involve problems with module wiring, signal mapping, and code mapping, among others, which are difficult to avoid.
In one embodiment, the automotive software architecture further comprises:
and the at least one atomic service module is connected with the logic operation module and is used for providing basic atomic services.
Wherein, the atomic service refers to a series of operations with minimum granularity on business, such as color control commands of an atmosphere lamp, window lifting commands and the like. Atomic services are generally related to hardware functions, which determine the scope of the atomic service.
The atomic service module can be called by the logic operation module or the logic operation submodule, so that the logic operation module or the logic operation submodule can utilize one or more atomic services to realize a combined service with higher algorithm complexity than the atomic service by judging logic, for example, the automatic control function of the atmosphere lamp is realized by combining conditions such as illumination conditions, on-off states and the like.
The present application further provides a module association method, which can be applied to the software architecture shown in fig. 1, and the module association method is now exemplarily described.
In one embodiment, as shown in fig. 2, a module association method is provided, which is described by taking the application of the method to the software architecture in fig. 1 as an example, and includes the following steps:
in step 201, the middleware module obtains module information and signal information in the software architecture.
The module information includes name information, signal interaction type, interface information and the like of the module, and the signal information includes name information, type information, data carried by the signal and the like of the signal.
Step 202, the middleware module connects the modules in the software architecture according to the module information and/or the signal information and a preset connection rule to obtain an interactive link.
Specifically, after the middleware module acquires the module information and/or the signal information, the module in the software architecture may be connected according to a preset connection rule to obtain a corresponding interaction link, and determine an association relationship in the software architecture.
And step 203, the connected modules perform signal interaction according to the interaction link and the scheduling time sequence table.
The scheduling time sequence table is used for scheduling and managing automobile services through a time sequence scheduling mechanism, and particularly scheduling and managing running tasks in the logic operation submodule, so that the running tasks in the software framework have certain time sequence rules, and the problems of time sequence disorder and the like are prevented.
It should be noted that the scheduling timing table may be preset, or may be obtained or updated from other devices or components with a storage function, such as a cloud server.
According to the module association method, the module information and the communication signal information in the software framework are obtained through the middleware module, the modules in the software framework are connected according to the module information and the signal information and the preset connection rule, the interaction link is obtained, so that the modules matched with the module information in the software framework and the modules matched with the signal information can be automatically connected and associated, the module association efficiency in the automobile software framework is improved, the problem of signal collision is also avoided by connecting the modules according to signals, and the modules after being connected carry out signal interaction according to the interaction link and the scheduling time sequence table, so that the problem of time sequence collision is also avoided. By the module association method, the module association efficiency in the automobile software architecture is improved, and the time sequence problem, the signal interaction problem and the like possibly caused in the module association process are avoided.
In one embodiment, the connecting, by the middleware module, the module in the software architecture according to the module information and/or the signal information and according to a preset connecting rule to obtain an interactive link includes:
the middleware module carries out character retrieval according to the module name information or the signal name information to obtain a module to be associated or a signal to be associated, wherein the module information or the signal information is matched with the module to be associated;
connecting the mutually matched modules to be associated to obtain the interactive link;
or searching the module in the software architecture corresponding to the mutually matched signal to be associated, and connecting the modules in the software architecture to obtain the interactive link.
It should be noted that, regarding the connection process provided in this embodiment, character retrieval may be performed on the module name information in the module information to obtain a plurality of modules to be associated, of which the module name information is matched with each other, and the modules to be associated are connected to obtain an interaction link for signal interaction;
or character retrieval is carried out on the signal name information in the signal information to obtain a plurality of signals to be associated, the signal name information of which is matched with each other, the signals to be associated are mapped and associated, and modules corresponding to the signals to be associated are searched for being correspondingly connected, so that module connection is realized through a signal mapping relation.
In one embodiment, the connecting, by the middleware module, the modules in the automobile architecture according to the module information and/or the signal information and according to a preset connecting rule to obtain an interactive link includes:
and if the middleware module detects a trigger signal for triggering the module in the software architecture to run, connecting a module for sending the trigger signal with a module for receiving the trigger signal according to the trigger signal to obtain the interactive link.
It should be noted that, regarding the connection process provided in this embodiment, connection may be performed according to a trigger signal of some modules in a software architecture, specifically, when a module trigger signal occurs, the trigger signal generally carries information of a signal sending end and information of a signal receiving end, which is a signal interaction flow direction, so that a module that sends the trigger signal and a module that receives the trigger signal may be connected by the trigger signal to obtain an interaction link, so that a communication relationship between the sending end of the trigger signal and the receiving end of the trigger signal can be established for a certain time.
In one embodiment, the connecting, by the middleware module, the modules in the automobile architecture according to the module information and/or the signal information and according to a preset connecting rule to obtain an interactive link includes:
and if the middleware module needs to communicate with the module in the software architecture, connecting the middleware module with the module in the software architecture to obtain the interactive link.
It can be understood that, because the middleware module plays a linking role in the software architecture, so that the modules in the software architecture can communicate with each other, when the middleware module is connected, the middleware module can be connected according to the call relationship of each module in the architecture to the middleware module, that is, the connection can be performed according to the actually used module of the middleware module.
In one embodiment, the middleware module acquires module information and signal information in the software architecture, and comprises:
the middleware module detects and judges that the type information of the acquired signal is a single signal or a structural body signal, wherein the single signal is used for communicating with the electronic control unit, and the structural body signal is used for communicating with the logic operation module;
if the type information of the signal is a single signal, performing type conversion on the signal through a middleware module to obtain a structure body signal which can be used by the logic operation module.
The single signal and the structure signal are types of signals, and the single signal is mainly used for communication with an electronic control unit, such as a Controller Area Network (CAN) signal, a Controller Area Network (CAN) signal with variable baud rate (CANFD), an ethernet signal, and the like. The structure body signal is mainly used for communication with the logic operation module, is signal data oriented to the operation process of an application program, is structural data formed by combining a batch of data generally, can be customized by a programmer, and is mainly in a form of packaging so that the data in the structure body has reusability.
Therefore, when a single signal transmitted by an automobile component such as an electronic control unit is received, the single signal can be converted into a structural body signal, so that data information carried by the single signal can be called by a module in the software architecture, and the software architecture can establish a communication relation with the specific automobile component.
In one embodiment, after obtaining the structure signal that can be used by the logic operation module, the method further includes:
and the logical operation module splits and recombines the structural body signal according to the identification information in the structural body signal to obtain a reordered structural body signal so as to prevent the structural body signal from being analyzed.
Wherein, the identification information refers to ID information in the signal, and the splitting and recombining process comprises: after the CAN signals are converted by the middleware module, the single signals with the same ID, such as the CAN signals, CAN be reordered according to different actual use modules of all the signals, so that the ordered signals are different from the ordered positions of the signals before being converted by the middleware module, the CAN signals CAN be distinguished from the signals used in the actual software module, and the signals are prevented from being analyzed and permeated.
Optionally, the signals converted by the middleware module are adjusted in signal name information and/or signal arrangement mode to be different from the signals before conversion.
In one embodiment, before the wiring the modules in the automobile architecture according to the preset wiring rule, the method further includes:
the middleware module compares the signal interaction types of the modules in the software architecture and judges whether the signal interaction types of the modules in the software architecture are matched or not;
if yes, the middleware module connects the modules in the software architecture according to the connection rule.
It should be noted that before the connection, some specification information of the modules needs to be subjected to matching check, for example, a signal interaction type, a signal output by each module in the software architecture needs to display that the signal interaction type is a single signal and/or a structural body signal, the connection of the modules matched with the signal interaction type can ensure that no signal interaction problem occurs, and meanwhile, the output signal of each module displays related signal information, which is more convenient for signal mapping with signals of other modules.
Optionally, in order to make the module association method in the above embodiment operate on the AutoSar, the output signal of each module should need to meet the interface requirement of the AutoSar specification.
In one embodiment, before the connecting the modules in the automobile architecture according to the preset connecting rule, the method further includes:
the logic operation module carries out logic modeling to obtain a logic operation model for executing logic operation;
performing code compiling on the software architecture according to the logical operation model to obtain an architecture file, wherein the architecture file records interface information of modules in the software architecture;
judging whether the interface information of the modules in the software architecture to be associated is matched or not;
and if so, connecting the modules in the software architecture matched with the interface information according to the module information and/or the signal information to obtain the interactive link.
Illustratively, in the logical operation process, ARXML (automotive architecture XML, automobile development architecture system extensible markup language) may be used as a carrier of a logical operation framework, which is a rule based on the AUTOSAR automobile open architecture system, and can enable a software architecture to have a more canonical format expression, and reduce the workload of tool implementation based on the XML specification.
Logic modeling is carried out in the framework carrier, and after the modeling is finished, code compiling is carried out based on AutoSar to obtain a corresponding framework file, such as a c \ h \ Arxml file, and interface information of the module is recorded in the framework file. It should be noted that the logic operation module may generate an independent architecture file according to the combination service that can be implemented by each logic operation sub-module.
After the architecture file is generated, the modules can be associated or the signals can be mapped according to the interface information recorded in the architecture file, so that the corresponding relation between the modules and the corresponding relation between the signals can be determined.
It should be noted that, when all modules in the frame carrier are connected, the function of the logical operation module completes association, i.e. completes mapping relationship, and an ARXML file may be output to determine the overall frame relationship.
It should be understood that, although the steps in the above-described flowcharts are shown in sequence as indicated by the arrows, the steps are not necessarily performed in sequence as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a portion of the steps in the above-described flowcharts may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of performing the sub-steps or the stages is not necessarily sequential, but may be performed alternately or alternatingly with other steps or at least a portion of the sub-steps or stages of other steps.
In one embodiment, a computer device is provided, which may be a server, and the internal structure thereof may be as shown in fig. 3. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing relevant data of the automobile software architecture and/or the module association method. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement an automotive software architecture and/or module association method.
Those skilled in the art will appreciate that the architecture shown in fig. 3 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the following automotive software architecture when executing the computer program:
the operation module is used for providing a software architecture operation environment and communicating with the electronic control unit through the software architecture operation environment;
the middleware module is connected with the running module and comprises a first middleware and a second middleware, wherein the first middleware is used for converting signal types, and the second middleware is used for connecting modules in the software architecture according to module information and/or signal information;
the input module is connected with the middleware module and is used for receiving the signals converted by the first middleware;
the logic operation module is connected with the input module and is used for carrying out logic operation according to the converted signal to obtain a logic control signal;
and the output module is respectively connected with the logic operation module and the middleware module and is used for outputting the logic control signals to the first middleware, and the first middleware converts the logic control signals and transmits the converted logic control signals to the electronic control unit through the operation module so that the electronic control unit realizes the automobile function.
In one embodiment, the processor, when executing the computer program, further implements the following software architecture:
the logic operation submodule is used for providing distributed logic operation submodule service;
the second middleware connects at least one logic operation sub-module according to module information and/or signal information;
and the logic operation module performs logic operation according to the connected logic operation sub-module to obtain the logic control signal.
Or, the processor when executing the computer program realizes the following method steps:
the middleware module acquires module information and signal information in a software architecture;
the middleware module connects the modules in the software framework according to the module information and/or the signal information and a preset connection rule to obtain an interactive link;
and the connected modules carry out signal interaction according to the interaction link and the scheduling time sequence table.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
the middleware module carries out character retrieval according to the module name information or the signal name information to obtain modules to be associated or signals to be associated, wherein the module information or the signal information are matched with each other;
connecting the mutually matched modules to be associated to obtain the interactive link;
or searching the module in the software architecture corresponding to the mutually matched signal to be associated, and connecting the modules in the software architecture to obtain the interactive link.
In one embodiment, the processor when executing the computer program further performs the steps of:
and if the middleware module detects a trigger signal for triggering the module in the software architecture to run, connecting a module for sending the trigger signal with a module for receiving the trigger signal according to the trigger signal to obtain the interactive link.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
and if the middleware module needs to communicate with the module in the software architecture, connecting the middleware module with the module in the software architecture to obtain the interactive link.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
the middleware module detects and judges that the type information of the acquired signal is a single signal or a structural body signal, wherein the single signal is used for communicating with the electronic control unit, and the structural body signal is used for communicating with the logic operation module;
if the type information of the signal is a single signal, performing type conversion on the signal through a middleware module to obtain a structure body signal which can be used by the logic operation module.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
and the logical operation module splits and recombines the structural body signal according to the identification information in the structural body signal to obtain a reordered structural body signal so as to prevent the structural body signal from being analyzed.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
the middleware module compares the signal interaction types of the modules in the software architecture and judges whether the signal interaction types of the modules in the software architecture are matched or not;
if yes, the middleware module connects the modules in the software architecture according to the connection rule.
In one embodiment, the processor when executing the computer program further performs the steps of:
the logic operation module carries out logic modeling to obtain a logic operation model for executing logic operation;
performing code compiling on the software architecture according to the logical operation model to obtain an architecture file, wherein the architecture file records interface information of modules in the software architecture;
judging whether the interface information of the modules in the software architecture to be associated is matched or not;
and if so, connecting the modules in the software architecture matched with the interface information according to the module information and/or the signal information to obtain the interactive link.
In one embodiment, a computer readable storage medium is provided, having stored thereon a computer program which, when executed by a processor, implements a software architecture for:
the operation module is used for providing a software architecture operation environment and communicating with the electronic control unit through the software architecture operation environment;
the middleware module is connected with the running module and comprises a first middleware and a second middleware, wherein the first middleware is used for converting signal types, and the second middleware is used for connecting the modules in the software architecture according to module information and/or signal information;
the input module is connected with the middleware module and is used for receiving the signals converted by the first middleware;
the logic operation module is connected with the input module and is used for carrying out logic operation according to the converted signal to obtain a logic control signal;
and the output module is respectively connected with the logic operation module and the middleware module and is used for outputting the logic control signals to the first middleware, and the first middleware converts the logic control signals and transmits the converted logic control signals to the electronic control unit through the operation module so that the electronic control unit realizes the automobile function.
In one embodiment, the computer program, when executed by the processor, further implements the following software architecture:
the logic operation submodule is used for providing distributed logic operation submodule service;
the second middleware connects at least one logic operation sub-module according to module information and/or signal information;
and the logic operation module performs logic operation according to the connected logic operation submodule to obtain the logic control signal.
Or, the computer program when executed by a processor realizes the following method steps:
in one embodiment, the computer program when executed by the processor further performs the steps of:
the middleware module acquires module information and signal information in a software architecture;
the middleware module connects the modules in the software framework according to the module information and/or the signal information and a preset connection rule to obtain an interactive link;
and the connected modules carry out signal interaction according to the interaction link and the scheduling time sequence table.
In one embodiment, the computer program when executed by the processor further performs the steps of:
the middleware module carries out character retrieval according to the module name information or the signal name information to obtain a module to be associated or a signal to be associated, wherein the module information or the signal information is matched with the module to be associated;
connecting the mutually matched modules to be associated to obtain the interactive link;
or searching the module in the software architecture corresponding to the mutually matched signal to be associated, and connecting the modules in the software architecture to obtain the interactive link.
In one embodiment, the computer program when executed by the processor further performs the steps of:
if the middleware module detects a trigger signal for triggering the operation of the module in the software architecture, the module for sending the trigger signal and the module for receiving the trigger signal are connected according to the trigger signal, and the interactive link is obtained.
In one embodiment, the computer program when executed by the processor further performs the steps of:
and if the middleware module needs to communicate with the module in the software architecture, connecting the middleware module with the module in the software architecture to obtain the interactive link.
In one embodiment, the computer program when executed by the processor further performs the steps of:
the middleware module detects and judges that the type information of the acquired signal is a single signal or a structural body signal, wherein the single signal is used for communicating with the electronic control unit, and the structural body signal is used for communicating with the logic operation module;
if the type information of the signal is a single signal, performing type conversion on the signal through a middleware module to obtain a structure body signal which can be used by the logic operation module.
In one embodiment, the computer program when executed by the processor further performs the steps of:
and the logical operation module splits and recombines the structural body signal according to the identification information in the structural body signal to obtain a reordered structural body signal so as to prevent the structural body signal from being analyzed.
In one embodiment, the computer program when executed by the processor further performs the steps of:
the middleware module compares the signal interaction types of the modules in the software architecture and judges whether the signal interaction types of the modules in the software architecture are matched;
if yes, the middleware module connects the modules in the software architecture according to the connection rule.
In one embodiment, the computer program when executed by the processor further performs the steps of:
the logic operation module carries out logic modeling to obtain a logic operation model for executing logic operation; performing code compiling on the software architecture according to the logical operation model to obtain an architecture file, wherein the architecture file records interface information of modules in the software architecture; judging whether the interface information of the modules in the software architecture to be associated is matched or not;
and if so, connecting the modules in the software architecture matched with the interface information according to the module information and/or the signal information to obtain the interactive link.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), rambus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
All possible combinations of the technical features in the above embodiments may not be described for the sake of brevity, but should be considered as being within the scope of the present disclosure as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent application shall be subject to the appended claims.

Claims (12)

1. An automotive software architecture, the software architecture comprising:
the operation module is used for providing a software architecture operation environment and communicating with the electronic control unit through the software architecture operation environment;
the middleware module is connected with the running module and comprises a first middleware and a second middleware, wherein the first middleware is used for converting signal types, and the second middleware is used for connecting modules in the software architecture according to module information and/or signal information;
the input module is connected with the middleware module and is used for receiving the signals converted by the first middleware;
the logic operation module is connected with the input module and is used for carrying out logic operation according to the converted signal to obtain a logic control signal;
the output module is respectively connected with the logic operation module and the middleware module, and is used for outputting the logic control signal to the first middleware, and the first middleware converts the logic control signal and transmits the logic control signal to the electronic control unit through the operation module so that the electronic control unit realizes the automobile function.
2. The software architecture according to claim 1, wherein said logical operations module comprises:
the logic operation submodule is used for providing distributed logic operation submodule service;
the second middleware connects at least one logic operation sub-module according to module information and/or signal information;
and the logic operation module performs logic operation according to the connected logic operation sub-module to obtain the logic control signal.
3. A module association method, characterized in that it is applied to the software architecture described in claim 1 or 2, said method comprising:
the middleware module acquires module information and signal information in a software architecture;
the middleware module connects the modules in the software framework according to the module information and/or the signal information and a preset connection rule to obtain an interactive link;
and the connected modules carry out signal interaction according to the interaction link and the scheduling time sequence table.
4. The module association method according to claim 3, wherein the connecting, by the middleware module, the module in the software architecture according to the module information and/or the signal information and according to a preset connecting rule, to obtain the interactive link includes:
the middleware module carries out character retrieval according to the module name information or the signal name information to obtain modules to be associated or signals to be associated, wherein the module information or the signal information are matched with each other;
connecting the mutually matched modules to be associated to obtain the interactive link;
or searching the module in the software architecture corresponding to the mutually matched signal to be associated, and connecting the modules in the software architecture to obtain the interactive link.
5. The module association method according to claim 3, wherein the connecting, by the middleware module, the module in the automobile architecture according to the module information and/or the signal information and according to a preset connecting rule, to obtain the interactive link includes:
and if the middleware module detects a trigger signal for triggering the module in the software architecture to run, connecting a module for sending the trigger signal with a module for receiving the trigger signal according to the trigger signal to obtain the interactive link.
6. The module association method according to claim 3, wherein the connecting, by the middleware module, the module in the automobile architecture according to the module information and/or the signal information and according to a preset connecting rule, to obtain the interactive link includes:
and if the middleware module needs to communicate with the module in the software architecture, connecting the middleware module with the module in the software architecture to obtain the interactive link.
7. The module association method according to any one of claims 3 to 6, wherein the middleware module acquires module information and signal information in a software architecture, and comprises:
the middleware module detects and judges that the type information of the acquired signal is a single signal or a structural body signal, wherein the single signal is used for communicating with the electronic control unit, and the structural body signal is used for communicating with the logic operation module;
if the type information of the signal is a single signal, performing type conversion on the signal through a middleware module to obtain a structure body signal which can be used by the logic operation module.
8. The module association method according to claim 7, further comprising, after said obtaining the structure body signal usable by the logical operation module:
and the logical operation module splits and recombines the structural body signal according to the identification information in the structural body signal to obtain a reordered structural body signal so as to prevent the structural body signal from being analyzed.
9. The module association method according to any one of claims 3 to 6, further comprising, before the wiring the modules in the automobile architecture according to the preset wiring rule:
the middleware module compares the signal interaction types of the modules in the software architecture and judges whether the signal interaction types of the modules in the software architecture are matched;
if yes, the middleware module connects the modules in the software architecture according to the connection rule.
10. The module association method according to claim 7, further comprising, before said wiring the modules in the automobile architecture according to the preset wiring rules:
the logic operation module carries out logic modeling to obtain a logic operation model for executing logic operation;
performing code compiling on the software architecture according to the logical operation model to obtain an architecture file, wherein the architecture file records interface information of modules in the software architecture;
judging whether the interface information of the modules in the software architecture to be associated is matched;
and if so, connecting the modules in the software architecture matched with the interface information according to the module information and/or the signal information to obtain the interactive link.
11. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the automotive software architecture of claim 1 or 2 or the module association method of any one of claims 3 to 10 are implemented by the processor when executing the computer program.
12. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the automotive software architecture of claim 1 or 2 or the module association method of any one of claims 3 to 10.
CN202211211849.4A 2022-09-30 Automobile software architecture, module association method, computer equipment and storage medium Active CN115657634B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211211849.4A CN115657634B (en) 2022-09-30 Automobile software architecture, module association method, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211211849.4A CN115657634B (en) 2022-09-30 Automobile software architecture, module association method, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN115657634A true CN115657634A (en) 2023-01-31
CN115657634B CN115657634B (en) 2024-06-04

Family

ID=

Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5418953A (en) * 1993-04-12 1995-05-23 Loral/Rohm Mil-Spec Corp. Method for automated deployment of a software program onto a multi-processor architecture
CN101464692A (en) * 2009-01-16 2009-06-24 北京航空航天大学 Automatic formation flight control method based on finite state machine
CN101656636A (en) * 2009-03-04 2010-02-24 北京邮电大学 Test method of multi-layer protocol stack network equipment based on OPNET
CN102231107A (en) * 2011-06-09 2011-11-02 浙江大学 Method for automatically generating communication data format of electric control unit based on AUTOSAR (Automotive Open System Architecture)
CN102819426A (en) * 2012-02-29 2012-12-12 浙江大学 Method for synchronizing AUTOSAR (automotive open system architecture) model to Simulink model
CN103176796A (en) * 2013-02-04 2013-06-26 浙江大学 Method for achieving mapping from complex data to signal set in AUTOSAR
CN104036083A (en) * 2014-06-13 2014-09-10 北京农业职业学院 Cheese-processing simulation system
CN104104738A (en) * 2014-08-06 2014-10-15 江苏瑞中数据股份有限公司 FTP-based (file transfer protocol-based) data exchange system
CN104301864A (en) * 2014-07-23 2015-01-21 浙江工业大学 Wireless communication networking method of electric car charging pile cluster
CN105392482A (en) * 2013-06-07 2016-03-09 科研制药株式会社 Composition for maintaining platelet function
CN105667249A (en) * 2016-01-28 2016-06-15 上海德科电子仪表有限公司 Air conditioner control box and system control method thereof
CN105678637A (en) * 2016-01-08 2016-06-15 沈阳时尚实业有限公司 Data parsing system and application method thereof for vehicle charging posts
CN106647350A (en) * 2016-10-17 2017-05-10 深圳优地科技有限公司 Wheeled robot modular architecture and architecture method
CN106997720A (en) * 2017-05-31 2017-08-01 国网河南省电力公司检修公司 A kind of voltage direct-current transmission valve cooling system emulation training platform
CN107972695A (en) * 2017-12-06 2018-05-01 株洲中车轨道交通装备有限公司 A kind of Internet of Things rail vehicle axle health status intellectual monitoring administrative system apparatus
CN111338638A (en) * 2020-02-26 2020-06-26 东风电子科技股份有限公司 System and method for realizing automatic generation of communication between embedded software components
CN111709026A (en) * 2020-06-10 2020-09-25 Xc5香港有限公司 Static security detection method and device, computer equipment and storage medium
CN111814413A (en) * 2020-07-15 2020-10-23 上汽通用五菱汽车股份有限公司 Simulink software simulation method for extracting modeling information based on PREEvison software secondary development
CN112800534A (en) * 2020-12-31 2021-05-14 吉林大学 Automatic modeling method for new energy vehicle model based on Simulink
CN113687814A (en) * 2021-08-05 2021-11-23 东风汽车集团股份有限公司 Automation realization method of model framework and interface file based on AUTOSAR (automotive open system architecture)
CN113904967A (en) * 2021-09-01 2022-01-07 重庆长安新能源汽车科技有限公司 Automatic testing device and testing method for interface software of automobile CAN communication module
CN114090071A (en) * 2021-11-29 2022-02-25 重庆金康赛力斯新能源汽车设计院有限公司 Matlab-based simulink model specification generation method
CN114527728A (en) * 2022-01-28 2022-05-24 哈尔滨工业大学 Motor controller software architecture based on AUTOSAR
CN114675822A (en) * 2022-02-28 2022-06-28 阿尔特汽车技术股份有限公司 AUTOSAR software component development method, device, equipment and storage medium
CN114750680A (en) * 2022-04-21 2022-07-15 成都赛力斯科技有限公司 System and method for controlling communication of vehicle lamp
CN114911715A (en) * 2022-07-13 2022-08-16 南昌航空大学 Formalized test model modeling method, system, computer and storage medium

Patent Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5418953A (en) * 1993-04-12 1995-05-23 Loral/Rohm Mil-Spec Corp. Method for automated deployment of a software program onto a multi-processor architecture
CN101464692A (en) * 2009-01-16 2009-06-24 北京航空航天大学 Automatic formation flight control method based on finite state machine
CN101656636A (en) * 2009-03-04 2010-02-24 北京邮电大学 Test method of multi-layer protocol stack network equipment based on OPNET
CN102231107A (en) * 2011-06-09 2011-11-02 浙江大学 Method for automatically generating communication data format of electric control unit based on AUTOSAR (Automotive Open System Architecture)
CN102819426A (en) * 2012-02-29 2012-12-12 浙江大学 Method for synchronizing AUTOSAR (automotive open system architecture) model to Simulink model
CN103176796A (en) * 2013-02-04 2013-06-26 浙江大学 Method for achieving mapping from complex data to signal set in AUTOSAR
CN105392482A (en) * 2013-06-07 2016-03-09 科研制药株式会社 Composition for maintaining platelet function
CN104036083A (en) * 2014-06-13 2014-09-10 北京农业职业学院 Cheese-processing simulation system
CN104301864A (en) * 2014-07-23 2015-01-21 浙江工业大学 Wireless communication networking method of electric car charging pile cluster
CN104104738A (en) * 2014-08-06 2014-10-15 江苏瑞中数据股份有限公司 FTP-based (file transfer protocol-based) data exchange system
CN105678637A (en) * 2016-01-08 2016-06-15 沈阳时尚实业有限公司 Data parsing system and application method thereof for vehicle charging posts
CN105667249A (en) * 2016-01-28 2016-06-15 上海德科电子仪表有限公司 Air conditioner control box and system control method thereof
CN106647350A (en) * 2016-10-17 2017-05-10 深圳优地科技有限公司 Wheeled robot modular architecture and architecture method
CN106997720A (en) * 2017-05-31 2017-08-01 国网河南省电力公司检修公司 A kind of voltage direct-current transmission valve cooling system emulation training platform
CN107972695A (en) * 2017-12-06 2018-05-01 株洲中车轨道交通装备有限公司 A kind of Internet of Things rail vehicle axle health status intellectual monitoring administrative system apparatus
CN111338638A (en) * 2020-02-26 2020-06-26 东风电子科技股份有限公司 System and method for realizing automatic generation of communication between embedded software components
CN111709026A (en) * 2020-06-10 2020-09-25 Xc5香港有限公司 Static security detection method and device, computer equipment and storage medium
CN111814413A (en) * 2020-07-15 2020-10-23 上汽通用五菱汽车股份有限公司 Simulink software simulation method for extracting modeling information based on PREEvison software secondary development
CN112800534A (en) * 2020-12-31 2021-05-14 吉林大学 Automatic modeling method for new energy vehicle model based on Simulink
CN113687814A (en) * 2021-08-05 2021-11-23 东风汽车集团股份有限公司 Automation realization method of model framework and interface file based on AUTOSAR (automotive open system architecture)
CN113904967A (en) * 2021-09-01 2022-01-07 重庆长安新能源汽车科技有限公司 Automatic testing device and testing method for interface software of automobile CAN communication module
CN114090071A (en) * 2021-11-29 2022-02-25 重庆金康赛力斯新能源汽车设计院有限公司 Matlab-based simulink model specification generation method
CN114527728A (en) * 2022-01-28 2022-05-24 哈尔滨工业大学 Motor controller software architecture based on AUTOSAR
CN114675822A (en) * 2022-02-28 2022-06-28 阿尔特汽车技术股份有限公司 AUTOSAR software component development method, device, equipment and storage medium
CN114750680A (en) * 2022-04-21 2022-07-15 成都赛力斯科技有限公司 System and method for controlling communication of vehicle lamp
CN114911715A (en) * 2022-07-13 2022-08-16 南昌航空大学 Formalized test model modeling method, system, computer and storage medium

Similar Documents

Publication Publication Date Title
CN107976986B (en) Method for programming an electronic control module of a vehicle
CN109164783B (en) Vehicle diagnosis method, apparatus, device, and medium
US8788787B2 (en) Systems, methods and architecture for facilitating software access to acceleration technology
CN111142933B (en) Workflow generation method and device, computer equipment and storage medium
CN110995578A (en) Design method, device, equipment and storage medium of automobile gateway
CN112115604B (en) Combined simulation method and system for Modelica model and Simulink model and electronic equipment
CN111666112B (en) Method, device and system for realizing platform plug-in and computer equipment
CN111061678A (en) Service data processing method and device, computer equipment and storage medium
CN115033301A (en) Equipment access method, device, equipment and storage medium of edge computing host
CN114461219A (en) Data analysis method and device, computer equipment and storage medium
CN115657634A (en) Automobile software architecture, module association method, computer device and storage medium
CN115657634B (en) Automobile software architecture, module association method, computer equipment and storage medium
CN110955412B (en) Service-oriented intelligent cabin system and design method and design system thereof
CN111124417B (en) Industrial control program compiling method and device, computer equipment and storage medium
CN117336113A (en) Communication method of vehicle control system and related device
CN115883278B (en) Software architecture product based on whole vehicle domain control, signal processing method, automobile and equipment
CN105530288B (en) Data interaction method
US11228502B2 (en) Aggregation platform, requirement owner, and methods thereof
CN110399161B (en) Mapping relation generation method, calling method and device
Kotur et al. Utilization of design patterns in AUTOSAR Adaptive standard
CN113542381B (en) Message frame processing method and device
Galla et al. Refactoring an automotive embedded software stack using the component-based paradigm
CN116243891A (en) AutoSAR BSW system CAN signal design method and system
CN117555708B (en) Windows microservice framework program calling method, system and device
Pan et al. Automated Design Space Exploration for Resource Allocation in Software-Defined Vehicles

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20240119

Address after: No. 13 Xingxiang Road, Zengjia Town, High tech Zone, Jiulongpo District, Chongqing, 400039

Applicant after: Chongqing Selis Phoenix Intelligent Innovation Technology Co.,Ltd.

Address before: 610095 No. 2901, floor 29, unit 1, building 1, No. 151, Tianfu Second Street, high tech Zone, China (Sichuan) pilot Free Trade Zone, Chengdu, Sichuan Province

Applicant before: Chengdu Thalys Technology Co.,Ltd.

GR01 Patent grant