CN110609678A - Function programming method and device and configuration software system - Google Patents

Function programming method and device and configuration software system Download PDF

Info

Publication number
CN110609678A
CN110609678A CN201910788419.0A CN201910788419A CN110609678A CN 110609678 A CN110609678 A CN 110609678A CN 201910788419 A CN201910788419 A CN 201910788419A CN 110609678 A CN110609678 A CN 110609678A
Authority
CN
China
Prior art keywords
function
model
language
user
template plug
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
CN201910788419.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.)
Gree Electric Appliances Inc of Zhuhai
Original Assignee
Gree Electric Appliances Inc of Zhuhai
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 Gree Electric Appliances Inc of Zhuhai filed Critical Gree Electric Appliances Inc of Zhuhai
Priority to CN201910788419.0A priority Critical patent/CN110609678A/en
Publication of CN110609678A publication Critical patent/CN110609678A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven

Abstract

The invention relates to a function programming method, a device and a configuration software system, wherein the method comprises the following steps: reading a storage file, wherein a function written in a custom language format is stored in the storage file; processing the function according to the grammar of the user-defined language, and reconstructing a model of the function in a configuration software memory; calling a corresponding template plug-in from a template plug-in library according to a target platform and a language selected by a user; and outputting the model of the function as the code of the target platform and the language through the template plug-in. According to the technical scheme provided by the invention, the functions in the disk file are processed, the function models are reconstructed, and the functions are matched with the templates in the template plug-in library, so that codes corresponding to the target platform and the language are output according to the target platform and the language selected by a user, the expandability and diversity of configuration software and hardware products are improved, and the application scene is wide and the adaptability is strong.

Description

Function programming method and device and configuration software system
Technical Field
The invention relates to the technical field of function programming, in particular to a function programming method, a function programming device and a configuration software system.
Background
Configuration software is a custom concept in China, and is not clearly defined, and can be understood as 'configuration monitoring software'. The meaning of "configuration" is "Configure", "set", etc., which means that the user can complete the software functions required by the user in a simple manner like "building blocks", without writing a computer program, i.e., so-called "configuration". It is sometimes referred to as "secondary development" and the configuration software is referred to as a "secondary development platform". "supervisory control", i.e., "monitoring and control", refers to monitoring, controlling and managing an automation device or process by means of computer signals.
The executable file output by the general configuration software is specific to a certain product, namely the Siemens configuration software outputs hardware specific to Siemens, and the Wei-an configuration software outputs hardware specific to the Wei-an touch screen. Relatively speaking, the framework of the operating system and the implementation language adopted by a certain hardware product is relatively stable or pulse-dependent.
The existing technology is upgraded more and more quickly, and platforms to be output are diversified, such as computers (which can be divided into windows operating systems and linux operating systems), mobile devices (android and apple operating systems), websites and display screens; according to the type of executable program, the program can be divided into native code (such as C + + compiled program) and program code (such as java bytecode,. net program code) run by a virtual machine, and the like; it is also possible to output in various other languages, such as MFC, Qt library, etc. which may be classified according to their runtime libraries, even if C + +.
The above combinations vary widely, and in the case of changing target platforms and languages, users prefer that engineering functions in configuration software be available without modification. Simply speaking, a user does not need to program according to a target platform and a language specification selected by the user, and engineering function codes designed by using configuration software can be directly output according to the target platform and the language selected by the user. However, the existing configuration software is generally bound to its own proprietary hardware product and cannot be oriented to multiple platforms and languages.
Disclosure of Invention
In order to overcome the problems in the related art at least to a certain extent, the invention provides a function programming method, a function programming device and a configuration software system, so as to solve the problem that the configuration software in the prior art is generally bound to a private hardware product of the configuration software and cannot be oriented to multiple platforms and languages.
According to a first aspect of embodiments of the present invention, there is provided a function programming method, including:
reading a storage file, wherein a function written in a custom language format is stored in the storage file;
processing the function according to the grammar of the user-defined language, and reconstructing a model of the function in a configuration software memory;
calling a corresponding template plug-in from a template plug-in library according to a target platform and a language selected by a user;
and outputting the model of the function as the code of the target platform and the language through the template plug-in.
Preferably, the model of the function is a multi-branch tree model, and nodes of the multi-branch tree model represent block objects of the function.
Preferably, the method further comprises:
and displaying the model of the function and receiving the user's edition of the model of the function.
Preferably, the displaying the model of the function and receiving user edits to the model of the function includes:
calculating a visual layout of the function according to the model of the function;
displaying a model of the function according to the visual layout;
and receiving the editing of the function model by the user through a human-computer interaction interface.
Preferably, the model displaying the function comprises:
recursively calculating the display position of each node of the multi-branch tree model, and displaying the corresponding node at the display position; and/or the presence of a gas in the gas,
and if the user edits the multi-branch tree model, calculating the display positions of the other affected nodes by taking the changed nodes as starting points, and displaying the corresponding nodes at the display positions.
Preferably, the method further comprises:
and displaying the edited model of the function.
Preferably, the method further comprises:
and converting the edited function model into a disk file in a custom language format.
Preferably, the method further comprises:
detecting a template plug-in list and a version provided on an updating server;
and updating the template plug-in list and the version to the template plug-in library according to the authorization of the user.
According to a second aspect of embodiments of the present invention, there is provided a function programming apparatus including:
the reading module is used for reading a storage file, and a function written in a custom language format is stored in the storage file;
the reconstruction module is used for processing the function according to the grammar of the custom language and reconstructing a model of the function in a configuration software memory;
the calling module is used for calling the corresponding template plug-in from the template plug-in library according to the target platform and the language selected by the user;
and the output module is used for outputting the model of the function as a code of a target platform and a language through the template plug-in.
According to a third aspect of embodiments of the present invention, there is provided a configuration software system, including:
a processor for processing the received data, wherein the processor is used for processing the received data,
a memory for storing processor-executable instructions;
wherein the processor is configured to:
reading a storage file, wherein a function written in a custom language format is stored in the storage file;
processing the function according to the grammar of the user-defined language, and reconstructing a model of the function in a configuration software memory;
calling a corresponding template plug-in from a template plug-in library according to a target platform and a language selected by a user;
and outputting the model of the function as the code of the target platform and the language through the template plug-in.
The technical scheme provided by the embodiment of the invention can have the following beneficial effects:
compared with the prior art, the technical scheme provided by the invention has the advantages that the configuration software is used for programming at one time, the codes corresponding to the target platform and the language are operated by multiple platforms and languages, the expandability and diversity of the configuration software and hardware products are improved, the configuration software cannot be bound with a specific hardware environment, and the configuration software, the hardware products and the platforms can be evolved and developed respectively, so that the application scene is wide and the adaptability is strong.
In addition, the historical items compiled by the configuration software are adapted through the configuration software when the running hardware platform and the language are changed, the historical items do not need to be changed, the total cost for changing each historical item is saved by a small amount of configuration adaptation work, and the user experience degree is good and the satisfaction degree is high.
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 invention, as claimed.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
FIG. 1 is a flow chart illustrating a method of programming a function in accordance with an exemplary embodiment;
FIG. 2 is a flow chart diagram illustrating a method of programming a function in accordance with another illustrative embodiment;
FIG. 3 is a schematic block diagram illustrating a function programming apparatus in accordance with one illustrative embodiment;
FIG. 4 is an architecture diagram illustrating a configuration software system in accordance with an exemplary embodiment.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
FIG. 1 is a flow chart illustrating a method of programming a function, as shown in FIG. 1, according to an exemplary embodiment, the method comprising:
step S11, reading a storage file, wherein a function written in a custom language format is stored in the storage file;
step S12, processing the function according to the grammar of the custom language, and rebuilding the model of the function in the configuration software memory;
step S13, calling corresponding template plug-ins from the template plug-in library according to the target platform and the language selected by the user;
and step S14, outputting the model of the function as the code of the target platform and the language through the template plug-in.
It should be noted that the technical solution provided in this embodiment is applicable to a function programming device, preferably, a configuration software system.
It is understood that the function written in the custom language format is stored in the memory file, and the physical storage format of the written function is not specific to any platform and language and is stored in a format easily understood by the user. When the program runs, the functions are represented in memory in a manner that is independent of any particular platform and language.
Reading the disk file, processing the function code line according to the grammar of the custom language, and reconstructing the model of the function in the configuration software memory according to the function code line, wherein the custom language is used for facilitating the syntactic analysis of the function and emphasizing that the structural block of the function has a clear syntactic boundary.
It should be noted that, in the technical solution provided in this embodiment, the template plug-in is used to perform adaptation of a specific platform and language, and output the program code in the format required by the template plug-in. Before output, the configuration software can automatically detect the model correctness of the function, and the function can be output after passing through the model.
It can be understood that, in the technical scheme provided in this embodiment, the functions in the disk file are processed, and the models of the functions are reconstructed to be adapted to the templates in the template plug-in library, so that the codes corresponding to the target platform and the language are output according to the target platform and the language selected by the user.
Preferably, the model of the function is a multi-branch tree model, and nodes of the multi-branch tree model represent block objects of the function.
It is understood that the function model is represented by a multi-way tree, and the nodes of the multi-way tree represent the building block (if, while, for, switch, return, statement, expression, and placeholder, which are all defined as classes) objects of a function, and specifically include:
A. the conditional parts of If, while, for and switch are logical expressions, and the code body is composed of statements.
B. The statements are made of expressions.
C. The expression consists of placeholders in combination with operators.
Preferably, the method further comprises:
and displaying the model of the function and receiving the user's edition of the model of the function.
Preferably, the displaying the model of the function and receiving user edits to the model of the function includes:
calculating a visual layout of the function according to the model of the function;
displaying a model of the function according to the visual layout;
and receiving the editing of the function model by the user through a human-computer interaction interface.
It can be understood that, in the technical solution provided in this embodiment, the script representation and editing mode of general configuration software is not used, and the configuration software edits the function model in a graphical mode, so that the user operation and observation are facilitated, and the user experience degree is good and the satisfaction degree is high.
Further, if the user is familiar with the custom language grammar, the code text can be written in the usual way using that language, switching between graphical programming and text editing.
Preferably, the model displaying the function comprises:
recursively calculating the display position of each node of the multi-branch tree model, and displaying the corresponding node at the display position; and/or the presence of a gas in the gas,
and if the user edits the multi-branch tree model, calculating the display positions of the other affected nodes by taking the changed nodes as starting points, and displaying the corresponding nodes at the display positions.
Preferably, the method further comprises:
and displaying the edited model of the function.
Preferably, the method further comprises:
and converting the edited function model into a disk file in a custom language format.
It can be understood that the model of the function is stored persistently by converting the edited model of the function into the disk file in the custom language format, so that the adaptive capacity of the function is improved.
Preferably, the method further comprises:
detecting a template plug-in list and a version provided on an updating server;
and updating the template plug-in list and the version to the template plug-in library according to the authorization of the user.
It will be appreciated that the update server is primarily operable to store updated template plug-ins, authenticate received user update requests, and allow or deny user update requests based on the authentication results.
It should be noted that the configuration software can update the template plug-in as required to extend or upgrade the supportable target platform and language. Therefore, under the condition that the content of the configuration software project is not changed (independent of a function model and a storage file representation of a target platform and a language), the method can be expanded to more target platforms and languages by only adding the template plug-in.
Fig. 2 is a flow chart illustrating a method of programming a function, as shown in fig. 2, according to another exemplary embodiment, the method including:
step S21, reading a storage file, wherein a function written in a custom language format is stored in the storage file;
step S22, processing the function according to the grammar of the custom language, and rebuilding the model of the function in the configuration software memory;
step S23, displaying the function model, receiving the user' S edit to the function model, and converting the edited function model into a storage file with a custom language format;
step S24, calling corresponding template plug-ins from the template plug-in library according to the target platform and the language selected by the user;
step S25, outputting the model of the function as the code of the target platform and the language through the template plug-in;
step S26, detecting and updating the template plug-in list and version provided by the server;
and step S27, updating the template plug-in list and the version into the template plug-in library according to the authorization of the user.
It can be understood that, in the technical scheme provided in this embodiment, the functions in the disk file are processed, and the models of the functions are reconstructed to be adapted to the templates in the template plug-in library, so that the codes corresponding to the target platform and the language are output according to the target platform and the language selected by the user.
Fig. 3 is a schematic block diagram illustrating a function programming apparatus 100 according to another exemplary embodiment, as shown in fig. 3, the apparatus 100 including:
the reading module 101 is configured to read a disk file, where a function written in a custom language format is stored in the disk file;
the reconstruction module 102 is used for processing the function according to the grammar of the custom language and reconstructing a model of the function in a configuration software memory;
the calling module 103 is used for calling corresponding template plug-ins from the template plug-in library according to the target platform and the language selected by the user;
and the output module 104 is used for outputting the model of the function as the code of the target platform and the language through the template plug-in.
It can be understood that, in the technical scheme provided in this embodiment, the functions in the disk file are processed, and the models of the functions are reconstructed to be adapted to the templates in the template plug-in library, so that the codes corresponding to the target platform and the language are output according to the target platform and the language selected by the user.
A configuration software system is shown according to an exemplary embodiment of the invention, comprising:
a processor for processing the received data, wherein the processor is used for processing the received data,
a memory for storing processor-executable instructions;
wherein the processor is configured to:
reading a storage file, wherein a function written in a custom language format is stored in the storage file;
processing the function according to the grammar of the user-defined language, and reconstructing a model of the function in a configuration software memory;
calling a corresponding template plug-in from a template plug-in library according to a target platform and a language selected by a user;
and outputting the model of the function as the code of the target platform and the language through the template plug-in.
It should be noted that, in order to better understand the working principle of the configuration software system provided in the embodiment, reference may be made to the architecture diagram of the configuration software system shown in fig. 4.
It can be understood that, in the technical scheme provided in this embodiment, the functions in the disk file are processed, and the models of the functions are reconstructed to be adapted to the templates in the template plug-in library, so that the codes corresponding to the target platform and the language are output according to the target platform and the language selected by the user.
It is understood that the same or similar parts in the above embodiments may be mutually referred to, and the same or similar parts in other embodiments may be referred to for the content which is not described in detail in some embodiments.
It should be noted that the terms "first," "second," and the like in the description of the present invention are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. Further, in the description of the present invention, the meaning of "a plurality" means at least two unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (10)

1. A method of programming a function, comprising:
reading a storage file, wherein a function written in a custom language format is stored in the storage file;
processing the function according to the grammar of the user-defined language, and reconstructing a model of the function in a configuration software memory;
calling a corresponding template plug-in from a template plug-in library according to a target platform and a language selected by a user;
and outputting the model of the function as the code of the target platform and the language through the template plug-in.
2. The method of claim 1,
the model of the function is a multi-branch tree model, and nodes of the multi-branch tree model represent block objects of the function.
3. The method of claim 2, further comprising:
and displaying the model of the function and receiving the user's edition of the model of the function.
4. The method of claim 3, wherein displaying the model of the function and receiving user edits to the model of the function comprises:
calculating a visual layout of the function according to the model of the function;
displaying a model of the function according to the visual layout;
and receiving the editing of the function model by the user through a human-computer interaction interface.
5. The method of claim 3, wherein displaying the model of the function comprises:
recursively calculating the display position of each node of the multi-branch tree model, and displaying the corresponding node at the display position; and/or the presence of a gas in the gas,
and if the user edits the multi-branch tree model, calculating the display positions of the other affected nodes by taking the changed nodes as starting points, and displaying the corresponding nodes at the display positions.
6. The method of claim 3, further comprising:
and displaying the edited model of the function.
7. The method of claim 3, further comprising:
and converting the edited function model into a disk file in a custom language format.
8. The method of claim 1, further comprising:
detecting a template plug-in list and a version provided on an updating server;
and updating the template plug-in list and the version to the template plug-in library according to the authorization of the user.
9. A function programming apparatus, comprising:
the reading module is used for reading a storage file, and a function written in a custom language format is stored in the storage file;
the reconstruction module is used for processing the function according to the grammar of the custom language and reconstructing a model of the function in a configuration software memory;
the calling module is used for calling the corresponding template plug-in from the template plug-in library according to the target platform and the language selected by the user;
and the output module is used for outputting the model of the function as a code of a target platform and a language through the template plug-in.
10. A configuration software system, comprising:
a processor for processing the received data, wherein the processor is used for processing the received data,
a memory for storing processor-executable instructions;
wherein the processor is configured to:
reading a storage file, wherein a function written in a custom language format is stored in the storage file;
processing the function according to the grammar of the user-defined language, and reconstructing a model of the function in a configuration software memory;
calling a corresponding template plug-in from a template plug-in library according to a target platform and a language selected by a user;
and outputting the model of the function as the code of the target platform and the language through the template plug-in.
CN201910788419.0A 2019-08-26 2019-08-26 Function programming method and device and configuration software system Pending CN110609678A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910788419.0A CN110609678A (en) 2019-08-26 2019-08-26 Function programming method and device and configuration software system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910788419.0A CN110609678A (en) 2019-08-26 2019-08-26 Function programming method and device and configuration software system

Publications (1)

Publication Number Publication Date
CN110609678A true CN110609678A (en) 2019-12-24

Family

ID=68890459

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910788419.0A Pending CN110609678A (en) 2019-08-26 2019-08-26 Function programming method and device and configuration software system

Country Status (1)

Country Link
CN (1) CN110609678A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112559083A (en) * 2020-12-24 2021-03-26 成都新希望金融信息有限公司 Function plug-in execution method and device, electronic equipment and storage medium
CN113703739A (en) * 2021-09-03 2021-11-26 上海森亿医疗科技有限公司 Cross-language fusion computing method, system and terminal based on omiga engine
CN113824591A (en) * 2021-09-22 2021-12-21 珠海格力电器股份有限公司 Communication configuration method and device for configuration software
CN114020323A (en) * 2022-01-04 2022-02-08 阿里云计算有限公司 Model processing method, code obtaining method, device and electronic equipment
CN117118962A (en) * 2023-07-25 2023-11-24 领悦数字信息技术有限公司 Method and system for deploying user methods across multiple cloud platforms

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104484163A (en) * 2014-11-20 2015-04-01 北京索为高科系统技术有限公司 Heterogeneous model transformation method based on unified modeling environment
CN104504171A (en) * 2014-11-20 2015-04-08 北京索为高科系统技术有限公司 Modeling method based on unified modeling environment
CN105700934A (en) * 2016-02-19 2016-06-22 陕西瑞亚智能技术有限公司 Intelligent compiling method and intelligent compiling system
CN106126779A (en) * 2016-06-15 2016-11-16 南京国电南自美卓控制系统有限公司 It is applied to the configuration multiplexing method in SVG picture configuration
EP3163434A4 (en) * 2014-06-25 2018-02-21 Chengdu Puzhong Software Limited Company Software element model-based universal software modelling method for constructing software model
CN109255107A (en) * 2018-09-25 2019-01-22 珠海格力电器股份有限公司 Configuration software processing method, device, computer equipment and storage medium
US20190079906A1 (en) * 2015-09-25 2019-03-14 Amazon Technologies, Inc. Content rendering

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3163434A4 (en) * 2014-06-25 2018-02-21 Chengdu Puzhong Software Limited Company Software element model-based universal software modelling method for constructing software model
CN104484163A (en) * 2014-11-20 2015-04-01 北京索为高科系统技术有限公司 Heterogeneous model transformation method based on unified modeling environment
CN104504171A (en) * 2014-11-20 2015-04-08 北京索为高科系统技术有限公司 Modeling method based on unified modeling environment
US20190079906A1 (en) * 2015-09-25 2019-03-14 Amazon Technologies, Inc. Content rendering
CN105700934A (en) * 2016-02-19 2016-06-22 陕西瑞亚智能技术有限公司 Intelligent compiling method and intelligent compiling system
CN106126779A (en) * 2016-06-15 2016-11-16 南京国电南自美卓控制系统有限公司 It is applied to the configuration multiplexing method in SVG picture configuration
CN109255107A (en) * 2018-09-25 2019-01-22 珠海格力电器股份有限公司 Configuration software processing method, device, computer equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
侯恺: "工业组态软件中CFC语言的设计实现及语言转换的研究", 《中国优秀硕士学位论文全文数据库-信息科技辑》 *
赵城亮: "基于FBD的工业控制语言反编译系统研究", 《中国优秀硕士学位论文全文数据库-信息科技辑》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112559083A (en) * 2020-12-24 2021-03-26 成都新希望金融信息有限公司 Function plug-in execution method and device, electronic equipment and storage medium
CN112559083B (en) * 2020-12-24 2023-08-04 成都新希望金融信息有限公司 Function plug-in execution method, device, electronic equipment and storage medium
CN113703739A (en) * 2021-09-03 2021-11-26 上海森亿医疗科技有限公司 Cross-language fusion computing method, system and terminal based on omiga engine
CN113703739B (en) * 2021-09-03 2023-05-09 上海森亿医疗科技有限公司 Cross-language fusion calculation method, system and terminal based on omiga engine
CN113824591A (en) * 2021-09-22 2021-12-21 珠海格力电器股份有限公司 Communication configuration method and device for configuration software
CN114020323A (en) * 2022-01-04 2022-02-08 阿里云计算有限公司 Model processing method, code obtaining method, device and electronic equipment
WO2023130933A1 (en) * 2022-01-04 2023-07-13 阿里云计算有限公司 Model processing method and apparatus, code aquisition method and apparatus, and electronic device
CN117118962A (en) * 2023-07-25 2023-11-24 领悦数字信息技术有限公司 Method and system for deploying user methods across multiple cloud platforms
CN117118962B (en) * 2023-07-25 2024-03-22 领悦数字信息技术有限公司 Method and system for deploying user methods across multiple cloud platforms

Similar Documents

Publication Publication Date Title
CN110609678A (en) Function programming method and device and configuration software system
CN102696012B (en) Creating inferred symbols from code usage
US8745573B2 (en) Platform-independent application development framework
US9513880B2 (en) Graphical function specialization
CN109086215B (en) Embedded software unit test case generation method and system
CN110989487B (en) PLC initialization method and device for industrial server and readable storage medium
US20230229406A1 (en) Page rendering method, apparatus, electronic device, computer-readable storage medium, and computer program product
CN111399840A (en) Module development method and device
CN111338925A (en) Applet test method, device and system, electronic equipment and storage medium
CN110543301A (en) Method and device for generating jenkins code file
CN112882718A (en) Compiling processing method, device, equipment and storage medium
US8196093B2 (en) Apparatus and method for componentizing legacy system
CN115268879A (en) Code processing method and device, electronic equipment and storage medium
CN111111201B (en) Skill creation method, device, server and medium based on game
CN111435328B (en) Application testing method and device, electronic equipment and readable storage medium
CN115080113A (en) Item code detection method and device, readable storage medium and electronic equipment
CN111399926A (en) Method and device for downloading starting program
CN112068895B (en) Code configuration method, device, video playing equipment and storage medium
CN113296759B (en) User interface processing method, user interface processing system, device and storage medium
KR100417655B1 (en) Regulating information generator and program development system composed of regulator
CN114911541A (en) Configuration information processing method and device, electronic equipment and storage medium
CN113901025A (en) Database management method, device, equipment and storage medium
CN109471401B (en) Data processing method and edge calculation data box
CN115113850A (en) Cross-platform application construction and operation method, server, terminal and system
CN113835680A (en) Application program generation method and device, electronic equipment and computer 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20191224

RJ01 Rejection of invention patent application after publication