CN115686503A - Engineering conversion method and system - Google Patents

Engineering conversion method and system Download PDF

Info

Publication number
CN115686503A
CN115686503A CN202211372026.XA CN202211372026A CN115686503A CN 115686503 A CN115686503 A CN 115686503A CN 202211372026 A CN202211372026 A CN 202211372026A CN 115686503 A CN115686503 A CN 115686503A
Authority
CN
China
Prior art keywords
module
project
simulink
converted
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211372026.XA
Other languages
Chinese (zh)
Inventor
贝晓狮
刘克
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Shi Guan Jin Yang Technology Development Co ltd
Original Assignee
Beijing Shi Guan Jin Yang Technology Development 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 Beijing Shi Guan Jin Yang Technology Development Co ltd filed Critical Beijing Shi Guan Jin Yang Technology Development Co ltd
Priority to CN202211372026.XA priority Critical patent/CN115686503A/en
Publication of CN115686503A publication Critical patent/CN115686503A/en
Pending legal-status Critical Current

Links

Images

Abstract

The embodiment of the application discloses an engineering conversion method and an engineering conversion system, based on the execution of the engineering conversion method, the engineering information included by the simulink engineering to be converted is obtained by identifying the simulink engineering to be converted; and obtaining a pre-stored module mapping file; and then creating a target project according to the project information and the module mapping file in GCKontrol software. Therefore, according to the method and the device for building the Simulink project, based on the module mapping relation of the modules included by the two different software, after the project information of the Simulink project to be converted is identified, the corresponding project can be built in the GCKontrol software based on the mapping relation and the identified project information, so that the Simulink project is converted into the GCK project, the time cost brought by rebuilding the project when a user simulates the project with different software is reduced, and the project simulation efficiency is improved.

Description

Engineering conversion method and system
Technical Field
The application relates to the field of software development, in particular to an engineering conversion method and system.
Background
Generally, after a user completes construction of a project through modeling software such as Simulink software, the user is required to perform simulation testing, however, some users can perform simulation through other software, for example, the user constructs a project through the Simulink software, and then uses GCKontrol system design and simulation software, abbreviated as GCKontrol, to perform simulation.
Disclosure of Invention
The application aims to provide an engineering conversion method and an engineering conversion system, and the time cost brought by rebuilding engineering of a user in different software simulation engineering is reduced and the engineering simulation efficiency is improved based on the execution of the engineering conversion method.
In order to achieve the above object, in a first aspect, the present application provides an engineering conversion method, including:
identifying a simulink project to be converted, and acquiring project information included in the simulink project to be converted;
acquiring a pre-stored module mapping file;
and in the GCKontrol software, creating a target project according to the project information and the module mapping file.
Optionally, the identifying the simulink project to be converted to obtain the project information included in the simulink project to be converted includes:
and identifying an Application Program Interface (API) function of the simulink project to be converted, and acquiring project information included in the simulink project to be converted.
Optionally, the engineering information includes module information of the simulink engineering to be converted, configuration parameter information of each module in the simulink engineering to be converted, connection information of the simulink engineering to be converted, and subsystem information of the simulink engineering to be converted; the module information includes a plurality of module types and the number of each module type included in the simulink project to be converted.
Optionally, the method further comprises:
acquiring first module type information of simulink software;
acquiring second module type information of GCKontrol software;
and generating and storing the module mapping file according to the first module type information and the second module type information.
Optionally, in the GCKontrol software, creating a target project according to the project information and the module mapping file, including:
creating a new project in GCKontrol software;
creating a plurality of target modules in the new project according to the module information of the simulink project to be converted and the module mapping file;
configuring the plurality of target modules according to the configuration parameter information of each module in the simulink project to be converted to generate a plurality of configured target modules;
determining a connection relation between each module in the target modules which are configured according to the connection information of the simulink project to be converted, and connecting the target modules which are configured according to the connection relation to obtain a plurality of target modules which have the connection relation and are configured;
creating one or more target virtual subsystems in the new project according to the subsystem information of the simulink project to be converted, and determining one or more target modules contained in each target virtual subsystem;
and saving the new project to obtain the target project.
Optionally, the creating, according to the module information of the simulink project to be converted and the module mapping file, a plurality of target modules in the new project includes:
and creating the plurality of target modules in the new project through an API function of GCKontrol software according to the module information of the simulink project to be converted and the module mapping file.
In a second aspect, the present application further provides an engineering conversion system, the system comprising:
the system comprises an identification module, a conversion module and a conversion module, wherein the identification module is used for identifying the simulink project to be converted and acquiring project information included in the simulink project to be converted;
the mapping file reading module is used for acquiring a pre-stored module mapping file;
and the project creation module is used for creating a target project in GCKontrol software according to the project information and the module mapping file.
Optionally, the identification module is specifically configured to identify an API function of the application program interface of the simulink project to be converted, and acquire the project information included in the simulink project to be converted.
Optionally, the engineering information includes module information of the simulink engineering to be converted, configuration parameter information of each module in the simulink engineering to be converted, link information of the simulink engineering to be converted, and subsystem information of the simulink engineering to be converted; the module information includes a plurality of module types and the number of each module type included in the simulink project to be converted.
Optionally, the system further comprises:
the acquisition module is used for acquiring first module type information of simulink software; acquiring second module type information of GCKontrol software;
and the generating module is used for generating and storing the module mapping file according to the first module type information and the second module type information.
The embodiment of the application provides an engineering conversion method and an engineering conversion system, based on the execution of the engineering conversion method, the engineering information included in the simulink engineering to be converted is obtained by identifying the simulink engineering to be converted; and obtaining a prestored module mapping file; and then creating a target project according to the project information and the module mapping file in GCKontrol software. Therefore, according to the method and the device for building the Simulink project, based on the module mapping relation of the modules included by the two different software, after the project information of the Simulink project to be converted is identified, the corresponding project can be built in the GCKontrol software based on the mapping relation and the identified project information, so that the Simulink project is converted into the GCK project, the time cost brought by rebuilding the project when a user simulates the project with different software is reduced, and the project simulation efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of an engineering conversion method according to an embodiment of the present disclosure;
FIG. 2 is a schematic diagram of an engineering conversion process provided in an embodiment of the present application;
fig. 3 is a schematic diagram of an engineering conversion system according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, 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 application.
The terms "first," "second," "third," "fourth," and the like in the description and claims of this application and in the preceding drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in other sequences than those illustrated or described herein.
It should be understood that, in the various embodiments of the present application, the sequence numbers of the processes do not mean the execution sequence, and the execution sequence of the processes should be determined by the functions and the internal logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
It should be understood that, in this application, "comprises" and "comprising," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In the prior art, some existing simulation projects and models of users may not be built by currently used simulation system GCKontrol software, but are built on Simulink software, the GCKontrol software and the Simulink software are two pieces of software which are completely different, the projects built by the Simulink software cannot be directly used on the GCKontrol software, and in order to realize that the projects built by the Simulink software are simulated on the GCKontrol software, the existing scheme needs the users to manually re-build the projects on the GCKontrol software once, so that the problem of low engineering simulation efficiency is caused.
The embodiment of the application provides an engineering conversion method and system, based on the execution of the engineering conversion method, based on the establishment of a module mapping relation of modules included by two different pieces of software, after the engineering information of a simulink engineering to be converted is identified, a corresponding engineering can be established in GCKontrol software based on the mapping relation and the identified engineering information, so that the simulink engineering is converted into the GCK engineering, the time cost brought by the user for rebuilding the engineering when the user simulates the engineering in different pieces of software is reduced, and the engineering simulation efficiency is improved. The problem of in order to realize that the project built by Simulink software is simulated on GCKontrol software in the prior art scheme, a user needs to manually re-build a project on the GCKontrol software, and the engineering simulation efficiency is low is solved.
In the following, a detailed description is given of an engineering conversion method in the present application:
fig. 1 is a flowchart of an engineering conversion method according to an embodiment of the present application. As shown in fig. 1, the engineering conversion method in the embodiment of the present application includes:
s101: and identifying the simulink project to be converted, and acquiring the project information included by the simulink project to be converted.
Specifically, the engineering information includes module information of the simulink engineering to be converted, configuration parameter information of each module in the simulink engineering to be converted, connection information of the simulink engineering to be converted, and subsystem information of the simulink engineering to be converted; the module information includes a plurality of module types and the number of each module type included in the simulink project to be converted.
It should be noted that the module type may be a weighting module, an integration module, an addition module, a subtraction module, and the like, and taking the integration module as an example, the configuration parameter information of the module may include an integration upper limit, an integration lower limit, and the like.
It should be noted that the link information of the simulink project to be converted is a source and a destination of the link, that is, a module connected by the link, for example, the simulink project to be converted includes a weighting module, an integrating module and an adding module, and the link information may be the link information using the weighting module as the source and the integrating module as the destination; the integration module is used as a source, the addition module is used as a destination, the specific content of the connection information of the present application is not limited here, and the connection information can be determined according to the connection relationship between the actual modules, and all of the connection information and the connection information are within the protection scope of the present application.
It should be noted that the subsystem information of the simulink project to be converted is information of a virtual subsystem, the simulink project to be converted generally includes a plurality of modules, in order to facilitate management of the project, the modules are classified, each class of module establishes a virtual subsystem, and one subsystem includes a plurality of modules; specifically, the subsystem information of the simulink project to be converted includes the number of subsystems and modules included in each subsystem.
Specifically, the identifying the simulink engineering to be converted to obtain the engineering information included in the simulink engineering to be converted includes: and identifying an Application Program Interface (API) function of the simulink project to be converted, and acquiring project information included in the simulink project to be converted.
It should be noted that each module included in the simulink project to be converted corresponds to an Application Programming Interface (API) function, which is hereinafter referred to as an API function for short, and when the simulink project is identified, the number of modules included in the project and the type of each module can be determined by identifying through the API function of the simulink project.
S102: and acquiring a pre-stored module mapping file.
Specifically, the module mapping file is established based on the module types in the two pieces of software, for example, the simulink software includes an addition module and an integration module, the GCKontrol software also includes an addition module and an integration module, and then the module mapping file establishes the corresponding relationship between the addition module in the simulink software and the addition module in the GCKontrol software, and the corresponding relationship between the integration module in the simulink software and the integration module in the GCKontrol software; because the API functions corresponding to the modules in different software are different, the modules corresponding to the modules contained in the simulink engineering can be established in the GCKontrol engineering of the GCKontrol software based on the establishment of the mapping relation.
Specifically, the specific generation mode of the module mapping file is as follows: acquiring first module type information of simulink software; acquiring second module type information of GCKontrol software; and generating and storing the module mapping file according to the first module type information and the second module type information.
It should be noted that the first module type information of the simulink software is a module type included in the simulink software; the second module type information of the GCKontrol software is a module type included in the GCKontrol software, for example, the first module type information of the simulink software is a first adding module, a first weighting module, a first subtracting module, a first integrating module and a first differentiating module, the second module type information of the GCKontrol software is a second adding module, a second weighting module, a second subtracting module, a second integrating module and a second differentiating module, and the module mapping file includes a corresponding relationship between the first adding module and the second adding module, a corresponding relationship between the first weighting module and the second weighting module, a corresponding relationship between the first subtracting module and the second subtracting module, a corresponding relationship between the first integrating module and the second integrating module, and a corresponding relationship between the first differentiating module and the second differentiating module.
It should be noted that the module mapping file is an m-language script file. The method is realized by m language, has high conversion efficiency and high speed, and further improves the engineering conversion efficiency.
S103: and in the GCKontrol software, creating a target project according to the project information and the module mapping file.
Specifically, in the GCKontrol software, creating a target project according to the project information and the module mapping file includes:
creating a new project in GCKontrol software; creating a plurality of target modules in the new project according to the module information of the simulink project to be converted and the module mapping file; configuring the plurality of target modules according to the configuration parameter information of each module in the simulink project to be converted to generate a plurality of configured target modules; determining a connection relation between each module in the target modules which are configured according to the connection information of the simulink project to be converted, and connecting the target modules which are configured according to the connection relation to obtain a plurality of target modules which have the connection relation and are configured; creating one or more target virtual subsystems in the new project according to the subsystem information of the simulink project to be converted, and determining one or more target modules contained in each target virtual subsystem; and saving the new project to obtain the target project.
Wherein, according to the module information of the simulink project to be converted and the module mapping file, creating a plurality of target modules in the new project, including: and creating the plurality of target modules in the new project through an API function of GCKontrol software according to the module information of the simulink project to be converted and the module mapping file.
It should be noted that a plurality of target modules created in the new project by the API function of the GCKontrol software correspond to the modules included in the simulink project to be converted, and are consistent with the number of modules included in the simulink project to be converted.
It should be noted that, in the project created by the GCKontrol software, the link relationship of the module is consistent with the link information of the simulink project to be converted, for example, the simulink project to be converted includes a weighting module, an integrating module, and an adding module, where the link information is from the weighting module and the integrating module is for the purpose; the integration module is used as a source, and the addition module is used as a target; a weighting module, an integration module and an addition module are correspondingly established in an engineering module established by GCKontrol software, and a connection relation between the weighting module and the integration module is established by taking the weighting module as a source and the integration module as a target; and establishing a connection relation between the integration module and the addition module by taking the integration module as a source and the addition module as a target.
It should be noted that, as shown in fig. 2, the creation of the corresponding project in the GCKontrol software is realized by traversing the project information automatically recognized to the simulink project to be converted. Specifically, engineering information is traversed, module information is traversed first, and a corresponding target module is established; then traversing the configuration parameter information of each module, and configuring the target module; traversing the connection information and creating a connection relation; and traversing the subsystem information, creating target virtual subsystems through an API function of GCKontrol software according to the inclusion relationship between the subsystems and the modules, and determining a target module contained in each target virtual subsystem.
The embodiment of the application provides an engineering conversion method, based on execution of the engineering conversion method, through establishment of a module mapping relation of modules included by two different pieces of software, after engineering information of a simulink engineering to be converted is identified, a corresponding engineering can be established in GCKontrol software based on the mapping relation and the identified engineering information, so that the simulink engineering is converted into the GCK engineering, time cost brought by re-establishing the engineering when a user simulates the engineering by different pieces of software is reduced, engineering simulation efficiency is improved, and the use range of the software is widened. The problem of in order to realize that the project built by Simulink software is simulated on GCKontrol software in the prior art scheme, a user needs to manually re-build a project on the GCKontrol software, and the engineering simulation efficiency is low is solved.
The following explains a specific implementation manner of the engineering conversion method in the above embodiment:
(1) API function loading engineering by simulink:
gck=Kontrol();
gck.OpenProject(gckProjectPath);
% load simulink engineering
load_system(simulinkProPath)
(2) Identifying and acquiring a project middle work Cheng Xinxi (a module, a parameter, a connection relation, subsystem information, port information and the like):
% obtains all modules in the model and creates
listBlocks=getfullname(Simulink.findBlocks(gcs));
lines=find_system(gcs,′FindAll′,′on′,′Type′,′line′);
(3) Open GCK software through GCK API, and create an empty GCK project:
import py.GCKontrol.Kontrol;
gck=Kontrol();
gck.OpenProject(gckProjectPath);
(4) Automatically identifying simulink engineering information through traversal, calling an API function creating module of the GCK, and setting parameter setting port information:
% creation of GCK Module by python based on Module information
function createBlockByPython(gck,simulinkBlockInfor)
The createBlockByPython function realizes calling of an API function of each module in GCK software.
(5) And traversing the automatically identified simulink engineering information, and calling the API of the GCK to create a connecting line and a virtual subsystem.
In the embodiment, the engineering conversion method creates the corresponding engineering in GCKontrol software based on the mapping relation and the identified engineering information, so that the Simulink engineering is converted into the GCK engineering, the time cost for a user to re-construct the engineering when the user simulates the engineering in different software is reduced, and the engineering simulation efficiency is improved.
Referring to fig. 3, based on an engineering conversion method in the foregoing embodiment, an engineering conversion system in an embodiment of the present application is introduced, where the engineering conversion method is implemented by an engineering conversion system, and the engineering conversion system in the embodiment of the present application includes:
the identification module 10 is configured to identify a simulink project to be converted, and acquire project information included in the simulink project to be converted;
a mapping file reading module 20, configured to obtain a pre-stored module mapping file;
and the project creation module 30 is used for creating a target project in GCKontrol software according to the project information and the module mapping file.
The identification module 10 in the engineering conversion system is specifically configured to identify an application program interface API function of the simulink engineering to be converted, and acquire engineering information included in the simulink engineering to be converted.
The engineering information comprises module information of the simulink engineering to be converted, configuration parameter information of each module in the simulink engineering to be converted, connection information of the simulink engineering to be converted and subsystem information of the simulink engineering to be converted; the module information includes a plurality of module types and the number of each module type included in the simulink project to be converted.
The engineering conversion system further comprises:
the acquisition module is used for acquiring first module type information of simulink software; acquiring second module type information of GCKontrol software;
and the generating module is used for generating and storing the module mapping file according to the first module type information and the second module type information.
Specifically, the engineering creating module 30 specifically includes:
the new project creation submodule is used for creating a new project in GCKontrol software;
the module creating submodule is used for creating a plurality of target modules in the new project according to the module information of the simulink project to be converted and the module mapping file;
the parameter configuration submodule is used for configuring the plurality of target modules according to the configuration parameter information of each module in the simulink project to be converted to generate a plurality of configured target modules;
the connecting sub-module is used for determining the connecting relation between each module in the target modules which are configured according to the connecting information of the simulink project to be converted, and connecting the target modules which are configured according to the connecting relation to obtain a plurality of target modules which have the connecting relation and are configured;
the subsystem creating submodule is used for creating one or more target virtual subsystems in the new project according to the subsystem information of the simulink project to be converted and determining one or more target modules contained in each target virtual subsystem;
and the storage module is used for storing the new project to obtain the target project.
A module creation submodule, specifically configured to:
and creating the plurality of target modules in the new project through an API function of GCKontrol software according to the module information of the simulink project to be converted and the module mapping file.
The embodiment of the application provides an engineering conversion system, based on the module mapping relation of the modules included by two different pieces of software, after the engineering information of a simulink engineering to be converted is identified, a corresponding engineering can be created in GCKontrol software based on the mapping relation and the identified engineering information, so that the simulink engineering is converted into the GCK engineering, the time cost brought by the fact that a user rebuilds the engineering when the engineering is simulated by different pieces of software is reduced, and the engineering simulation efficiency is improved. The problem of in order to realize that the project built by Simulink software is simulated on GCKontrol software in the prior art scheme, a user needs to manually re-build a project on the GCKontrol software, and the engineering simulation efficiency is low is solved.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method of engineering conversion, the method comprising:
identifying a simulink project to be converted, and acquiring project information included in the simulink project to be converted;
acquiring a pre-stored module mapping file;
and in the GCKontrol software, creating a target project according to the project information and the module mapping file.
2. The method according to claim 1, wherein the identifying the simulink project to be converted and acquiring the project information included in the simulink project to be converted specifically include:
and identifying an Application Program Interface (API) function of the simulink project to be converted, and acquiring project information included in the simulink project to be converted.
3. The method according to claim 1 or 2, wherein the engineering information includes module information of the simulink engineering to be converted, configuration parameter information of each module in the simulink engineering to be converted, wiring information of the simulink engineering to be converted, and subsystem information of the simulink engineering to be converted; the module information includes a plurality of module types included in the simulink project to be converted and the number of each module type.
4. The method of claim 1, further comprising:
acquiring first module type information of simulink software;
acquiring second module type information of GCKontrol software;
and generating and storing the module mapping file according to the first module type information and the second module type information.
5. The method as claimed in claim 3, wherein the step of creating a target project according to the project information and the module mapping file in GCKontrol software comprises:
creating a new project in GCKontrol software;
creating a plurality of target modules in the new project according to the module information of the simulink project to be converted and the module mapping file;
configuring the plurality of target modules according to the configuration parameter information of each module in the simulink project to be converted to generate a plurality of configured target modules;
determining a connection relation between each module in the target modules with the completed configuration according to the connection information of the simulink project to be converted, and connecting the target modules with the completed configuration according to the connection relation to obtain a plurality of target modules with the connection relation and the completed configuration;
creating one or more target virtual subsystems in the new project according to the subsystem information of the simulink project to be converted, and determining one or more target modules contained in each target virtual subsystem;
and saving the new project to obtain the target project.
6. The method according to claim 5, wherein the creating a plurality of target modules in the new project according to the module information of the simulink project to be converted and the module mapping file comprises:
and according to the module information of the simulink project to be converted and the module mapping file, creating the plurality of target modules in the new project through an API (application programming interface) function of GCKontrol software.
7. An engineering conversion system, the system comprising:
the system comprises an identification module, a conversion module and a conversion module, wherein the identification module is used for identifying the simulink project to be converted and acquiring project information included in the simulink project to be converted;
the mapping file reading module is used for acquiring a pre-stored module mapping file;
and the project creation module is used for creating a target project in GCKontrol software according to the project information and the module mapping file.
8. The system according to claim 7, wherein the identification module is specifically configured to identify an application program interface API function of the simulink project to be converted, and acquire the project information included in the simulink project to be converted.
9. The system according to claim 7 or 8, wherein the engineering information includes module information of the simulink engineering to be converted, configuration parameter information of each module in the simulink engineering to be converted, wiring information of the simulink engineering to be converted, and subsystem information of the simulink engineering to be converted; the module information includes a plurality of module types and the number of each module type included in the simulink project to be converted.
10. The system of claim 7, further comprising:
the acquisition module is used for acquiring first module type information of simulink software; acquiring second module type information of GCKontrol software;
and the generating module is used for generating and storing the module mapping file according to the first module type information and the second module type information.
CN202211372026.XA 2022-11-03 2022-11-03 Engineering conversion method and system Pending CN115686503A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211372026.XA CN115686503A (en) 2022-11-03 2022-11-03 Engineering conversion method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211372026.XA CN115686503A (en) 2022-11-03 2022-11-03 Engineering conversion method and system

Publications (1)

Publication Number Publication Date
CN115686503A true CN115686503A (en) 2023-02-03

Family

ID=85048389

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211372026.XA Pending CN115686503A (en) 2022-11-03 2022-11-03 Engineering conversion method and system

Country Status (1)

Country Link
CN (1) CN115686503A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514331A (en) * 2013-09-30 2014-01-15 西北工业大学 Method for converting Simulink model into UML model
CN115270406A (en) * 2022-06-17 2022-11-01 中国电子产品可靠性与环境试验研究所((工业和信息化部电子第五研究所)(中国赛宝实验室)) Model conversion method, device, computer equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514331A (en) * 2013-09-30 2014-01-15 西北工业大学 Method for converting Simulink model into UML model
CN115270406A (en) * 2022-06-17 2022-11-01 中国电子产品可靠性与环境试验研究所((工业和信息化部电子第五研究所)(中国赛宝实验室)) Model conversion method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110008113B (en) Test method and device and electronic equipment
CN109726507B (en) Efficient multifunctional verification method
CN106371813A (en) Simulink-based motor controller software generation method for electric vehicle
CN105608254A (en) Automated design method and platform oriented to intelligent hardware system development
CN111859834B (en) UVM-based verification platform development method, system, terminal and storage medium
CN102004952B (en) Measuring resource control system and measuring resource control method
CN104268079A (en) POS (Point Of Sale) application program testing method and system
CN111176984A (en) Signal-oriented automatic test implementation method
CN107632827A (en) The generation method and device of the installation kit of application
CN108121657A (en) Programmable logic device software simulation verification system based on system model
CN112733490A (en) System-level verification method and system of chip and related device
CN116049014A (en) AMBA bus verification platform generation method and device
CN112926109B (en) Visual modeling method for virtual operating environment of complex embedded system
CN106301976A (en) A kind of intelligent substation schedule information automated testing method
CN112732237B (en) Method and system for constructing code-free development technology model
CN108228965B (en) Simulation verification method, device and equipment for memory cell
CN106970787A (en) A kind of automobile controller rapid prototyping implementation method
CN115686503A (en) Engineering conversion method and system
CN111399829A (en) Waveform modeling method and terminal based on model driving
CN111176995A (en) Test method and test system based on big data test case
CN111580409A (en) Fault simulation test method for real-time embedded system
CN105162645A (en) Interoperability test method based on PIIF configuration
CN113139359B (en) Virtual simulation test method based on FPGA embedded processor
CN106301833A (en) A kind of transformer station schedule information method of testing
CN104615539A (en) Measurement parameter processing method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20230203

RJ01 Rejection of invention patent application after publication