CN108829394A - A kind of HMI configuration software scripting editing method - Google Patents

A kind of HMI configuration software scripting editing method Download PDF

Info

Publication number
CN108829394A
CN108829394A CN201810950441.6A CN201810950441A CN108829394A CN 108829394 A CN108829394 A CN 108829394A CN 201810950441 A CN201810950441 A CN 201810950441A CN 108829394 A CN108829394 A CN 108829394A
Authority
CN
China
Prior art keywords
module
algorithm
variable
built
configuration software
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
CN201810950441.6A
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 CN201810950441.6A priority Critical patent/CN108829394A/en
Publication of CN108829394A publication Critical patent/CN108829394A/en
Priority to PCT/CN2018/122331 priority patent/WO2020037906A1/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/38Creation or generation of source code for implementing user interfaces

Landscapes

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

Abstract

The present invention discloses a kind of HMI configuration software scripting editing method, includes the following steps:S1:Variable configuration module and algorithm editor module are set in HMI configuration software scripting environments;S2:Variable is generated using the variable configuration module;S3:Logic is built using the algorithm editor module image conversion, completes the editor of HMI configuration software script.The present invention can reduce the use threshold of HMI configuration software operator, it is only necessary to which it understands that several basic module contents can realize some logics by script, greatly reduces the cost of manpower culture.Meanwhile efficiently writing for script logic is realized by patterned programming, modular programming and by configuring means, it is bringing great convenience property of HMI configuration software user of service.

Description

A kind of HMI configuration software scripting editing method
Technical field
The present invention relates to industrial programming technique fields, more particularly, to a kind of HMI configuration software scripting editing method.
Background technique
With the rapid raising of industrial automation level, computer industrial circle extensive use, people to industry from The requirement of dynamicization is higher and higher, and miscellaneous control equipment and process monitor are widely applied in industrial circle, HMI (Human Machine Interface) configuration software is exactly a kind of wherein critically important interactive software, and user can root It is needed according to the control of oneself, oneself configuration picture, function are to achieve the effect that control monitoring." configuration (Configure's) " contains Justice is the meaning such as " configuration ", " setting ", " setting ", refers to user by the plain mode of similar " playing with building blocks " to complete oneself institute The software function needed, without writing computer program, that is, so-called " configuration ".Patrolling between plurality of picture Collecting relationship a part is that system provides, and in addition greatly needs oneself to realize by writing script, but traditional HMI configuration software write the language of script and require certain language programming basis, such as:C language, C# language, VB etc.;This to become relatively high using the threshold of configuration software, it is necessary to which the script for grasping used configuration software is corresponding Language ability carries out configuration exploitation.
However, how to improve configuration software script edit efficiency and convenience be current industry research an emphasis and Difficult point.
Summary of the invention
It is an object of the invention to be directed to configuration software script edit inefficiency in the prior art, and inconvenience etc. is asked Topic, provides a kind of HMI configuration software scripting editing method, by patterned programming, modular programming and passes through and configures Means realize that script logic is efficiently write.
To achieve the goals above, the present invention adopts the following technical scheme that:
The present invention provides a kind of HMI configuration software scripting editing methods, include the following steps:
S1:Variable configuration module and algorithm editor module are set in HMI configuration software scripting environments;
S2:Variable is generated using the variable configuration module;
S3:Logic is built using the algorithm editor module image conversion, completes the editor of HMI configuration software script.
Preferably, in the step S2, the generation variable includes reference to variable and/or temporary variable.
Preferably, the step of generating the reference to variable include:
S21:Selection addition reference to variable, generates the variable comprising default variables name, data type;
S22:System saves the variable and is stored in the memory block of global variable to one, and does not set default value;
Wherein, which is used for the parameter and function body of algorithm.
Further, the step of generating the temporary variable include:
S21':Selection addition temporary variable, generates the variable comprising default variables name, data type and default value;
S22':System does not save the variable specifying information into memory, only initializes when in use for its assignment;
Wherein, which is only used for the function body of algorithm.
Further, in the step S3, following steps are specifically included:
S31:Newly-built algoritic module is selected in algorithm editor module;
S32:By the newly-built algoritic module by ordered mode or regional model be added to the algorithm built or The algorithm built, builds algorithm frame;
S33:Write the part for needing to fill in the newly-built algoritic module, including statement part and/or condition part;
S34:Judge whether scripting editing is completed, terminates to edit if completing, if not completing, return step S31.
Preferably, the step S31 is specifically included:
Newly-built algoritic module is selected in algorithm editor module, the newly-built algoritic module is in following selected 6 modules Any one:If module, for module, whileDo module, doWhile module, switch module and sequence module, Wherein if module is image conversion condition judgment module;For module is image conversion Do statement module, and whileDo module is image That changes first loops to determine rear execution module, and doWhile module is to loop to determine module after the first carrying out of image conversion;Switch module For the switch statement module of image conversion, sequence module is the sequential statement module of image conversion.
Preferably, further include in the step S31:
It includes direct return module that newly-built algoritic module is selected in algorithm editor module, is held using the direct return module The midway of row logic compiler returns.
Further, the step S32 is specifically included:
The newly-built algoritic module is added to the algorithm built or by ordered mode or regional model The operation of the ordered mode in the algorithm built is;The first algoritic module is first added, is then clicked under the first algoritic module The arrow of side, pops up the option of above-mentioned selected 6 modules, selection the second algoritic module of addition, and program is according to successively suitable when execution Sequence first runs the content of the first algoritic module, then runs the second algoritic module.
Further, the step S32 is specifically included:
The newly-built algoritic module is added to the algorithm built or by ordered mode or regional model The operation of the regional model in the algorithm built is;The statement part and/or condition part of third algorithm module are chosen, Then the plus button in its upper right corner is clicked, the option of above-mentioned selected 6 modules, selection insertion the 4th algorithm mould of addition are popped up Block, program is introduced into third algorithm module when execution, when going to four algoritic module of insertion, has first carried out the 4th algorithm mould Then block executes the remaining part of third algorithm module again.
Further, further include in the step S33:
The variable generated in the step S2 is configured in corresponding algoritic module.
The present invention also proposes that a kind of air-conditioning system, the control system of the system have used HMI configuration software scripting editing side Method;And a kind of graphic control panel, the graphic control panel have used the HMI configuration software scripting editing method.
Compared with the existing technology, technical solution provided by the invention at least has the following advantages that:
The present invention is programmed by the mode of graphic interface different from traditional pure code programming, this graphic programming method Mainly by several algoritic modules(If module, for module, while-do module, do-while module, switch module, Sequence module)Sequence and nested operation go to realize the script function of configuration software plus basic variable information and logic Can, variable initializer show definition is added by variable configuration module, and the variable then added can use each calculation In method module.HMI configuration software scripting editing method provided by the invention, can reduce making for HMI configuration software operator With threshold, does not need it and grasp very deep programming technique, it is only necessary to which it understands that several basic module contents can pass through foot The some logics of this realization, largely reduce the cost of manpower culture.Meanwhile by it is patterned programming, it is modular Programming and efficient the writing by configuring means realization script logic, bring great convenience for HMI configuration software user of service Property.
Detailed description of the invention
To describe the technical solutions in the embodiments of the present invention more clearly, make required in being described below to embodiment Attached drawing is briefly described, it should be apparent that, drawings in the following description are only some embodiments of the invention, for For those skilled in the art, without creative efforts, it can also be obtained according to these attached drawings other attached Figure.
Fig. 1 is the flow diagram of HMI configuration software scripting editing method in one embodiment of the invention;
Fig. 2 is the flow diagram that variable is generated in one embodiment of the invention;
Fig. 3 is the overall flow schematic diagram of algorithm editor in one embodiment of the invention;
Fig. 4 is the image conversion schematic diagram that algoritic module is created in one embodiment of the invention;
Fig. 5 is the image conversion schematic diagram for creating algorithm in one embodiment of the invention using ordered mode and regional model;
Fig. 6 is the image conversion schematic diagram for creating algorithm in one embodiment of the invention using regional model.
Specific embodiment
In order to enable those skilled in the art to better understand the solution of the present invention, below in conjunction in the embodiment of the present invention Attached drawing, technical scheme in the embodiment of the invention is clearly and completely described.
In some processes of the description in description and claims of this specification and above-mentioned attached drawing, contain according to Multiple operations that particular order occurs, but it should be clearly understood that these operations can not be what appears in this article suitable according to its Sequence is executed or is executed parallel, and the serial number of operation such as S10, S11 etc. be only used for distinguishing each different operation, serial number It itself does not represent and any executes sequence.
The method of the invention is mainly used on industrial LCD the logical definition between picture.Such as:Picture is jumped, is counted According to operation etc., but its type for being not limited to its operating system can be Linux, Windows, Mac, Android, IOS etc. Operating system or embedded OS.
In one embodiment of the invention, as shown in Figure 1, providing a kind of HMI configuration software in the embodiment of the present invention Scripting editing method, includes the following steps:
S1:Variable configuration module and algorithm editor module are set in HMI configuration software scripting environments;
S2:Variable is generated using the variable configuration module;
S3:Logic is built using the algorithm editor module image conversion, completes the editor of HMI configuration software script.
As shown in Fig. 2, in the step S2, the generation variable includes reference to generate the flow diagram of variable Variable and/or temporary variable.
Preferably, the step of generating the reference to variable include:
S21:Selection addition reference to variable, generates the variable comprising default variables name, data type;
S22:System saves the variable and is stored in the memory block of global variable to one, and does not set default value;
Wherein, which is used for the parameter and function body of algorithm.
Further, the step of generating the temporary variable include:
S21':Selection addition temporary variable, generates the variable comprising default variables name, data type and default value;
S22':System does not save the variable specifying information into memory, only initializes when in use for its assignment;
Wherein, which is only used for the function body of algorithm.
Further, in the step S3, following steps are specifically included:
S31:Newly-built algoritic module is selected in algorithm editor module;
S32:By the newly-built algoritic module by ordered mode or regional model be added to the algorithm built or The algorithm built, builds algorithm frame;
Herein, in order to further explain, we are exemplified below:In the algorithm frame built, one has first been built IF ... ELSE ... .. module, editorial staff on this basis, want in the nested FOR loop sentence in the part ELSE, specifically Way is:1, FOR loop module is created, 2, newly-built FOR loop module is added in the algorithm built, i.e. IF ... The part ELSE in ELSE ... .. sentence, to further complete building for frame.For the algorithm frame put up, When needing to update, and use above-mentioned identical step.
S33:Write the part for needing to fill in the newly-built algoritic module, including statement part and/or condition part;
S34:Judge whether scripting editing is completed, terminates to edit if completing, if not completing, return step S31.
Preferably, the step S31 is specifically included:
Newly-built algoritic module is selected in algorithm editor module, the newly-built algoritic module is in following selected 6 modules Any one:If module, for module, whileDo module, doWhile module, switch module and sequence module, Wherein if module is image conversion condition judgment module;For module is image conversion Do statement module, and whileDo module is image That changes first loops to determine rear execution module, and doWhile module is to loop to determine module after the first carrying out of image conversion;Switch module For the switch statement module of image conversion, sequence module is the sequential statement module of image conversion.
Specifically as shown in figure 4, to create the image conversion schematic diagram of algoritic module in one embodiment of the invention.It is used in the figure After family click starts, any one algoritic module that may be selected in following preceding 6 modules carries out algorithm editor, wherein past from a left side Right algoritic module is successively:If module, for module, whileDo module, doWhile module, switch module and Sequence module, in addition the last one module is direct return module;Click it is therein any one produce it is selected Algorithm editor module, the module can be added in graphical interfaces.
Above-mentioned selected 6 modules mainly include two parts, and a part is interface UI, and a part is the number of algoritic module behind According to structure, such as:An if module is created, interface and corresponding data structure can be created simultaneously, the content in interface is main For the data structure configuration condition, data, logic etc. for behind.The interface UI is all dynamically generated, according to the choosing of oneself The generation modules for selecting meeting nesting or sequence, add a module, will add one accordingly in entire algorithm tree A node is entered, and entire algorithm is one tree, is executed from top to bottom.
Preferably, further include in the step S31:
It includes direct return module that newly-built algoritic module is selected in algorithm editor module, is held using the direct return module The midway of row logic compiler returns.
Specifically, in Fig. 4, the RET button is direct return module, is mainly used for the midway that certain logics execute and returns It returns, similar to the return sentence inside C language.
Further, the step S32 is specifically included:
The newly-built algoritic module is added to the algorithm built or by ordered mode or regional model The operation of the ordered mode in the algorithm built is;The first algoritic module is first added, is then clicked under the first algoritic module The arrow of side, pops up the option of above-mentioned selected 6 modules, selection the second algoritic module of addition, and program is according to successively suitable when execution Sequence first runs the content of the first algoritic module, then runs the second algoritic module.
Further, the step S32 is specifically included:
The newly-built algoritic module is added to the algorithm built or by ordered mode or regional model The operation of the regional model in the algorithm built is;The statement part and/or condition part of third algorithm module are chosen, Then the plus button in its upper right corner is clicked, the option of above-mentioned selected 6 modules, selection insertion the 4th algorithm mould of addition are popped up Block, program is introduced into third algorithm module when execution, when going to four algoritic module of insertion, has first carried out the 4th algorithm mould Then block executes the remaining part of third algorithm module again.
Further, further include in the step S33:
The variable generated in the step S2 is configured in corresponding algoritic module.
As shown in figure 3, for the overall flow schematic diagram of algorithm editor in one embodiment of the invention;It can be seen that in the figure Come, create algorithm, add algoritic module, selects newly-built algoritic module for any one in following selected 6 modules:If mould Block, for module, whileDo module, doWhile module, switch module and sequence module, choose algoritic module After, it writes in the condition part and/or statement part of the algoritic module, when needing to use variable, will be set in previous step S2 The variable set is added to condition part and/or statement part, after the completion of which writes, re-executes addition algorithm mould Block is recycled with this, it is known that algorithm editor finishes, wherein addition algoritic module includes sequence addition and nested addition.
Specifically, as shown in figure 5, to create algorithm using ordered mode and regional model in one embodiment of the invention Image conversion schematic diagram;Fig. 6 is the image conversion schematic diagram for creating algorithm in one embodiment of the invention using regional model.Such as preceding institute It states, in two kinds of situation when adding algoritic module, one is sequences to add, such as:An if module is first added, is then added again One for module finally adds a switch module, and last effect is the content that program first runs if module, is reruned The content of for module finally runs the content of switch module, need to be only clicked below entire module for each module user Arrow, just will pop up the option of 6 modules, for user select, it is this operation be sequence add, as shown in above-mentioned attached drawing 5.Separately One is nestings to add, such as:Want to add a for module in the part else of if module, firstly, the part else is chosen, Then upper right corner the plus button is clicked, similarly will pop up the option of 6 modules, this operation is nested addition, such as above-mentioned attached Shown in Fig. 6.
After the frame of algorithm is put up in above process, writing for internal logic is carried out, in addition to sequence module It only include statement part, other 5 modules also include condition part, and some Rule of judgment of logic, language need to be written in condition part Certain specific situation of sentence partial write wants the operation realized.Variable, this when are needed to configure when internal logic is write The variable added in preceding step S2 can be configured in corresponding module, as the var0 and var1 in above-mentioned attached drawing 5 and 6 is Two variables of addition have been configured in the condition judgement of if module, to improve the module sentence.
Through the above steps, user can easily realize writing for script very much, be not required to the very deep language skill of to master, Contents are all that interface is gone to generate automatically including grammer etc., and editorial efficiency is greatly improved.
It could be aware that implementation of the invention can by the announcement to HMI configuration software scripting editing method of the invention Applied to the logical definition between picture on industrial LCD, such as:Picture jumps, data manipulation etc., improves industrial operation Convenience and the degree of automation.
HMI configuration software scripting editing method proposed by the present invention can be applied to the control system of the household electrical appliance such as air-conditioning In.
The present invention also protects a kind of graphic control panel, which has used the HMI configuration software script to compile The method of collecting.
It is apparent to those skilled in the art that for convenience and simplicity of description, the system of foregoing description, The specific work process of module and unit, can refer to corresponding processes in the foregoing method embodiment, and details are not described herein.
Those of ordinary skill in the art will appreciate that all or part of the steps in the various methods of above-described embodiment is can It is completed with controlling relevant hardware by program instruction, which can be stored in a computer readable storage medium, Storage medium may include:Read-only memory(ROM, Read Only Memory), random access memory(RAM, Random Access Memory), disk or CD etc..
The present invention is described in detail in conjunction with the embodiments above, for those of ordinary skill in the art according to this hair Bright design, the change made in specific embodiments and applications should all include protecting model in claim of the invention Within enclosing.

Claims (12)

1. a kind of HMI configuration software scripting editing method, which is characterized in that include the following steps:
S1:Variable configuration module and algorithm editor module are set in HMI configuration software scripting environments;
S2:Variable is generated using the variable configuration module;
S3:Logic is built using the algorithm editor module image conversion, completes the editor of HMI configuration software script.
2. HMI configuration software scripting editing method according to claim 1, it is characterised in that:In the step S2, institute Stating and generating variable includes reference to variable and/or temporary variable.
3. HMI configuration software scripting editing method according to claim 2, it is characterised in that:Generate the reference to variable The step of include:
S21:Selection addition reference to variable, generates the variable comprising default variables name, data type;
S22:System saves the variable and is stored in the memory block of global variable to one, and does not set default value;
Wherein, which is used for the parameter and function body of algorithm.
4. HMI configuration software scripting editing method according to claim 2, it is characterised in that:Generate the temporary variable The step of include:
S21':Selection addition temporary variable, generates the variable comprising default variables name, data type and default value;
S22':System does not save the variable specifying information into memory, only initializes when in use for its assignment;
Wherein, which is only used for the function body of algorithm.
5. HMI configuration software scripting editing method according to claim 1, it is characterised in that:In the step S3, specifically Include the following steps:
S31:Newly-built algoritic module is selected in algorithm editor module;
S32:By the newly-built algoritic module by ordered mode or regional model be added to the algorithm built or In the algorithm built, algorithm frame is built;
S33:Write the part for needing to fill in the newly-built algoritic module, including statement part and/or condition part;
S34:Judge whether scripting editing is completed, terminates to edit if completing, if not completing, return step S31.
6. HMI configuration software scripting editing method according to claim 5, it is characterised in that:The step S31 is specifically wrapped It includes:
Newly-built algoritic module is selected in algorithm editor module, the newly-built algoritic module is in following selected 6 modules Any one:If module, for module, whileDo module, doWhile module, switch module and sequence module, Wherein if module is image conversion condition judgment module;For module is image conversion Do statement module, and whileDo module is image That changes first loops to determine rear execution module, and doWhile module is to loop to determine module after the first carrying out of image conversion;Switch module For the switch statement module of image conversion, sequence module is the sequential statement module of image conversion.
7. HMI configuration software scripting editing method according to claim 6, it is characterised in that:It is also wrapped in the step S31 It includes:
It includes direct return module that newly-built algoritic module is selected in algorithm editor module, is held using the direct return module The midway of row logic compiler returns.
8. HMI configuration software scripting editing method according to claim 6, it is characterised in that:The step S32 is specifically wrapped It includes:
The newly-built algoritic module is added to the algorithm built or by ordered mode or regional model The operation of the ordered mode in the algorithm built is;The first algoritic module is first added, is then clicked under the first algoritic module The arrow of side, pops up the option of above-mentioned selected 6 modules, selection the second algoritic module of addition, and program is according to successively suitable when execution Sequence first runs the content of the first algoritic module, then runs the second algoritic module.
9. HMI configuration software scripting editing method according to claim 6, it is characterised in that:The step S32 is specifically wrapped It includes:
The newly-built algoritic module is added to the algorithm built or by ordered mode or regional model The operation of the regional model in the algorithm built is;The statement part and/or condition part of third algorithm module are chosen, Then the plus button in its upper right corner is clicked, the option of above-mentioned selected 6 modules, selection insertion the 4th algorithm mould of addition are popped up Block, program is introduced into third algorithm module when execution, when going to four algoritic module of insertion, has first carried out the 4th algorithm mould Then block executes the remaining part of third algorithm module again.
10. HMI configuration software scripting editing method according to claim 5, it is characterised in that:In the step S33 also Including:
The variable generated in the step S2 is configured in corresponding algoritic module.
11. a kind of configuration software, which is characterized in that the configuration software uses the described in any item HMI configurations of claim 1-10 Software scripts edit methods.
12. a kind of graphic control panel, which is characterized in that the graphic control panel uses the described in any item HMI of claim 1-10 Configuration software scripting editing method.
CN201810950441.6A 2018-08-20 2018-08-20 A kind of HMI configuration software scripting editing method Pending CN108829394A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810950441.6A CN108829394A (en) 2018-08-20 2018-08-20 A kind of HMI configuration software scripting editing method
PCT/CN2018/122331 WO2020037906A1 (en) 2018-08-20 2018-12-20 Method for editing script of hmi configuration software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810950441.6A CN108829394A (en) 2018-08-20 2018-08-20 A kind of HMI configuration software scripting editing method

Publications (1)

Publication Number Publication Date
CN108829394A true CN108829394A (en) 2018-11-16

Family

ID=64151203

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810950441.6A Pending CN108829394A (en) 2018-08-20 2018-08-20 A kind of HMI configuration software scripting editing method

Country Status (2)

Country Link
CN (1) CN108829394A (en)
WO (1) WO2020037906A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110361986A (en) * 2019-07-22 2019-10-22 珠海格力电器股份有限公司 Generation method and device, the analogue system of simulation document
CN110427183A (en) * 2019-08-07 2019-11-08 珠海格力电器股份有限公司 Graphical function edit methods, device and configuration software
CN110457107A (en) * 2019-08-09 2019-11-15 珠海格力电器股份有限公司 Configuration software operational order management method, device and system
WO2020037906A1 (en) * 2018-08-20 2020-02-27 珠海格力电器股份有限公司 Method for editing script of hmi configuration software
CN111338619A (en) * 2020-02-21 2020-06-26 中科新松有限公司 Graphical algorithm programming interactive system, programming method and readable storage medium
CN111352620A (en) * 2020-03-25 2020-06-30 珠海格力电器股份有限公司 Visual configuration programming method and system
CN111651142A (en) * 2020-05-26 2020-09-11 江苏华途数控科技有限公司 Configuration type demonstrator management system
CN111966341A (en) * 2020-07-23 2020-11-20 中国航发控制系统研究所 Gas turbine monitoring software event configuration method supporting event sequence customization
CN112306577A (en) * 2020-11-03 2021-02-02 珠海格力电器股份有限公司 Timing method of HMI configuration software control and computer readable storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115185508B (en) * 2022-05-20 2024-06-11 中核武汉核电运行技术股份有限公司 Algorithm configuration tool and method based on graphic elements

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1755620A (en) * 2004-09-30 2006-04-05 微软公司 Workflow schedule authoring tool
JP2011108008A (en) * 2009-11-18 2011-06-02 Koyo Electronics Ind Co Ltd Hmi-screen automatic generation method
CN104268072A (en) * 2014-09-03 2015-01-07 武汉烽火网络有限责任公司 Graphical script editor and method for fast developing communication equipment testing script

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130311914A1 (en) * 2011-11-11 2013-11-21 Rockwell Automation Technologies, Inc. Method and apparatus for computer aided design of human-machine interface animated graphical elements
CN106444613B (en) * 2016-11-15 2019-06-07 爱普(福建)科技有限公司 A kind of realization method and system of device drives controller assemblies
CN107861716B (en) * 2017-11-09 2021-03-02 山东省计算中心(国家超级计算济南中心) Software-defined control system and control method
CN108829394A (en) * 2018-08-20 2018-11-16 珠海格力电器股份有限公司 A kind of HMI configuration software scripting editing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1755620A (en) * 2004-09-30 2006-04-05 微软公司 Workflow schedule authoring tool
JP2011108008A (en) * 2009-11-18 2011-06-02 Koyo Electronics Ind Co Ltd Hmi-screen automatic generation method
CN104268072A (en) * 2014-09-03 2015-01-07 武汉烽火网络有限责任公司 Graphical script editor and method for fast developing communication equipment testing script

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
W447750: "HMI组态软件应用第9章", 《淘豆网》 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020037906A1 (en) * 2018-08-20 2020-02-27 珠海格力电器股份有限公司 Method for editing script of hmi configuration software
CN110361986A (en) * 2019-07-22 2019-10-22 珠海格力电器股份有限公司 Generation method and device, the analogue system of simulation document
CN110427183A (en) * 2019-08-07 2019-11-08 珠海格力电器股份有限公司 Graphical function edit methods, device and configuration software
CN110457107A (en) * 2019-08-09 2019-11-15 珠海格力电器股份有限公司 Configuration software operational order management method, device and system
CN111338619A (en) * 2020-02-21 2020-06-26 中科新松有限公司 Graphical algorithm programming interactive system, programming method and readable storage medium
CN111338619B (en) * 2020-02-21 2023-06-23 中科新松有限公司 Graphical algorithm programming interaction system, programming method and readable storage medium
CN111352620B (en) * 2020-03-25 2021-09-14 珠海格力电器股份有限公司 Visual configuration programming method and system
CN111352620A (en) * 2020-03-25 2020-06-30 珠海格力电器股份有限公司 Visual configuration programming method and system
CN111651142A (en) * 2020-05-26 2020-09-11 江苏华途数控科技有限公司 Configuration type demonstrator management system
CN111651142B (en) * 2020-05-26 2022-08-26 江苏华途数控科技有限公司 Configuration type demonstrator management system
CN111966341A (en) * 2020-07-23 2020-11-20 中国航发控制系统研究所 Gas turbine monitoring software event configuration method supporting event sequence customization
CN111966341B (en) * 2020-07-23 2022-03-04 中国航发控制系统研究所 Gas turbine monitoring software event configuration method supporting event sequence customization
CN112306577A (en) * 2020-11-03 2021-02-02 珠海格力电器股份有限公司 Timing method of HMI configuration software control and computer readable storage medium

Also Published As

Publication number Publication date
WO2020037906A1 (en) 2020-02-27

Similar Documents

Publication Publication Date Title
CN108829394A (en) A kind of HMI configuration software scripting editing method
CN106775683A (en) A kind of graphic programming control and storage system
CN108319456B (en) Development method of programming-free deep learning application
US6167406A (en) System, method and article of manufacture for building an enterprise-wide data model
US11385613B2 (en) Process image within controllers enabling visibility and accessibility of real world objects
CN110497412A (en) Robot graphic programming interactive system based on webpage and mobile terminal
CN109634592A (en) Graphical Python programming exchange method, system and electronic equipment
JP2011040059A5 (en)
CN110271009B (en) Method for realizing manipulator teaching function based on PLC robot-simulated instruction
CN106203623A (en) The method of method and apparatus and dimensionality reduction for extending neutral net
CN106814629A (en) A kind of method and device of control smart home
CN111352620B (en) Visual configuration programming method and system
CN107678746A (en) A kind of pattern development platform based on ROS
CN111708530A (en) Industrial robot graphical programming system
CN111796815A (en) Application of full-automatic visual software building platform
Grobelna et al. Petri Nets and activity diagrams in logic controller specification-transformation and verification
CN105930270A (en) Method for realizing online configuration, running and debugging of algorithm
CN112506756A (en) Vehicle controller test case script generation method and device
CN101206468B (en) Modelling method in computer numerical control field
CN112068522A (en) Reconfigurable production line manufacturing control system, method, and medium
Engstrom et al. Building and rapidly evolving domain-specific tools with DOME
WO2020062277A1 (en) Management method and apparatus for computing resources in data pre-processing phase of neural network
CN112861267B (en) Ship MBD information reuse method, system, medium and terminal
CN116661753A (en) User-defined logic calculation method and system based on logic diagram configuration
Xudong et al. User interface design model

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

RJ01 Rejection of invention patent application after publication