CN117539772A - Method and system for realizing configuration software based on Web - Google Patents

Method and system for realizing configuration software based on Web Download PDF

Info

Publication number
CN117539772A
CN117539772A CN202311559882.0A CN202311559882A CN117539772A CN 117539772 A CN117539772 A CN 117539772A CN 202311559882 A CN202311559882 A CN 202311559882A CN 117539772 A CN117539772 A CN 117539772A
Authority
CN
China
Prior art keywords
software
web
different functions
cloud platform
nodes
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
CN202311559882.0A
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.)
Huizhou Yutai Energy Co ltd
Utek Technology Shenzhen Co ltd
Original Assignee
Huizhou Yutai Energy Co ltd
Utek Technology Shenzhen 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 Huizhou Yutai Energy Co ltd, Utek Technology Shenzhen Co ltd filed Critical Huizhou Yutai Energy Co ltd
Priority to CN202311559882.0A priority Critical patent/CN117539772A/en
Publication of CN117539772A publication Critical patent/CN117539772A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention is applicable to the technical field of Internet cloud configuration software, and provides a method and a system for realizing configuration software based on Web, wherein the method comprises the following steps: after logging in the Web cloud platform through authorization, allowing configuration of parameters of one or more functional nodes, dragging and importing the functional nodes with different functions, and creating a flow task to generate a prefabricated program; performing simulation debugging on the prefabricated software, and finally generating software to be deployed on corresponding equipment by one key; the function node is used for debugging the foundation when the function node is preset, and only interface parameters are required to be configured when configuration is required; the cloud terminal is used for compiling software in a dragging mode from the cloud terminal, one piece of software is deployed on the equipment, the threshold is low, the stability is high, and user experience is improved.

Description

Method and system for realizing configuration software based on Web
Technical Field
The invention belongs to the technical field of Internet cloud configuration software, and particularly relates to a method and a system for realizing configuration software based on Web.
Background
The general configuration software is based on a CS architecture, cannot meet the requirements of Internet cloud deployment, is long in development and debugging time and poor in compatibility, requires users to have certain technical capability and debugging experience, and is high in maintenance and updating software cost and low in updating speed.
Disclosure of Invention
In view of the above-mentioned shortcomings of the prior art, the present invention aims to provide a method and a system for implementing configuration software based on Web, so as to solve the problems that the prior art cannot provide an effective method for implementing configuration software based on Web, so that software cannot be deployed from a cloud to a device, development threshold is high, basic debugging needs to be performed on functional components, and user experience is poor.
In one aspect, the present invention provides a method for implementing configuration software based on Web, the method comprising the following steps:
authorizing to log in the Web cloud platform;
configuring parameters of one or more functional nodes;
dragging and importing a plurality of function nodes with different functions, and creating a flow task to generate a prefabricated program;
performing simulation debugging on the prefabricated software;
generating software is deployed on corresponding equipment by one key.
Further, the authorizing login Web cloud platform includes:
and after registering an account number and binding login equipment by the Web cloud platform, logging in the Web cloud platform by using the bound login equipment.
Preferably, the method further comprises:
binding a mobile phone number, sending a verification code to the mobile phone number, verifying the verification code when logging in the Web cloud platform, and authorizing to log in the Web cloud platform after the verification code passes verification.
Further, the configuring parameters of one or more functional nodes includes: one or more of an application layer, a presentation layer, a session layer, a transport layer, a network layer, a data link layer, and a physical layer is configured.
Preferably, the method further comprises:
the attributes and the appearance of the function node are described by using an HTML file, and the functions of the function node are described by using a JS file.
Further, the dragging the function node importing a plurality of different functions and creating a flow task generating prefabricated program includes:
the function node connecting a plurality of different functions creates a flow task to generate a prefabricated program.
Further, the performing simulation debugging on the prefabricated program further includes:
and outputting the parameters of the functional nodes.
Preferably, the dragging imports the function node of a plurality of different functions, and creating a flow task generating pre-program includes:
creating a flow chart based on the function nodes with a plurality of different functions, acquiring connection relations among the function nodes with the plurality of different functions in the flow chart, and configuring a corresponding connection algorithm based on the connection relations to connect the function nodes with the plurality of different functions;
the connection relation includes: judging connection, selecting connection, and connecting one or more of the conditions;
the creation flow chart includes: invoking the VISIO software creates the flow chart.
In another aspect, the present invention provides a Web-based configuration software implementation system, the system comprising:
a login verification unit which authorizes login to the Web cloud platform;
a template storage unit for storing a plurality of the function nodes in a classified manner;
the configuration unit is used for dragging the function node out of the template storage unit and configuring parameters of the function node;
the configuration unit is used for dragging and importing the function nodes with a plurality of different functions from the configuration unit, and creating a flow task to generate a prefabricated program;
the debugging unit is used for carrying out simulation debugging on the prefabricated software;
a software generation unit that generates software;
and the deployment unit deploys the protected software to the corresponding equipment by one key.
In another aspect, the present invention also provides a non-volatile computer-readable storage medium storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the Web-based configuration software implementation method described above.
The invention has the beneficial effects that: after logging in the Web cloud platform through authorization, allowing configuration of parameters of one or more functional nodes, dragging and importing the functional nodes with different functions, and creating a flow task to generate a prefabricated program; performing simulation debugging on the prefabricated software, and finally generating software to be deployed on corresponding equipment by one key; the function node is used for debugging the foundation when the function node is preset, and only interface parameters are required to be configured when configuration is required; the cloud terminal is used for compiling software in a dragging mode from the cloud terminal, one piece of software is deployed on the equipment, the threshold is low, the stability is high, and user experience is improved.
Drawings
FIG. 1 is a flowchart of a method for implementing Web-based configuration software according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a Web-based configuration software implementation system according to a second embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
The following describes in detail the implementation of the present invention in connection with specific embodiments:
implementation of the embodimentsExample one:
fig. 1 shows an implementation flow of a Web-based configuration software implementation method according to an embodiment of the present invention, and for convenience of explanation, only the portions relevant to the embodiment of the present invention are shown, which are described in detail below:
in step S101, login to the Web cloud platform is authorized;
in an embodiment of the present invention, authorizing login to a Web cloud platform includes: and after registering the account number and binding the login equipment by the Web cloud platform, logging in the Web cloud platform by using the bound login equipment.
Preferably, the method further comprises: binding a mobile phone number, sending an authentication code to the mobile phone number, authenticating the authentication code when logging in the Web cloud platform, and authorizing to log in the Web cloud platform after the authentication code passes authentication; and realizing encryption verification of the user identity.
In step S102, configuring parameters of one or more functional nodes;
in an embodiment of the present invention, configuring parameters of one or more functional nodes includes: one or more of an application layer, a presentation layer, a session layer, a transport layer, a network layer, a data link layer, and a physical layer is configured. For example: if the serial port node sets information such as serial port equipment name, baud rate, data bit, stop bit, check bit and the like (related to physical layer), and if the database node sets database type, access address and port, user name password, SQL statement and the like (related to physical layer, application layer, presentation layer, session layer and transmission layer),
in step S103, a plurality of function nodes with different functions are dragged and imported, and a flow task generating prefabricated program is created;
in the embodiment of the invention, further, the attribute and the appearance of the function node are described by using an HTML file, and the function of the function node is described by using a JS file. The configuration software uses BS architecture, uses a visual model to package specific functions such as interface access, network protocol, industrial protocol, edge calculation and the like into nodes, and can start to create software (application program) by dragging the nodes from a template storage unit (template area) to a configuration unit (working area) and connecting the nodes together in a browser, and the application program can be deployed into the device running environment by clicking once.
Further, dragging the function nodes with a plurality of different functions, and creating the flow task generation prefabricated program comprises: a function node connecting a plurality of different functions creates a flow task to generate a pre-program.
Preferably, dragging the function node importing a plurality of different functions, and creating the flow task generating pre-program includes: creating a flow chart based on a plurality of functional nodes with different functions, acquiring connection relations among the functional nodes with different functions in the flow chart, and configuring a corresponding connection algorithm based on the connection relations to connect the functional nodes with different functions; the connection relation includes: judging connection, selecting connection, and connecting one or more of the conditions; the creation flow chart comprises the following steps: calling VISIO software to create a flow chart; the convenience of operation is greatly improved, the threshold is lower when the VISIO flow chart is directly converted, and the applicability is wide.
In step S104, performing simulation debugging on the prefabricated software;
in an embodiment of the present invention, performing simulation debugging on the prefabricated program further includes: outputting parameters of the functional nodes. So that the developer can debug the program and find out the error modification data.
In step S105, the generation software is deployed on the corresponding device by one key.
In the embodiment of the invention, the step of manually downloading the software and locally installing the software is omitted, the software installation threshold is greatly reduced, and the user experience is improved.
In the embodiment of the invention, after logging in the Web cloud platform through authorization, parameters of one or more function nodes are allowed to be configured, then the function nodes with a plurality of different functions are dragged and imported, and a flow task is created to generate a prefabricated program; performing simulation debugging on the prefabricated software, and finally generating software to be deployed on corresponding equipment by one key; the function node is used for debugging the foundation when the function node is preset, and only interface parameters are required to be configured when configuration is required; the cloud terminal is used for compiling software in a dragging mode from the cloud terminal, one piece of software is deployed on the equipment, the threshold is low, the stability is high, and user experience is improved.
Embodiment two:
fig. 2 shows a structure of a Web-based configuration software implementation system according to a second embodiment of the present invention, for convenience of explanation, only a portion related to the embodiment of the present invention is shown, where the structure includes:
a login verification unit 201 which authorizes login to the Web cloud platform;
a template storage unit 202 that stores a plurality of functional nodes in a classified manner;
a configuration unit 203, configured to drag out the function node from the template storage unit, and configure parameters of the function node; namely: responsible for the construction and configuration of the flow, and setting node parameters by a developer through an attribute page;
a configuration unit 204, configured to drag and import a plurality of function nodes with different functions from the configuration unit, and create a flow task to generate a prefabricated program; namely: creating an example;
the debugging unit 205 is used for performing simulation debugging on the prefabricated software;
a software generation unit 206 that generates software;
the deployment unit 207 deploys the protected software to the corresponding device by one key.
In the embodiment of the present invention, each unit of the Web-based configuration software implementation system may be implemented by a corresponding hardware or software unit, and each unit may be an independent software or hardware unit, or may be integrated into one software or hardware unit, which is not used to limit the present invention.
Embodiment III:
a third embodiment of the present invention provides a non-volatile computer-readable storage medium storing computer-executable instructions that are executed by one or more processors, for example, to perform the method steps S101 to S105 in fig. 1 described above.
By way of example, nonvolatile storage media can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically erasable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM), which acts as external cache memory. By way of illustration and not limitation, RAM is available in many forms such as Synchronous RAM (SRAM), dynamic RAM, (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), enhanced SDRAM (ESDRAM), synchlink DRAM (SLDRAM), and Direct Rambus RAM (DRRAM). The disclosed memory components or memories of the operating environments described herein are intended to comprise one or more of these and/or any other suitable types of memory.
Conditional language such as "capable," "energy," "possible," or "may," among others, is generally intended to convey that a particular embodiment can include (but other embodiments do not include) particular features, elements, and/or operations unless specifically stated otherwise or otherwise understood within the context as used. Thus, such conditional language is not generally intended to imply that features, elements and/or operations are in any way required for one or more embodiments or that one or more embodiments must include logic for deciding, with or without student input or prompting, whether these features, elements and/or operations are included or are to be performed in any particular embodiment.
What has been described herein in the specification and drawings includes examples that can provide Web-based configuration software implementations methods and systems. It is, of course, not possible to describe every conceivable combination of components and/or methodologies for purposes of describing the various features of the present disclosure, but it may be appreciated that many further combinations and permutations of the disclosed features are possible. It is therefore evident that various modifications may be made thereto without departing from the scope or spirit of the disclosure. Further, or in the alternative, other embodiments of the disclosure may be apparent from consideration of the specification and drawings, and practice of the disclosure as presented herein. It is intended that the examples set forth in this specification and figures be considered illustrative in all respects as illustrative and not limiting. Although specific terms are employed herein, they are used in a generic and descriptive sense only and not for purposes of limitation.

Claims (10)

1. A Web-based configuration software implementation method, the method comprising the steps of:
authorizing to log in the Web cloud platform;
configuring parameters of one or more functional nodes;
dragging and importing a plurality of function nodes with different functions, and creating a flow task to generate a prefabricated program;
performing simulation debugging on the prefabricated software;
generating software is deployed on corresponding equipment by one key.
2. The method of claim 1, wherein authorizing to log into the Web cloud platform comprises:
and after registering an account number and binding login equipment by the Web cloud platform, logging in the Web cloud platform by using the bound login equipment.
3. The method of claim 2, wherein the method further comprises:
binding a mobile phone number, sending a verification code to the mobile phone number, verifying the verification code when logging in the Web cloud platform, and authorizing to log in the Web cloud platform after the verification code passes verification.
4. The method of claim 1, wherein the configuring parameters of one or more functional nodes comprises: one or more of an application layer, a presentation layer, a session layer, a transport layer, a network layer, a data link layer, and a physical layer is configured.
5. The method of claim 1, wherein the method further comprises:
the attributes and the appearance of the function node are described by using an HTML file, and the functions of the function node are described by using a JS file.
6. The method of claim 1, wherein the dragging imports the function node for a plurality of different functions and creating a flow task generation pre-program comprises:
the function node connecting a plurality of different functions creates a flow task to generate a prefabricated program.
7. The method of claim 1, wherein said performing simulation debugging of said pre-program further comprises:
and outputting the parameters of the functional nodes.
8. The method of claim 1, wherein the dragging imports the function node for a plurality of different functions and creating a flow task generation pre-program comprises:
creating a flow chart based on the function nodes with a plurality of different functions, acquiring connection relations among the function nodes with the plurality of different functions in the flow chart, and configuring a corresponding connection algorithm based on the connection relations to connect the function nodes with the plurality of different functions;
the connection relation includes: judging connection, selecting connection, and connecting one or more of the conditions;
the creation flow chart includes: invoking the VISIO software creates the flow chart.
9. A Web-based configuration software implementation system, the system comprising:
a login verification unit which authorizes login to the Web cloud platform;
a template storage unit for storing a plurality of the function nodes in a classified manner;
the configuration unit is used for dragging the function node out of the template storage unit and configuring parameters of the function node;
the configuration unit is used for dragging and importing the function nodes with a plurality of different functions from the configuration unit, and creating a flow task to generate a prefabricated program;
the debugging unit is used for carrying out simulation debugging on the prefabricated software;
a software generation unit that generates software;
and the deployment unit deploys the protected software to the corresponding equipment by one key.
10. A non-transitory computer-readable storage medium storing computer-executable instructions which, when executed by one or more processors, cause the one or more processors to perform the Web-based configuration software implementation method of any of claims 1-8.
CN202311559882.0A 2023-11-22 2023-11-22 Method and system for realizing configuration software based on Web Pending CN117539772A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311559882.0A CN117539772A (en) 2023-11-22 2023-11-22 Method and system for realizing configuration software based on Web

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311559882.0A CN117539772A (en) 2023-11-22 2023-11-22 Method and system for realizing configuration software based on Web

Publications (1)

Publication Number Publication Date
CN117539772A true CN117539772A (en) 2024-02-09

Family

ID=89789620

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311559882.0A Pending CN117539772A (en) 2023-11-22 2023-11-22 Method and system for realizing configuration software based on Web

Country Status (1)

Country Link
CN (1) CN117539772A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111352684A (en) * 2020-02-27 2020-06-30 珠海格力电器股份有限公司 Building control point location programming system and method
CN114201159A (en) * 2021-12-16 2022-03-18 珠海格力电器股份有限公司 System for self-defining combined control of configuration software and design system of configuration software
US20230056518A1 (en) * 2020-04-30 2023-02-23 Huawei Cloud Computing Technologies Co., Ltd. Payment Method and System Based on Cloud Application Instance, and Related Device
CN115794254A (en) * 2022-11-29 2023-03-14 三峡大学 Component research and development management platform and method based on cloud computing

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111352684A (en) * 2020-02-27 2020-06-30 珠海格力电器股份有限公司 Building control point location programming system and method
US20230056518A1 (en) * 2020-04-30 2023-02-23 Huawei Cloud Computing Technologies Co., Ltd. Payment Method and System Based on Cloud Application Instance, and Related Device
CN114201159A (en) * 2021-12-16 2022-03-18 珠海格力电器股份有限公司 System for self-defining combined control of configuration software and design system of configuration software
CN115794254A (en) * 2022-11-29 2023-03-14 三峡大学 Component research and development management platform and method based on cloud computing

Similar Documents

Publication Publication Date Title
CN102281311B (en) Method, system and device for implementing network service based on open application programming interface
CN106101242B (en) The construction method and device of block chain cloud service platform
CN108304207A (en) Mix the resource regeneration method and system of APP application programs
CN109829296A (en) The sandbox implementation method of intelligent contract based on alliance's chain
CN110784450A (en) Single sign-on method and device based on browser
KR20160058744A (en) Method and apparatus for code virtualization and remote process call generation
CN104486343A (en) Method and system for double-factor bidirectional authentication
CN103248525A (en) Method and device of configuring network resources
CN105812323A (en) Method and device for accessing data by crossing network domains
WO2012041046A1 (en) Application store system and development method using the application store system
CN109391618A (en) A kind of method for building up and system of communication link
CN108923997A (en) A kind of cloud service node automatic test approach and device based on python
Rouland et al. A formal methods approach to security requirements specification and verification
CN105791249A (en) Third-party application processing method, device and system
CN111193707A (en) Pre-verification access method and device based on enterprise browser
CN111045722A (en) Intelligent contract packaging method, device, system, computer equipment and storage medium
CN117539772A (en) Method and system for realizing configuration software based on Web
CN115811513B (en) Third party interface request design method, device and storage medium
CN110855656B (en) Plug-in flow proxy method, device and system capable of realizing application server protection
CN111211902A (en) Digital signature method and device based on enterprise browser
CN104539585B (en) Method, browser client and the device of the anti-injection of browser
CN114912149B (en) BIM cloud design platform and achievement protection method based on blockchain technology
CN112417403B (en) Automatic system authentication and authorization processing method based on GitLab API
CN113591279A (en) Method, device, equipment and storage medium for on-line modeling simulation
CN109587013A (en) APP network compatibility test method, device, computer equipment and storage medium

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