CN115495137A - Configuration system and method for intelligent fusion terminal APP development - Google Patents

Configuration system and method for intelligent fusion terminal APP development Download PDF

Info

Publication number
CN115495137A
CN115495137A CN202211394782.2A CN202211394782A CN115495137A CN 115495137 A CN115495137 A CN 115495137A CN 202211394782 A CN202211394782 A CN 202211394782A CN 115495137 A CN115495137 A CN 115495137A
Authority
CN
China
Prior art keywords
file
development
deployed
intelligent
configuration
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
CN202211394782.2A
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 Smartchip Semiconductor Technology Co Ltd
Original Assignee
Beijing Smartchip Semiconductor 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 Beijing Smartchip Semiconductor Technology Co Ltd filed Critical Beijing Smartchip Semiconductor Technology Co Ltd
Priority to CN202211394782.2A priority Critical patent/CN115495137A/en
Publication of CN115495137A publication Critical patent/CN115495137A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The utility model relates to a distribution internet of things technical field, concretely relates to configuration system and method for intelligent integration terminal APP development, configuration system includes: the flexible development platform is used for providing an independent intelligent fusion terminal APP development space; the hardware simulation module is used for full simulation of the main control chip and/or hardware equipment interface simulation; and the data twin test platform is used for mapping the data of the real power distribution area to the hardware simulation module in real time for full analysis. According to the technical scheme, the part which is possibly risked in the software research and development process is hidden in the platform infrastructure, in the terminal service software research and development process, developers only need to consider specific functions and logics, then assembly splicing and parameter adjustment are carried out through the graphical interface of the configuration system, APP development can be completed, meanwhile, the trouble of building a software and hardware debugging test platform by themselves is eliminated, and the performance of the APP in the real production environment can be effectively verified.

Description

Configuration system and method for intelligent fusion terminal APP development
Technical Field
The disclosure relates to the technical field of distribution internet of things, in particular to a configuration system and method for intelligent fusion terminal APP development.
Background
The intelligent power distribution integration terminal is generally applied to a power distribution internet of things system. Compared with the traditional embedded software development, the fusion terminal uses a containerization technology and applies APP to the application program. Containerization has satisfied the isolation of software operating environment, and the APP packing then can supply the extra code that the program operation needs, reduces the dependence of software to operating environment, still remaining partial problem is compelled to perfect, as follows:
1. the development environment is not uniform, and the compiling options and the dependent library version are disordered;
2. the method comprises the following steps that functional logic is repeatedly developed, the code quality cannot be controlled, and common functions such as log management, equipment operation, data reading and writing need to be realized by each APP, so that a large amount of repeated labor exists, and the condition that the overall operation of a terminal is influenced due to abnormal resource calling of individual APPs exists;
3. the APP packaging and running are not standard, and excessive library files, configuration files or other unnecessary files are placed in the APP packaging process;
4. debugging environments are not uniform, and developers run debugging environments, such as a terminal system version cannot be updated in time, a service protocol version of the debugging environment is delayed, and the like;
5. the service verification means is deficient, and the service verification is mainly carried out by an old protocol testing tool at present, so that the defect of data idealization exists;
6. the field defect repair cycle is long, the positioning problem is high in cost and difficulty, most of the problems exposed on the field need to be captured and positioned on the field by research and development maintenance personnel, and the cost is high, the difficulty is high, and the cycle is long.
Disclosure of Invention
In order to solve the problems in the related art, the embodiments of the present disclosure provide a configuration system and method for intelligent convergence terminal APP development.
In a first aspect, an embodiment of the present disclosure provides a configuration system for intelligent converged terminal APP development, including:
the flexible development platform is used for providing an independent intelligent fusion terminal APP development space;
the hardware simulation module is used for full simulation of the main control chip and/or hardware equipment interface simulation;
and the data twin test platform is used for mapping the data of the real power distribution area to the hardware simulation module in real time for full analysis.
According to an embodiment of the present disclosure, the flexible development platform comprises: online visualization of IDE environments, component libraries, persistent integration modules, and basic service software development toolkits.
According to an embodiment of the present disclosure, the online visualization IDE environment includes: event drivers, execution engines, graphics editors, and Flow designers.
In a second aspect, an embodiment of the present disclosure provides a configuration method for intelligent converged terminal APP development, including:
responding to an intelligent fusion terminal APP development request, and generating project configuration;
based on the project configuration, generating a file to be deployed after component dragging, splicing and parameter adjustment;
and deploying the file to be deployed at the intelligent fusion terminal, and issuing the file to be deployed at an application store after the file is authenticated by a digital twin test.
According to an embodiment of the present disclosure, the generating a file to be deployed after component dragging, splicing, and parameter adjusting based on the project configuration includes:
generating a code file after component dragging, splicing and parameter adjustment based on the project configuration;
and pushing the code file to a source code warehouse for code pulling, and generating a file to be deployed after compiling, constructing and packaging.
According to an embodiment of the present disclosure, the digital twin test-certified release at an application store comprises:
performing state monitoring on the service data debugging information of the intelligent fusion terminal in the running state;
if no state is abnormal, the authentication is passed and the intelligent fusion terminal APP is issued in an application store.
In a third aspect, an embodiment of the present disclosure provides a configuration apparatus for development of an intelligent convergence terminal APP, including:
the project configuration module is configured to respond to an APP development request of the intelligent fusion terminal and generate project configuration;
the generating module is configured to generate a file to be deployed after component dragging, splicing and parameter adjustment based on the project configuration;
and the release module is configured to deploy the file to be deployed at the intelligent fusion terminal, and release the file to be deployed at the application store after the digital twin test certification.
According to an embodiment of the present disclosure, the generating module includes:
the code file generation submodule is configured to generate a code file after component dragging, splicing and parameter adjustment based on the project configuration;
and the to-be-deployed file generation submodule is configured to push the code file to a source code warehouse for code pulling, and generate the to-be-deployed file after compiling, constructing and packaging.
According to an embodiment of the present disclosure, the publishing module includes:
the state monitoring submodule is configured to perform state monitoring on the service data debugging information of the running state of the intelligent fusion terminal;
and the issuing sub-module is configured to pass the authentication and issue the intelligent fusion terminal APP in the application store if no state is abnormal.
In a fourth aspect, the present disclosure provides an electronic device, including a memory and a processor, wherein the memory is configured to store one or more computer instructions, and wherein the one or more computer instructions are executed by the processor to implement the method according to any one of the second aspects.
In a fifth aspect, the disclosed embodiments provide a computer-readable storage medium having stored thereon computer instructions which, when executed by a processor, implement the method of any of the second aspects.
According to the technical scheme provided by the embodiment of the disclosure, the configuration system for intelligent fusion terminal APP development comprises: the flexible development platform is used for providing an independent intelligent fusion terminal APP development space; the hardware simulation module is used for full simulation of the main control chip and/or hardware equipment interface simulation; and the data twin test platform is used for mapping the data of the real power distribution area to the hardware simulation module in real time for full analysis. According to the technical scheme, the part which is possibly risked in the software research and development process is hidden in the platform infrastructure, in the terminal service software research and development process, developers only need to consider specific functions and logics, then component splicing and parameter adjustment are carried out through the graphical interface of the configuration system, APP development can be completed, meanwhile, the hardware simulation environment of the configuration system is used for debugging, verification and other follow-up work, the trouble of building a software and hardware debugging test platform by themselves is eliminated, the platform uses simulation data of a real power distribution station area, and the performance of APP in a real production environment can be effectively verified.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
Other features, objects, and advantages of the present disclosure will become more apparent from the following detailed description of non-limiting embodiments when taken in conjunction with the accompanying drawings. In the drawings.
Fig. 1 shows a schematic structural diagram of a configuration system for intelligent converged terminal APP development according to an embodiment of the present disclosure.
Fig. 2 shows a flowchart of a configuration method for intelligent converged terminal APP development according to an embodiment of the present disclosure.
Fig. 3 shows a specific flowchart of a configuration method for intelligent converged terminal APP development according to an embodiment of the present disclosure.
Fig. 4 shows a block diagram of a configuration apparatus for development of an intelligent convergence terminal APP according to an embodiment of the present disclosure.
Fig. 5 shows a block diagram of an electronic device according to an embodiment of the present disclosure.
FIG. 6 shows a schematic block diagram of a computer system suitable for use in implementing a method according to an embodiment of the present disclosure.
Detailed Description
Hereinafter, exemplary embodiments of the present disclosure will be described in detail with reference to the accompanying drawings so that those skilled in the art can easily implement them. Also, for the sake of clarity, parts not relevant to the description of the exemplary embodiments are omitted in the drawings.
In the present disclosure, it is to be understood that terms such as "including" or "having," etc., are intended to indicate the presence of the disclosed features, numerals, steps, actions, components, parts, or combinations thereof in the specification, and are not intended to preclude the possibility that one or more other features, numerals, steps, actions, components, parts, or combinations thereof are present or added.
It should be further noted that the embodiments and features of the embodiments in the present disclosure may be combined with each other without conflict. The present disclosure will be described in detail below with reference to the accompanying drawings in conjunction with embodiments.
In the present disclosure, if an operation of acquiring user information or user data or an operation of presenting user information or user data to others is involved, the operations are all operations authorized, confirmed, or actively selected by a user.
The intelligent power distribution fusion terminal is generally applied to a power distribution internet of things system. Compared with the traditional embedded software development, the fusion terminal uses a containerization technology and applies the application program APP. Containerization meets the isolation of a software running environment, APP packaging can supplement extra codes required by program running, dependence of software on the running environment is reduced, and the problems of the rest part are to be improved urgently.
The configuration system for intelligent integration terminal APP development, hide the part that probably produces the risk in the software research and development process to platform infrastructure, in carrying out terminal business software research and development process, the developer only need consider specific function and logic well, the development of APP can be accomplished to subassembly concatenation and parameter adjustment through the graphical interface of configuration system, use the hardware simulation environment of configuration system to debug simultaneously, follow-up work such as verification, the trouble of having saved oneself and having set up software and hardware debugging test platform, the platform uses the simulation data of real distribution station district, also can effectual verification APP in the performance of real production environment.
Fig. 1 shows a schematic structural diagram of a configuration system for intelligent converged terminal APP development according to an embodiment of the present disclosure. As shown in fig. 1, a configuration system 100 for intelligent converged terminal APP development includes: a flexible development platform 110, a hardware simulation module 120, and a data twinning test platform 130. The flexible development platform 110 is used for providing an independent intelligent converged terminal APP development space. The hardware simulation module 120 is used for master control chip full simulation and/or hardware device interface simulation. The data twin test platform 130 is used for mapping the data of the real power distribution station area to the hardware simulation module in real time for full analysis.
According to an embodiment of the present disclosure, the flexible development platform 110 includes: online visualization of the IDE environment, component libraries, persistent integration modules, and basic service software development toolkits. The online visualization IDE environment is the basis of development of micro applications (namely intelligent fusion terminals APP), developers can develop the micro applications by opening a web interface, visual dragging, connection, user-defined codes and the like are supported, and codes can be written through a high-level mode. The component library is a package of some general or industry specific capabilities in the form of a standard interface. When the system is used by developers, only input and output need to be concerned, an internal implementation mechanism does not need to be concerned, the basic capability of the multiplexing software is maximized, and the development efficiency is improved. The component library comprises a component Spec which is responsible for defining the technical standard and format of the component; the component Hub is a component storage and distribution center, and is convenient for sharing components; component references are accessed by importing corresponding components during application development, requiring declaration and automatic download. Compared with the traditional development mode, the development efficiency of the development is improved by at least 70% on the basis of the component library. The continuous integration module provides compiling, constructing and packaging functions aiming at the low-level language, provides constructing and packaging functions aiming at the high-level system, and the environments of different users are mutually isolated during constructing and packaging. The basic service software development kit encapsulates a new sdk development kit on the basis of a past lib library aiming at a high-level development language so as to enhance the capability of a flexible platform.
According to an embodiment of the present disclosure, the online visualization IDE environment includes: event drivers, execution engines, graphics editors, and Flow designers. The event driver is used for traversing the events in the queue, and when finding that the event arrives, executing the function related to the event. The execution engine runs the micro-application by running a sandbox, which can debug and run the code generated by the visual development. The graphic editor realizes a dragging type programming effect in a browser through modern web technology. The Flow designer concatenates the associated logic through the Flow based on the Flow design.
According to the embodiment of the disclosure, the development environment of the hardware simulation module 120 is consistent with the target environment, and full simulation of the main control chip and/or hardware device interface simulation is provided for developers. And aiming at CPUs with different instruction sets and different models, analog simulation is provided by using software. For example, the instruction set translation is to translate the simulation instruction into the bottom-layer execution instruction for the CPU chip that needs to be simulated; memory simulation is to open up memory resources required by a simulation system on a bottom node, and needs to be adjusted according to the characteristics of a simulated device. And internal equipment IO simulation such as hard disk, keyboard, network card and the like. In addition to the terminal device itself, there are many devices, whether peripheral devices or many various devices that are connected to the terminal, and these devices also need to simulate their functions in software.
According to the embodiment of the disclosure, a twin body is formed by mapping data of a real power distribution area into a simulation device of a virtual world in real time, so that a terminal of the real physical world and a simulation terminal of the virtual world. Data generated by the real transformer area needs to enter the virtual world simulation equipment in real time, and a pipeline needs to be established between the real world and the virtual world. The duct is transparent across many physical areas. With twin and real data, the performance of the new app in the production environment can be predicted and deduced. The full-scale analysis based on the twin test comprises scanning of code quality, scanning analysis of vulnerabilities, analysis of whether a malicious backdoor trojan horse exists and the like.
The configuration system for intelligent fusion terminal APP development provided by the embodiment of the present disclosure has the following features:
1. the development environment and the debugging environment are highly standardized and are updated uniformly;
2. providing a basic component which comprises calling modes of functions such as most of terminal services, management, acquisition, operation, resource scheduling, state monitoring and the like;
3. providing a graphical APP compiling scheme, completing specific services in the modes of component dragging, splicing and parameter adjustment, and hiding code compiling and compiling processes;
4. the one-key APP debugging, testing and quality detection functions reduce the debugging workload and automatically output quality rectification suggestions;
5. after the test is finished, automatically packaging to generate an APP packet to be issued;
6. providing a uniform simulation verification environment, desensitizing real data acquired on site to form a data sample library, and providing simulation data capable of reflecting real conditions on site for application;
7. and (4) carrying out state monitoring by using a unified platform, and carrying out full-period state monitoring and defect analysis on each link of each APP.
Fig. 2 shows a flowchart of a configuration method for intelligent converged terminal APP development according to an embodiment of the present disclosure. As shown in fig. 2, the configuration method for intelligent convergence terminal APP development includes the following steps S201 to S203:
in step S201, a project configuration is generated in response to an intelligent convergence terminal APP development request.
In step S202, based on the project configuration, a file to be deployed is generated after component dragging, splicing, and parameter adjustment.
Specifically, step S202 further includes the steps of:
generating a code file after component dragging, splicing and parameter adjustment based on the project configuration;
and pushing the code file to a source code warehouse for code pulling, and generating a file to be deployed after compiling, constructing and packaging.
In step S203, the file to be deployed is deployed at the intelligent fusion terminal, and is issued to the application store after being authenticated by the digital twin test.
Specifically, step S203 further includes the steps of:
performing state monitoring on the service data debugging information of the intelligent fusion terminal in the running state;
if the stateless state is abnormal, the authentication is passed and the intelligent fusion terminal APP is issued to the application store.
The configuration method for intelligent fusion terminal APP development, provided by the embodiment of the disclosure, is oriented to an intelligent fusion terminal, provides a graphical APP compiling scheme, completes specific services in a module dragging, splicing and parameter adjusting mode, and hides code compiling and compiling processes. Providing a unified simulation verification environment, forming a data sample library after desensitization of real data acquired on site, providing simulation data capable of reflecting real conditions on site for micro-application, and realizing full-period state monitoring and defect analysis of each link of each APP.
Fig. 3 shows a specific flowchart of a configuration method for intelligent convergence terminal APP development according to an embodiment of the present disclosure, and as shown in fig. 3, after components are dragged and spliced in an online visual IDE environment, local code debugging (i.e., parameter adjustment) is performed to obtain a code file, the code file is pushed to a source code warehouse, the source code warehouse provides branch management, merge management, and tag management functions, after code is pulled from the source code warehouse, a file to be deployed is generated by packing through a persistent integration module shown in fig. 1, and then is deployed at an intelligent convergence terminal, the intelligent convergence terminal runs state service data debugging information in a simulation environment, displays state monitoring data, and issues the information to an application store after passing authentication to be tested, thereby completing the whole intelligent convergence terminal APP development process.
Fig. 4 shows a block diagram of a configuration apparatus for development of an intelligent convergence terminal APP according to an embodiment of the disclosure. The apparatus may be implemented as part or all of an electronic device through software, hardware, or a combination of both.
As shown in fig. 4, the configuration apparatus 400 for developing an intelligent convergence terminal APP includes a project configuration module 410, a generation module 420, and an issuing module 430.
The project configuration module 410 is configured to generate project configuration in response to an intelligent convergence terminal APP development request;
the generating module 420 is configured to generate a file to be deployed after component dragging, splicing and parameter adjustment based on the project configuration;
the publishing module 430 is configured to deploy the file to be deployed at the intelligent convergence terminal, and publish the file to be deployed at the application store after the file is authenticated by the digital twin test.
The configuration device for development of the APP of the intelligent fusion terminal, provided by the embodiment of the disclosure, develops the APP to be developed based on the configuration module and the visual page, completes specific services in a mode of component dragging, splicing and parameter adjustment, and hides the processes of code compiling and compiling. Meanwhile, state monitoring can be carried out, so that full-period state monitoring and defect analysis can be carried out on each link of each APP.
According to an embodiment of the present disclosure, the generating module 420 includes:
the code file generation submodule is configured to generate a code file after component dragging, splicing and parameter adjustment based on the project configuration;
and the to-be-deployed file generation submodule is configured to push the code file to a source code warehouse for code pulling, and generate the to-be-deployed file after compiling, constructing and packaging.
According to an embodiment of the present disclosure, the publishing module 430 includes:
the state monitoring submodule is configured to perform state monitoring on the service data debugging information of the operation state of the intelligent fusion terminal;
and the issuing sub-module is configured to pass the authentication and issue the intelligent fusion terminal APP in the application store if no state is abnormal.
The present disclosure also discloses an electronic device, and fig. 5 shows a block diagram of the electronic device according to an embodiment of the present disclosure.
As shown in fig. 5, the electronic device includes a memory and a processor, where the memory is to store one or more computer instructions, where the one or more computer instructions are executed by the processor to implement a method according to an embodiment of the disclosure:
responding to an APP development request of the intelligent fusion terminal, and generating project configuration;
based on the project configuration, generating a file to be deployed after component dragging, splicing and parameter adjustment;
and deploying the file to be deployed at the intelligent fusion terminal, and issuing the file to be deployed at an application store after the file is authenticated by the digital twin test.
The configuration method for developing the APP of the intelligent fusion terminal, provided by the embodiment of the disclosure, develops the APP to be developed based on the configuration module and the visual page, completes specific services in a mode of component dragging, splicing and parameter adjustment, and hides the processes of code compiling and compiling. Meanwhile, state monitoring can be carried out, so that full-period state monitoring and defect analysis can be carried out on each link of each APP.
According to an embodiment of the present disclosure, the generating a file to be deployed after component dragging, splicing, and parameter adjustment based on the project configuration includes:
generating a code file after component dragging, splicing and parameter adjustment based on the project configuration;
and pushing the code file to a source code warehouse for code pulling, and generating a file to be deployed after compiling, constructing and packaging.
According to the embodiment of the disclosure, the digital twin test-certified release at the application store comprises:
performing state monitoring on the service data debugging information of the intelligent fusion terminal in the running state;
if no state is abnormal, the authentication is passed and the intelligent fusion terminal APP is issued in the application store
FIG. 6 shows a schematic block diagram of a computer system suitable for use in implementing a method according to an embodiment of the present disclosure.
As shown in fig. 6, the computer system includes a processing unit that can execute the various methods in the above-described embodiments according to a program stored in a Read Only Memory (ROM) or a program loaded from a storage section into a Random Access Memory (RAM). In the RAM, various programs and data necessary for the operation of the computer system are also stored. The processing unit, the ROM, and the RAM are connected to each other by a bus. An input/output (I/O) interface is also connected to the bus.
The following components are connected to the I/O interface: an input section including a keyboard, a mouse, and the like; an output section including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section including a hard disk and the like; and a communication section including a network interface card such as a LAN card, a modem, or the like. The communication section performs a communication process via a network such as the internet. The drive is also connected to the I/O interface as needed. A removable medium such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive as needed, so that the computer program read out therefrom is mounted into the storage section as needed. The processing unit can be realized as a CPU, a GPU, a TPU, an FPGA, an NPU and other processing units.
In particular, the above described methods may be implemented as computer software programs according to embodiments of the present disclosure. For example, embodiments of the present disclosure include a computer program product comprising a computer program tangibly embodied on a machine-readable medium, the computer program comprising program code for performing the above-described method. In such an embodiment, the computer program may be downloaded and installed from a network via the communication section, and/or installed from a removable medium.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units or modules described in the embodiments of the present disclosure may be implemented by software or by programmable hardware. The units or modules described may also be provided in a processor, and the names of the units or modules do not in some cases constitute a limitation of the units or modules themselves.
As another aspect, the present disclosure also provides a computer-readable storage medium, which may be a computer-readable storage medium included in the electronic device or the computer system in the above embodiments; or it may be a separate computer readable storage medium not incorporated into the device. The computer readable storage medium stores one or more programs for use by one or more processors in performing the methods described in the present disclosure.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the invention in the present disclosure is not limited to the specific combination of the above-mentioned features, but also encompasses other embodiments in which any combination of the above-mentioned features or their equivalents is possible without departing from the inventive concept. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.

Claims (11)

1. A configuration system for intelligent converged terminal APP development, comprising:
the flexible development platform is used for providing an independent intelligent fusion terminal APP development space;
the hardware simulation module is used for full simulation of the main control chip and/or hardware equipment interface simulation;
and the data twin test platform is used for mapping the data of the real power distribution area to the hardware simulation module in real time for full analysis.
2. The configuration system of claim 1, wherein the flexible development platform comprises: online visualization of IDE environments, component libraries, persistent integration modules, and basic service software development toolkits.
3. The configuration system of claim 2, wherein the online visualization IDE environment comprises: event drivers, execution engines, graphics editors, and Flow designers.
4. A configuration method for intelligent converged terminal APP development is characterized by comprising the following steps:
responding to an APP development request of the intelligent fusion terminal, and generating project configuration;
based on the project configuration, generating a file to be deployed after component dragging, splicing and parameter adjustment;
and deploying the file to be deployed at the intelligent fusion terminal, and issuing the file to be deployed at an application store after the file is authenticated by the digital twin test.
5. The configuration method according to claim 4, wherein the generating a file to be deployed after component dragging, splicing and parameter adjustment based on the project configuration comprises:
generating a code file after component dragging, splicing and parameter adjustment based on the project configuration;
and pushing the code file to a source code warehouse for code pulling, and generating a file to be deployed after compiling, constructing and packaging.
6. The configuration method according to claim 4, wherein the digital twin test certified release at an application store comprises:
performing state monitoring on the service data debugging information of the intelligent fusion terminal in the running state;
if the stateless state is abnormal, the authentication is passed and the intelligent fusion terminal APP is issued to the application store.
7. The utility model provides a configuration device for intelligent integration terminal APP development which characterized in that includes:
the project configuration module is configured to respond to an APP development request of the intelligent fusion terminal and generate project configuration;
the generating module is configured to generate a file to be deployed after component dragging, splicing and parameter adjustment based on the project configuration;
and the issuing module is configured to deploy the file to be deployed at the intelligent fusion terminal, and issue the file to be deployed at the application store after the authentication of the digital twin test.
8. The composition apparatus of claim 7, wherein the generation module comprises:
the code file generation submodule is configured to generate a code file after component dragging, splicing and parameter adjustment based on the project configuration;
and the to-be-deployed file generation submodule is configured to push the code file to a source code warehouse for code pulling, and generate the to-be-deployed file after compiling, constructing and packaging.
9. The organizing device of claim 7 wherein the publishing module comprises:
the state monitoring submodule is configured to perform state monitoring on the service data debugging information of the operation state of the intelligent fusion terminal;
and the issuing sub-module is configured to pass the authentication and issue the intelligent fusion terminal APP in the application store if no state is abnormal.
10. An electronic device comprising a memory and a processor; wherein the memory is configured to store one or more computer instructions, wherein the one or more computer instructions are executed by the processor to implement the method steps of any of claims 4-6.
11. A computer-readable storage medium having stored thereon computer instructions, characterized in that the computer instructions, when executed by a processor, carry out the method steps of any of claims 4-6.
CN202211394782.2A 2022-11-09 2022-11-09 Configuration system and method for intelligent fusion terminal APP development Pending CN115495137A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211394782.2A CN115495137A (en) 2022-11-09 2022-11-09 Configuration system and method for intelligent fusion terminal APP development

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211394782.2A CN115495137A (en) 2022-11-09 2022-11-09 Configuration system and method for intelligent fusion terminal APP development

Publications (1)

Publication Number Publication Date
CN115495137A true CN115495137A (en) 2022-12-20

Family

ID=85116361

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211394782.2A Pending CN115495137A (en) 2022-11-09 2022-11-09 Configuration system and method for intelligent fusion terminal APP development

Country Status (1)

Country Link
CN (1) CN115495137A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180121183A1 (en) * 2016-10-31 2018-05-03 General Electric Company Scalable and secure analytic model integration and deployment platform
CN111913734A (en) * 2020-08-06 2020-11-10 中国电子系统技术有限公司 On-line development platform based on micro-service technology system
CN112506482A (en) * 2020-12-03 2021-03-16 南方电网科学研究院有限责任公司 Data-driven full-life-cycle development platform of energy storage system
WO2021213770A1 (en) * 2020-04-20 2021-10-28 Benlink Ag Digital cloud-based platform and method for providing shell communication with cognitive cross-collaboration access using certified attribute parameters and operant conditioning tags
CN115062496A (en) * 2022-08-08 2022-09-16 北京智芯半导体科技有限公司 Verification method and device for embedded application, electronic equipment and chip

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180121183A1 (en) * 2016-10-31 2018-05-03 General Electric Company Scalable and secure analytic model integration and deployment platform
WO2021213770A1 (en) * 2020-04-20 2021-10-28 Benlink Ag Digital cloud-based platform and method for providing shell communication with cognitive cross-collaboration access using certified attribute parameters and operant conditioning tags
CN111913734A (en) * 2020-08-06 2020-11-10 中国电子系统技术有限公司 On-line development platform based on micro-service technology system
CN112506482A (en) * 2020-12-03 2021-03-16 南方电网科学研究院有限责任公司 Data-driven full-life-cycle development platform of energy storage system
CN115062496A (en) * 2022-08-08 2022-09-16 北京智芯半导体科技有限公司 Verification method and device for embedded application, electronic equipment and chip

Similar Documents

Publication Publication Date Title
US9678726B1 (en) Automatic generation of plugins for development tools
Hartman Model based test generation tools
US10909285B2 (en) Method for creating a model compatible with a simulation device
US7237223B2 (en) Apparatus and method for real-time caution and warning and system health management
Apvrille et al. Prototyping an embedded automotive system from its UML/SysML models
US9690681B1 (en) Method and system for automatically generating executable system-level tests
CN116069648A (en) Software testing method, system, equipment and storage medium
Sandmann et al. Autosar-compliant development workflows: From architecture to implementation-tool interoperability for round-trip engineering and verification and validation
US20060112397A1 (en) Cross-architecture software development
CN113900704A (en) Method and device for issuing application program installation package, readable medium and electronic equipment
Junghanns et al. Building virtual ECUs quickly and economically
CN116502437A (en) Signal-level simulation platform clouding method based on cloud+end architecture
US20070006121A1 (en) Development activity recipe
CN115495137A (en) Configuration system and method for intelligent fusion terminal APP development
CN115248680A (en) Software construction method, system, device, medium, and program product
CN115456628A (en) Intelligent contract viewing method and device based on block chain, storage medium and equipment
CN114174983B (en) Method and system for optimized automatic verification of advanced constructs
Bucaioni et al. From low-level programming to full-fledged industrial model-based development: the story of the Rubus Component Model
CN113031964A (en) Management method, device, equipment and storage medium for big data application
Orjala Unit testing methods for Internet of Things Mbed OS operating system
Willems et al. Virtual prototypes for software-dominated communication system designs
Hallerstede et al. A Mechanized Semantics for Component-Based Systems in the HAMR AADL Runtime
Choi Automated validation of IoT device control programs through domain-specific model generation
US11645193B2 (en) Heterogeneous services for enabling collaborative logic design and debug in aspect oriented hardware designing
Jaikamal et al. Advanced techniques for simulating ECU C-code on the PC

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: 20221220

RJ01 Rejection of invention patent application after publication