CN110457107B - Configuration software operation instruction management method, device and system - Google Patents
Configuration software operation instruction management method, device and system Download PDFInfo
- Publication number
- CN110457107B CN110457107B CN201910734238.XA CN201910734238A CN110457107B CN 110457107 B CN110457107 B CN 110457107B CN 201910734238 A CN201910734238 A CN 201910734238A CN 110457107 B CN110457107 B CN 110457107B
- Authority
- CN
- China
- Prior art keywords
- instruction
- user
- issuing
- list
- 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.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Computer Security & Cryptography (AREA)
- Stored Programmes (AREA)
Abstract
The disclosure provides a method, a device and a system for managing configuration software operation instructions. The configuration software operation instruction management device presents a preset instruction template so that a user can edit the configuration software instructions by using the instruction template to obtain an instruction template file; adding the content of the instruction template file into the instruction issuing list so as to update the instruction issuing list; presenting an instruction issuing list so that a user can select an instruction to be issued through the instruction issuing list; and sending the identifier of the instruction selected by the user to the human-computer interface equipment so that the human-computer interface equipment can execute the instruction corresponding to the identifier. The method and the device can freely add and modify the operation instructions according to the needs of users.
Description
Technical Field
The present disclosure relates to the field of control, and in particular, to a method, an apparatus, and a system for managing configuration software operation instructions.
Background
HMI (Human Machine Interface) configuration software is an important Human-computer interaction software, and a user can select a corresponding configuration mode according to own control requirements so as to achieve an expected control monitoring effect. In the related technology, a user uses configuration software to construct a project at a computer end, the project is compiled and downloaded to HMI equipment after construction is completed, and finally a verification function is operated on the HMI. The conventional interaction between the configuration software and the HMI equipment comprises the following operations: program downloading, starting and stopping, importing and exporting data in the HMI equipment and the like.
Disclosure of Invention
The inventor has noted that in the related art, operations are usually solidified into configuration software for selection by a user, and if the user has new operation requirements (for example, touch calibration of the HMI device, data export of a specific area, etc.), the configuration software does not provide these operation instructions, so that the user requirements cannot be met, and it is difficult to meet complicated industrial control occasions. In order to extend the operating instruction of the HMI device, the entire configuration software generally needs to be updated, resulting in higher operating instruction extension cost.
For this reason, the present disclosure provides a scheme capable of freely making an addition modification to an operation instruction as needed.
According to a first aspect of the embodiments of the present disclosure, a method for managing configuration software operation instructions is provided, including: presenting a preset instruction template so that a user can edit the configuration software instruction by using the instruction template to obtain an instruction template file; adding the content of the instruction template file into an instruction issuing list so as to update the instruction issuing list; presenting the instruction issuing list so that the user can select the instruction to be issued through the instruction issuing list; and sending the identifier of the instruction selected by the user to a human-computer interface device so that the human-computer interface device can execute the instruction corresponding to the identifier.
In some embodiments, the above method further comprises: presenting the instruction issuing list so as to enable the user to judge whether an issuing instruction needs to be added in the instruction issuing list or not; and if the user needs to add a sending instruction in the instruction sending list, executing a step of presenting a preset instruction template.
In some embodiments, the above method further comprises: and if the user does not need to add an issuing instruction in the instruction issuing list, after the user selects the instruction to be issued through the instruction issuing list, executing a step of sending the identifier of the instruction selected by the user to a human-computer interface device.
In some embodiments, the instruction includes an instruction portion and a parameter portion.
In some embodiments, the above method further comprises: after a preset instruction module is presented, monitoring the input content of the user on the instruction template; inquiring an instruction part and a parameter part which are associated with the input content in a preset instruction library; and presenting the inquired instruction part and the parameter part.
In some embodiments, the above method further comprises: and after receiving an instruction execution result fed back by the human-computer interface equipment, displaying the instruction execution result in the instruction issuing list.
According to a second aspect of the embodiments of the present disclosure, there is provided a configuration software operation instruction management apparatus, including: the template file generation module is configured to present a preset instruction template so that a user can edit the configuration software instruction by using the instruction template to obtain an instruction template file; the list updating module is configured to add the content of the instruction template file into an instruction issuing list so as to update the instruction issuing list; the instruction selection module is configured to present the instruction issuing list so that the user can select the instruction to be issued through the instruction issuing list; and the instruction issuing module is configured to send the identifier of the instruction selected by the user to the human-computer interface equipment so that the human-computer interface equipment can execute the instruction corresponding to the identifier.
In some embodiments, the above apparatus further comprises: the updating and identifying module is configured to present the instruction issuing list so as to enable the user to judge whether issuing instructions need to be added in the instruction issuing list or not; the template file generation module is also configured to instruct to execute the operation of presenting the preset instruction template under the condition that the user needs to add the issuing instruction in the instruction issuing list.
In some embodiments, the above apparatus further comprises: the instruction issuing module is also configured to execute the operation of sending the identifier of the instruction selected by the user to the human-computer interface device after the user selects the instruction to be issued through the instruction issuing list under the condition that the user does not need to add an issuing instruction in the instruction issuing list.
In some embodiments, the instruction includes an instruction portion and a parameter portion.
In some embodiments, the template file generation module is further configured to monitor the input content of the user on the instruction template after presenting a preset instruction module, query an instruction part and a parameter part associated with the input content in a preset instruction library, and present the queried instruction part and parameter part.
In some embodiments, the above apparatus further comprises: and the execution result presentation module is configured to display the instruction execution result in the instruction issuing list after receiving the instruction execution result fed back by the human-computer interface equipment.
According to a third aspect of the embodiments of the present disclosure, there is provided a configuration software operation instruction management apparatus, including: a memory configured to store instructions; a processor coupled to the memory, the processor configured to perform a method implementing any of the embodiments described above based on instructions stored by the memory.
According to a fourth aspect of the embodiments of the present disclosure, a configuration software operation instruction management system is provided, including the configuration software operation instruction management apparatus according to any of the embodiments, and a human-machine interface device configured to execute an instruction corresponding to a received identifier.
In some embodiments, the human-machine interface device is further configured to feed back the instruction execution result to the configuration software operating instruction management apparatus.
According to a fifth aspect of the embodiments of the present disclosure, there is provided a computer-readable storage medium, wherein the computer-readable storage medium stores computer instructions, and the instructions, when executed by a processor, implement the method according to any one of the embodiments.
Other features of the present disclosure and advantages thereof will become apparent from the following detailed description of exemplary embodiments thereof, which proceeds with reference to the accompanying drawings.
Drawings
In order to more clearly illustrate the embodiments of the present disclosure or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments of the present disclosure, and for those skilled in the art, other drawings can be obtained according to the drawings without inventive exercise.
FIG. 1 is a flowchart illustrating a configuration software operation instruction management method according to an embodiment of the disclosure;
FIG. 2 is a flowchart illustrating a method for managing operating instructions of configuration software according to another embodiment of the present disclosure;
FIG. 3 is a schematic structural diagram of an apparatus for managing operating commands of configuration software according to an embodiment of the present disclosure;
FIG. 4 is a schematic structural diagram of an operational instruction management apparatus of configuration software according to another embodiment of the present disclosure;
FIG. 5 is a schematic structural diagram of an apparatus for managing operating commands of configuration software according to another embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a configuration software operation instruction management system according to an embodiment of the disclosure.
Detailed Description
The technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are only a part of the embodiments of the present disclosure, and not all of the embodiments. The following description of at least one exemplary embodiment is merely illustrative in nature and is in no way intended to limit the disclosure, its application, or uses. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
The relative arrangement of the components and steps, the numerical expressions, and numerical values set forth in these embodiments do not limit the scope of the present disclosure unless specifically stated otherwise.
Meanwhile, it should be understood that the sizes of the respective portions shown in the drawings are not drawn in an actual proportional relationship for the convenience of description.
Techniques, methods, and apparatus known to those of ordinary skill in the relevant art may not be discussed in detail but are intended to be part of the specification where appropriate.
In all examples shown and discussed herein, any particular value should be construed as merely illustrative, and not limiting. Thus, other examples of the exemplary embodiments may have different values.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, further discussion thereof is not required in subsequent figures.
Fig. 1 is a flowchart illustrating a configuration software operation instruction management method according to an embodiment of the disclosure. In some embodiments, the following method steps are performed by a configuration software operating an instruction management device.
In step 101, a preset instruction template is presented, so that a user can edit the configuration software instructions by using the instruction template to obtain an instruction template file.
In some embodiments, editing software such as excel, word, txt, etc. may be utilized as instruction templates.
In some embodiments, the instruction includes an instruction portion and a parameter portion. For example, if the CAN1 communication interface on the HMI device needs to be shut down, the corresponding instructions are:
ifconfig can1 down
in some embodiments, after the preset instruction module is presented, the input content of the user on the instruction template is monitored, the instruction part and the parameter part which are associated with the input content are inquired in a preset instruction library, and the inquired instruction part and the inquired parameter part are presented.
For example, when the user inputs the ifcon, the instruction template automatically gives a prompt of the ifcon fig, and simultaneously provides the user with the relevant parameters and parameter meanings used by the ifcon fig, so as to ensure the accuracy and efficiency of the user in editing the instruction.
In step 102, the contents of the order template file are added to the order placement list so as to update the order placement list.
In some embodiments, the instruction template file is converted correspondingly, and the conversion result is added into the instruction issuing list. Therefore, through the adding operation, the instructions contained in the instruction issuing list are more and more abundant.
In step 103, an instruction issuing list is presented, so that the user can select the instruction to be issued through the instruction issuing list.
In step 104, the identification of the instruction selected by the user is sent to the human-machine interface device, so that the human-machine interface device executes the instruction corresponding to the identification.
It should be noted here that the identifier of the instruction selected by the user, instead of the instruction itself, is issued to the human-computer interface device, so that the transmission amount of information can be effectively reduced.
In the configuration software operation instruction management method provided by the above embodiment of the present disclosure, a user edits a required instruction through an instruction template, so that the operation instruction can be freely added and modified as needed.
Fig. 2 is a flowchart illustrating a configuration software operation instruction management method according to another embodiment of the disclosure. In some embodiments, the following method steps are performed by a configuration software operating an instruction management device.
In step 201, an order placement list is presented.
In step 202, monitoring whether a user needs to add a issuing instruction in an instruction issuing list;
if the user needs to add a sending instruction in the instruction sending list, executing step 203; if the user does not need to add the issuing command in the command issuing list, step 207 is executed.
In step 203, a preset instruction template is presented, so that the user can edit the configuration software instruction by using the instruction template to obtain an instruction template file.
In step 204, the contents of the instruction template file are added to the instruction issue list so as to update the instruction issue list.
In step 205, an instruction issuing list is presented, so that the user can select the instruction to be issued through the instruction issuing list.
In step 206, the identification of the instruction selected by the user is sent to the human-machine interface device, so that the human-machine interface device executes the instruction corresponding to the identification.
In step 207, after the user selects the command to be issued through the command issuing list, the identifier of the command selected by the user is sent to the human-computer interface device, so that the human-computer interface device can execute the command corresponding to the identifier.
That is, only when there is no corresponding command in the current command issuing list, the user edits the required command through the command template.
In some embodiments, after receiving the instruction execution result fed back by the human-computer interface device, the instruction execution result is displayed in the instruction issuing list.
For example, if the user selects to turn on the can2 communication interface on the HMI device but the can2 communication interface is not set on the HMI device, the HMI device feeds back the instruction execution result so as to instruct the instruction issuing list to show "no can2 communication interface exists, please check the instruction".
Fig. 3 is a schematic structural diagram of a configuration software operation instruction management device according to an embodiment of the disclosure. As shown in fig. 3, the configuration software operation instruction management apparatus includes a template file generation module 31, a list update module 32, an instruction selection module 33, and an instruction issue module 34.
The template file generating module 31 presents a preset instruction template, so that a user can edit the configuration software instruction by using the instruction template to obtain an instruction template file.
In some embodiments, editing software such as excel, word, txt, etc. may be utilized as instruction templates.
In some embodiments, the instruction includes an instruction portion and a parameter portion. For example, if the CAN1 communication interface on the HMI device needs to be shut down, the corresponding instructions are:
ifconfig can1 down
in some embodiments, the template file generating module 31 monitors the input content of the user on the instruction template after presenting the preset instruction module, queries an instruction part and a parameter part associated with the input content in a preset instruction library, and presents the queried instruction part and parameter part.
For example, when the user inputs the ifcon, the instruction template automatically gives a prompt of the ifcon fig, and simultaneously provides the user with the relevant parameters and parameter meanings used by the ifcon fig, so as to ensure the accuracy and efficiency of the user in editing the instruction.
The list update module 32 adds the contents of the instruction template file to the instruction issue list to update the instruction issue list.
In some embodiments, the instruction template file is converted correspondingly, and the conversion result is added into the instruction issuing list. Therefore, through the adding operation, the instructions contained in the instruction issuing list are more and more abundant.
The instruction selection module 33 presents the instruction issuing list so that the user can select the instruction to be issued through the instruction issuing list.
The instruction issuing module 34 sends the identifier of the instruction selected by the user to the human-computer interface device, so that the human-computer interface device executes the instruction corresponding to the identifier.
It should be noted here that the identifier of the instruction selected by the user, instead of the instruction itself, is issued to the human-computer interface device, so that the transmission amount of information can be effectively reduced.
In the configuration software operation instruction management device provided in the above embodiment of the present disclosure, a user edits a required instruction through an instruction template, so that the operation instruction can be freely added and modified as needed.
Fig. 4 is a schematic structural diagram of a configuration software operation instruction management device according to another embodiment of the disclosure. Fig. 4 is different from fig. 3 in that, in the embodiment shown in fig. 4, the configuration software operation instruction management apparatus further includes an update identifying module 35.
The update recognition module 35 presents the instruction issuing list so that the user can determine whether to add an issuing instruction in the instruction issuing list. The template file generating module 31 instructs to execute an operation of presenting a preset instruction template when the user needs to add an issuing instruction in the instruction issuing list.
In some embodiments, the instruction issuing module 34 performs an operation of sending the identifier of the instruction selected by the user to the human-computer interface device after the user selects the instruction to be issued through the instruction issuing list, without adding an issuing instruction in the instruction issuing list.
In some embodiments, as shown in fig. 4, the configuration software operation instruction management device further includes an execution result presentation module 36.
The execution result presentation module 36 displays the instruction execution result in the instruction issuing list after receiving the instruction execution result fed back by the human-computer interface device.
For example, if the user selects to turn on the can2 communication interface on the HMI device but the can2 communication interface is not set on the HMI device, the HMI device feeds back the instruction execution result so as to instruct the instruction issuing list to show "no can2 communication interface exists, please check the instruction".
Fig. 5 is a schematic structural diagram of a configuration software operation instruction management device according to another embodiment of the disclosure. As shown in fig. 5, the management apparatus includes a memory 51 and a processor 52.
The memory 51 is used for storing instructions, the processor 52 is coupled to the memory 51, and the processor 52 is configured to execute the method according to any one of the embodiments in fig. 1 or fig. 2 based on the instructions stored in the memory.
As shown in fig. 5, the management apparatus further includes a communication interface 53 for information interaction with other devices. Meanwhile, the device also comprises a bus 54, and the processor 52, the communication interface 53 and the memory 51 are communicated with each other through the bus 54.
The memory 51 may comprise a high-speed RAM memory, and may also include a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 51 may also be a memory array. The storage 51 may also be partitioned and the blocks may be combined into virtual volumes according to certain rules.
Further, the processor 52 may be a central processing unit CPU, or may be an application specific integrated circuit ASIC, or one or more integrated circuits configured to implement embodiments of the present disclosure.
The present disclosure also relates to a computer-readable storage medium, wherein the computer-readable storage medium stores computer instructions, and the instructions, when executed by a processor, implement a method according to any one of the embodiments shown in fig. 1 or fig. 2.
Fig. 6 is a schematic structural diagram of a configuration software operation instruction management system according to an embodiment of the disclosure. As shown in fig. 6, the management system includes a configuration software operation command management device 61 and a human-machine interface HMI device 62. The configuration software operation command management device 61 is the configuration software operation command management device according to any one of the embodiments in fig. 3 to fig. 5.
After receiving the instruction identifier sent by the configuration software operation instruction management device 61, the HMI device 62 searches for an instruction corresponding to the received identifier from a preset instruction library and executes the instruction.
In some embodiments, the HMI device 62 also feeds back the instruction execution results to the configuration software operating the instruction management apparatus.
In some embodiments, the functional unit modules described above can be implemented as a general purpose Processor, a Programmable Logic Controller (PLC), a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable Logic device, discrete Gate or transistor Logic, discrete hardware components, or any suitable combination thereof for performing the functions described in this disclosure.
The description of the present disclosure has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the disclosure in the form disclosed. Many modifications and variations will be apparent to practitioners skilled in this art. The embodiment was chosen and described in order to best explain the principles of the disclosure and the practical application, and to enable others of ordinary skill in the art to understand the disclosure for various embodiments with various modifications as are suited to the particular use contemplated.
Claims (12)
1. A method for managing configuration software operation instructions comprises the following steps:
presenting an instruction issuing list so as to monitor whether a user needs to add an issuing instruction in the instruction issuing list or not;
if the user needs to add an issuing instruction in the instruction issuing list, a preset instruction template is presented, so that the user can edit the configuration software instruction by using the instruction template to obtain an instruction template file;
adding the content of the instruction template file into an instruction issuing list so as to update the instruction issuing list;
presenting the instruction issuing list so that the user can select the instruction to be issued through the instruction issuing list;
sending the identifier of the instruction selected by the user to a human-computer interface device so that the human-computer interface device can execute the instruction corresponding to the identifier;
wherein, after presenting the instruction template of presetting, still include:
monitoring the input content of the user on the instruction template;
inquiring an instruction part and a parameter part which are associated with the input content in a preset instruction library;
and presenting the inquired instruction part and the parameter part.
2. The method of claim 1, further comprising:
and if the user does not need to add an issuing instruction in the instruction issuing list, after the user selects the instruction to be issued through the instruction issuing list, executing a step of sending the identifier of the instruction selected by the user to a human-computer interface device.
3. The method of claim 1, wherein the instruction comprises an instruction portion and a parameter portion.
4. The method of any of claims 1-3, further comprising:
and after receiving an instruction execution result fed back by the human-computer interface equipment, displaying the instruction execution result in the instruction issuing list.
5. A configuration software operational instruction management apparatus, comprising:
the updating and identifying module is configured to present an instruction issuing list so as to monitor whether a user needs to add an issuing instruction in the instruction issuing list;
the template file generation module is configured to present a preset instruction template under the condition that the user needs to add an issuing instruction in the instruction issuing list, so that the user can edit the configuration software instruction by using the instruction template to obtain an instruction template file; the system is also configured to monitor the input content of the user on the instruction template after a preset instruction template is presented, query an instruction part and a parameter part which are associated with the input content in a preset instruction library, and present the queried instruction part and parameter part;
the list updating module is configured to add the content of the instruction template file into an instruction issuing list so as to update the instruction issuing list;
the instruction selection module is configured to present the instruction issuing list so that the user can select the instruction to be issued through the instruction issuing list;
and the instruction issuing module is configured to send the identifier of the instruction selected by the user to the human-computer interface equipment so that the human-computer interface equipment can execute the instruction corresponding to the identifier.
6. The apparatus of claim 5, further comprising:
the instruction issuing module is also configured to execute the operation of sending the identifier of the instruction selected by the user to the human-computer interface device after the user selects the instruction to be issued through the instruction issuing list under the condition that the user does not need to add an issuing instruction in the instruction issuing list.
7. The apparatus of claim 5, wherein the instruction comprises an instruction portion and a parameter portion.
8. The apparatus of any of claims 5-7, further comprising:
and the execution result presentation module is configured to display the instruction execution result in the instruction issuing list after receiving the instruction execution result fed back by the human-computer interface equipment.
9. A configuration software operational instruction management apparatus, comprising:
a memory configured to store instructions;
a processor coupled to the memory, the processor configured to perform implementing the method of any of claims 1-4 based on instructions stored by the memory.
10. A configuration software operation instruction management system comprising the configuration software operation instruction management device according to any one of claims 5 to 9, and
a human-machine interface device configured to execute an instruction corresponding to the received identification.
11. The system of claim 10, wherein,
the human-computer interface equipment is also configured to feed back the instruction execution result to the configuration software operation instruction management device.
12. A computer-readable storage medium, wherein the computer-readable storage medium stores computer instructions which, when executed by a processor, implement the method of any one of claims 1-4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910734238.XA CN110457107B (en) | 2019-08-09 | 2019-08-09 | Configuration software operation instruction management method, device and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910734238.XA CN110457107B (en) | 2019-08-09 | 2019-08-09 | Configuration software operation instruction management method, device and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110457107A CN110457107A (en) | 2019-11-15 |
CN110457107B true CN110457107B (en) | 2021-01-15 |
Family
ID=68485670
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910734238.XA Active CN110457107B (en) | 2019-08-09 | 2019-08-09 | Configuration software operation instruction management method, device and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110457107B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115665020B (en) * | 2022-11-10 | 2023-04-28 | 广州市易鸿智能装备有限公司 | Communication analysis method, device, equipment and storage medium |
Family Cites Families (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN100334552C (en) * | 2003-05-16 | 2007-08-29 | 北京北方格林电子技术有限责任公司 | Interface design and task processing separating system |
CN100359466C (en) * | 2004-08-27 | 2008-01-02 | 华为技术有限公司 | Tool Command Language Integrated Development System |
CN1756180B (en) * | 2004-09-29 | 2010-04-14 | 华为技术有限公司 | An Object-Based Data Configuration Method |
US20080189638A1 (en) * | 2006-10-16 | 2008-08-07 | Invensys Systems, Inc. | Bridging human machine interface technologies in a process automation and information management environment |
CN103139158B (en) * | 2011-11-29 | 2018-03-13 | 中兴通讯股份有限公司 | The transmission method and device of service order |
CN102521025B (en) * | 2011-11-30 | 2013-11-27 | 上海新时达电气股份有限公司 | Embedded microcontroller port customization method |
US9195575B2 (en) * | 2013-05-17 | 2015-11-24 | Coherent Logix, Incorporated | Dynamic reconfiguration of applications on a multi-processor embedded system |
EP2887021B1 (en) * | 2013-12-20 | 2019-05-15 | Airbus Operations GmbH | Merging human machine interfaces of segregated domains |
CN104536997B (en) * | 2014-12-12 | 2018-11-09 | 北京国双科技有限公司 | Batch data processing method and processing device for client end interface |
CN105912325B (en) * | 2016-04-05 | 2019-07-02 | 华自科技股份有限公司 | Multiplexing method, system and the configuration software of pel component based on configuration software |
CN106095376B (en) * | 2016-06-30 | 2019-03-05 | 广东雅达电子股份有限公司 | A kind of implementation method of quick configuration monitoring picture |
CN107650123A (en) * | 2017-06-30 | 2018-02-02 | 哈尔滨工大特种机器人有限公司 | A kind of robotic programming method and apparatus of expansible instruction set |
CN107608666B (en) * | 2017-09-25 | 2021-11-05 | 珠海格力电器股份有限公司 | Element editing method and device |
CN108038009B (en) * | 2017-12-22 | 2021-02-02 | 金蝶软件(中国)有限公司 | Front-end and back-end interaction method and device based on Web application and computer equipment |
CN108829394A (en) * | 2018-08-20 | 2018-11-16 | 珠海格力电器股份有限公司 | HMI configuration software script editing method |
CN109255107A (en) * | 2018-09-25 | 2019-01-22 | 珠海格力电器股份有限公司 | Configuration software processing method and device, computer equipment and storage medium |
CN110096278B (en) * | 2019-04-24 | 2022-12-20 | 南京东源磐能能源科技股份有限公司 | Extensible embedded man-machine interface tool implementation method |
-
2019
- 2019-08-09 CN CN201910734238.XA patent/CN110457107B/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN110457107A (en) | 2019-11-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101934578B (en) | Method for unifying operation interfaces of various injection molding machines and injection molding system | |
US20200167847A1 (en) | Material display control method, device and system | |
CN102880462A (en) | Method and device for generating configuration monitoring object based on graph mode integration | |
CN101308375A (en) | Numerical control longitudinal cutting machine tool machining program simulated realization method and its system | |
CN105653644A (en) | Page constructor and page construction method | |
CN103728518A (en) | System and method for debugging frequency converter | |
CN103744374B (en) | A kind of servo motor parameter automatic configuration method and system | |
EP3812931A1 (en) | Data processing method for drawing design, plm plug-in and computing device | |
US20130173031A1 (en) | Computer numerical control machine and control method | |
CN102681856A (en) | System and method used for achieving human-computer interface of robot and based on demonstrator | |
CN110457107B (en) | Configuration software operation instruction management method, device and system | |
CN119066160A (en) | Human-computer interaction method, device and system for energy storage monitoring system | |
CN105589739A (en) | Process control system and method | |
CN104679499A (en) | IC equipment human-computer interaction interface customizable data displaying method | |
CN105743221A (en) | Black-start comprehensive verification system of power system and method of black-start comprehensive verification system | |
CN111367613A (en) | Event triggering system and method, electronic equipment and storage medium | |
US11615046B2 (en) | Bus communication signal conversion method and device, medium, and numerical control machine tool control equipment | |
JP2003202910A (en) | Parameter setting apparatus for numerically controlled machine tool | |
US11561520B2 (en) | Power conversion system with programming support | |
CN111209406A (en) | Ontology knowledge base instance data maintenance method and device | |
KR101326910B1 (en) | Injection Molding Machine and Sequence Control Method Thereof | |
CN112131759A (en) | A comprehensive environment simulation multi-parameter working condition input system and working condition creation method | |
CN110674179A (en) | Query interface generation method, device and medium | |
CN116125924B (en) | A distributed control system advanced algorithm access method, system, device and medium | |
CN101634849A (en) | Processing technological information customized output method based on parameterization |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |