CN111880793A - HMI configuration system and method based on binary file - Google Patents

HMI configuration system and method based on binary file Download PDF

Info

Publication number
CN111880793A
CN111880793A CN202010704167.1A CN202010704167A CN111880793A CN 111880793 A CN111880793 A CN 111880793A CN 202010704167 A CN202010704167 A CN 202010704167A CN 111880793 A CN111880793 A CN 111880793A
Authority
CN
China
Prior art keywords
computer
file
upper computer
configuration
human
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
CN202010704167.1A
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.)
Shanghai Flexem Technology Co ltd
Original Assignee
Shanghai Flexem Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Flexem Technology Co ltd filed Critical Shanghai Flexem Technology Co ltd
Priority to CN202010704167.1A priority Critical patent/CN111880793A/en
Publication of CN111880793A publication Critical patent/CN111880793A/en
Pending legal-status Critical Current

Links

Images

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

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

Abstract

The invention discloses a system and a method for configuring HMI (human machine interface) based on binary files, wherein the system comprises an upper computer and a lower computer, wherein: the upper computer selects an engineering template corresponding to the human-computer interface according to the model of the human-computer interface to build a new project, wherein the engineering template comprises project information and data required by the operation of the lower computer; the upper computer selects a corresponding programmable logic controller device to drive according to the human-computer interface; the upper computer selects the configuration elements and edits the configuration elements; the upper computer compiles the engineering, the PLC equipment drive and the configuration elements; the lower computer is communicated with the upper computer and is subjected to analog simulation; and the lower computer downloads the file compiled by the upper computer into a human-computer interface and operates the file. The invention can quickly design the configuration system, solves the problem of the traditional system customization development mode, and quickly configures the system to meet the industrial requirement. The invention can solve the complicated configuration logic at the same time, improve the running efficiency of the configuration software, has strong expansibility and ensures the safety of the system.

Description

HMI configuration system and method based on binary file
Technical Field
The present invention relates to a remote configuration system and method, and more particularly, to a binary file based HMI configuration system and method.
Background
A Human Machine Interaction (HMI), also called a user interface or a user interface, is a medium and a dialogue interface for transmitting and exchanging information between a Human and a computer, and is an important component of a computer system. Is a medium for interaction and information exchange between the system and the user, which realizes the conversion between the internal form of the information and the human acceptable form. Human-machine interfaces exist in all fields participating in human-machine information exchange.
Most of the human-computer interfaces currently used in the industrial control field belong to device-specific human-computer interfaces, and software and hardware of the human-computer interfaces are customized for a specific application, which undoubtedly increases the development and maintenance cost of the industrial control system. A small part of human-computer interfaces are designed by adopting configuration software, the configuration software can realize the monitoring and control of the automation process and equipment, can collect various information from the automation process and the equipment, displays the information in a more easily understood mode such as imaging and the like, transmits important information to related personnel by various means, performs necessary analysis and processing and storage on the information, sends a control instruction and the like.
However, the existing configuration software in the industrial control field has low operation efficiency, poor expansibility and low safety due to the complex configuration logic.
Disclosure of Invention
In view of the above problems in the prior art, it is an object of the present invention to provide a system and method for configuring a binary file based HMI configuration.
In order to achieve the purpose, the invention adopts the following technical scheme:
the utility model provides a HMI configuration system based on binary file, includes host computer and lower computer, wherein: the upper computer selects an engineering template corresponding to the human-computer interface according to the model of the human-computer interface to build a new project, wherein the engineering template comprises project information and data required by the operation of the lower computer; the upper computer selects a corresponding programmable logic controller device to drive according to the human-computer interface; the upper computer selects the configuration elements and edits the configuration elements; the upper computer compiles the engineering, the PLC equipment drive and the configuration elements; the lower computer is communicated with the upper computer and is subjected to analog simulation; and the lower computer downloads the file compiled by the upper computer into a human-computer interface and operates the file.
Further, the upper computer determines a protocol document of the configuration element before editing, and the protocol document defines a data structure matched with the upper computer and the lower computer.
Furthermore, each configuration element edited by the upper computer comprises a corresponding protocol document, and in the compiling process, the data of the configuration element is converted into a data structure defined by the protocol document.
Furthermore, the upper computer compiles the drive file into an operable file of the lower computer, compiles the engineering data into a data structure defined by the protocol document, and generates a binary file according to the data structure.
And the lower computer graphical user interface draws a page which is completely the same as the upper computer graphical user interface through communication with the upper computer graphical user interface.
In order to achieve the purpose, the invention also adopts the following technical scheme:
a HMI configuration method based on binary files comprises the following steps: selecting an engineering template corresponding to a human-machine interface (HMI) according to the type of the HMI to build a new engineering, wherein the engineering template comprises engineering information and data required by the operation of a lower computer; selecting a corresponding programmable logic controller device driver according to a human-computer interface; selecting a configuration element and editing; compiling engineering, PLC equipment drive and configuration elements; executing remote analog simulation; and downloading the compiled file to a human-computer interface and running.
Further, still include: the protocol document of the configuration element is determined before editing, and the protocol document defines a data structure matched with the remote simulation.
Further, each configuration element includes a corresponding protocol document, and the data of the configuration element is converted into a data structure defined by the protocol document in the compiling process.
Further, still include: compiling the drive file into an executable file of the lower computer, compiling the engineering data into a data structure defined by the protocol document, and generating a binary file according to the data structure.
Further, still include: the remote simulation includes graphical user interfaces distributed in different environments, wherein a first graphical user interface is used for simulation, and a second graphical user interface draws a page identical to the first graphical user interface through communication with the first graphical user interface.
In the technical scheme, the invention can quickly design the configuration system, solves the problem of the traditional system customization and development mode, and quickly configures the system to meet the industrial requirement. The invention can solve the complicated configuration logic at the same time, improve the running efficiency of the configuration software, has strong expansibility and ensures the safety of the system.
Drawings
FIG. 1 is a schematic diagram of the system of the present invention;
FIG. 2 is a flow chart of the method of the present invention.
Detailed Description
The technical scheme of the invention is further explained by combining the drawings and the embodiment.
The invention firstly discloses a Human Machine Interface (HMI) configuration system based on a binary file, which mainly comprises an upper computer configuration system (simply called an upper computer) and a lower computer running environment (simply called a lower computer). The upper computer can run in a windows system environment, and runs configuration software based on a net technology platform, wherein the configuration software is responsible for configuration of a protocol, configuration of elements, configuration page storage and final compiling to generate a configuration file (a binary file). On the other hand, a set of Graphical User Interface (GUI) platform constructed based on c + + language is operated in the lower computer environment, the platform can dynamically load a binary file generated by the upper computer, construct a configuration page configured by a User through the binary file, and finally display the configuration page on the HMI screen.
It should be understood by those skilled in the art that the host computer of the present invention can also be applied to other systems besides Windows, including but not limited to migrating corresponding software to other systems by using virtual machine technology, and is also included in the technical solution of the present invention.
Referring to fig. 1, in the upper computer system, the upper computer may select an HMI model first, and then select related information according to the HMI model to create a new project. In the process of newly building a project, the upper computer selects a preset project template in the system according to the HMI model, wherein the project template comprises initial project information and data required by the operation of the lower computer. After the project is newly built, the upper computer initializes a configuration interface, and configuration can be newly added according to needs.
As a preferred embodiment of the present invention, the project of the upper computer may include more than one configuration element.
After a new project is built, the upper computer selects a corresponding Programmable Logic Controller (PLC) device drive which needs to be connected with the HMI according to the HMI. In the upper computer system, each optional PLC device includes a corresponding driver file (suffix of.so file) and configuration information (suffix of.cfg file) corresponding to the driver file. The drive file comprises serial port and network port types according to different equipment types, and can also comprise different drive file types. The driver file determines the key to whether subsequent communication with the PLC is possible in the HMI.
And after the PLC equipment drive selection is completed, the upper computer selects the configuration elements and edits the configuration elements. Before the upper computer carries out configuration editing, the protocol document of the configuration element needs to be defined. The protocol document defines all configuration elements and data structures of the overall configuration of the configuration elements, and the upper computer and the lower computer can be normally matched according to the data structures. After the protocol document is defined, the upper computer can provide the functions of adding and editing the configuration elements in the configuration interface for the user according to needs. A set of data structure corresponding to the protocol document is arranged behind each configuration element edited by the upper computer, and the data structure of the configuration element can be converted into the data structure defined in the protocol document in the compiling operation after the configuration is completed.
And compiling the project, the PLC equipment driver and the configuration element by the upper computer after the project is built, the designated PLC equipment driver is selected and the configuration element is built. Before the compiling is started, the upper computer checks all data of the new project once, and after the data are checked to be correct, the upper computer starts to compile. The compiling operation of the upper computer is to compile the PLC device driving file into a file which can be run by the lower computer, compile all configuration element data of the new project into a data structure defined by a protocol document and generate a binary file, namely a bin file, and the bin file can be correspondingly encrypted and obfuscated.
As a key point of the invention, the upper computer and the lower computer of the invention both comprise a simulation Graphic User Interface (GUI). In the present invention, the GUI is a set of tools that can parse the bin file and draw a configuration page from the bin file. The GUI is written based on the c + + language and is used for drawing a visual interface. In particular, the GUI is divided into two parts, an upper computer graphical user interface and a lower computer graphical user interface. The upper computer graphical user interface runs in the upper computer environment for simulation, and the lower computer graphical user interface runs in the lower computer environment. After the user compiling is finished, the upper computer graphical user interface simulates an actual operation interface according to the bin file, and in the lower computer environment, the lower computer graphical user interface is combined with the communication module to display and control data with the PLC, and simultaneously, a page which is completely the same as the upper computer graphical user interface is drawn.
In the lower computer environment, the lower computer firstly comprises an HMI screen. The HMI screen is a set of equipment for communicating with the PLC equipment and displaying data, and comprises a communication module and a lower computer graphic user interface. The communication module is used for copying communication with the upper computer PLC device, and performing data acquisition, transmission and control, and is the key for performing communication between the upper computer and the lower computer device. And the lower computer graphical user interface is responsible for displaying the interface. And the lower computer downloads the file compiled by the upper computer into a human-computer interface and operates the file. The downloading operation can be realized by transmitting the resource file, the drive file and the bin file which are compiled and generated by the upper computer to an HMI screen of the lower computer in a remote downloading (Ethernet) and/or local downloading (serial port) mode.
As a preferred embodiment of the invention, the HMI equipment is a necessary condition of the scheme, and can be divided into a plurality of different models which are corresponding to each other in the upper computer. In order to ensure the safety of data and programs, the above resources and drivers can only run on the HMI screen of the lower computer.
Through the system, the configuration element configuration of the upper computer can be transferred to the lower computer. One of the purposes of the invention is to solve the problem that configuration elements in the industrial control field need to be customized, and the GUI respectively arranged in the upper computer and the lower computer is specially arranged aiming at the problem.
Firstly, the upper computer graphic user interface is used for carrying out simulation on the bin file, so that a page containing configuration elements is drawn. And meanwhile, in the lower computer, the lower computer graphical user interface communicates with the PLC of the upper computer by calling the communication module, so that a page drawn by the upper computer graphical user interface is obtained. At this time, the lower computer graphical user interface performs the same simulation as the upper computer graphical user interface, so that a page which is completely the same as the upper computer graphical user interface can be drawn in the HMI of the lower computer.
As another embodiment of the present invention, the system of the present invention may include one upper computer and a plurality of lower computers.
In the process of building a new project, the upper computer firstly determines a specific lower computer needing to be matched, selects the HMI model of the specific lower computer according to the specific lower computer, and then selects related information to build the new project according to the selected HMI model. The specific process of newly building a project is the same as the situation of one lower computer, in this embodiment, one upper computer can simultaneously build a plurality of projects, and each project corresponds to one specific lower computer.
After a new project is built, the upper computer selects a corresponding Programmable Logic Controller (PLC) device to be connected with the HMI according to the HMI of each specific lower computer to drive. The selection flow of the HMI of each specific lower computer is the same as that of one lower computer. In this embodiment, after a plurality of projects are newly created, the upper computer also selects corresponding PLC device drivers according to the plurality of projects.
After the PLC device drivers are selected, the upper computer selects and edits the configuration elements for each specific lower computer. The selection and editing of the configuration elements of each specific lower computer are the same as those of one lower computer. In this embodiment, the upper computer defines a plurality of protocol documents corresponding to the plurality of lower computers, respectively, and each protocol document defines a corresponding configuration element and a data structure of the global configuration of the configuration element. According to the data structure, the upper computer can be matched with a specific lower computer. Similarly, a set of data structure matched with the corresponding protocol document is arranged behind each configuration element edited in the upper computer.
At this time, after the upper computer respectively completes the new construction of a plurality of projects, respectively selects the designated PLC device driver, and respectively completes the construction of the respective configuration elements of the lower computers, the upper computer respectively compiles the project, the PLC device driver and the configuration elements corresponding to each lower computer. After compiling is executed, the upper computer generates a plurality of binary files which respectively correspond to the plurality of lower computers, and each binary bin file is sent to the corresponding lower computer after being encrypted and subjected to confusion processing.
Finally, in each lower computer environment, the work flow of the lower computer is the same as that of a single lower computer, and details are not repeated here.
Aiming at the system, the invention also discloses an HMI configuration method based on the binary file. The method is suitable for remote systems, and the configuration of the HMI configuration is realized by utilizing a plurality of systems which can communicate with each other. The method comprises at least one upper computer and at least one lower computer.
As shown in fig. 2, the method group of the present invention includes the following steps:
step 1, in an upper computer, selecting an engineering template corresponding to a human-machine interface (HMI) according to the model of the HMI to build a new project, wherein the engineering template comprises engineering information and data required by the operation of a lower computer.
And 2, selecting a corresponding programmable logic controller device driver according to the human-computer interface.
And 3, selecting the configuration elements and editing. Before editing, a protocol document of the configuration element is determined, and the protocol document defines a data structure matched by remote simulation. Specifically, each configuration element includes a corresponding protocol document, and the data of the configuration element is converted into a data structure defined by the protocol document in the compiling process.
And 4, compiling the engineering, the PLC equipment drive and the configuration element. Compiling the drive file into an executable file of the lower computer, compiling the engineering data into a data structure defined by the protocol document, and generating a binary file according to the data structure.
Step 5, determine if compilation passed? If yes, continuing to step 6, otherwise, returning to step 3.
And 6, executing remote analog simulation in both the upper computer and the lower computer. The program simulation comprises graphical user interfaces distributed in different environments, wherein the graphical user interface in the upper computer is used for simulation, and the graphical user interface in the lower computer draws a page which is completely the same as the graphical user interface of the upper computer through communication with the graphical user interface of the upper computer.
Step 7, the lower computer downloads the compiled file to a human-computer interface
And 8, running the downloaded compiled file in a human-computer interface.
Corresponding to the system of the invention, the method of the invention can also be suitable for matching the scenes of a plurality of lower computers by one upper computer. Other specific details of the method of the present invention correspond to the system of the present invention and are therefore not described in detail herein.
To sum up, the present invention discloses a configuration system based on binary files and a corresponding method. The system and the method based on the invention can quickly design the configuration system, solve the problem of the traditional system customization development mode, and quickly configure the system to meet the industrial requirement. Meanwhile, the invention is based on the bin file mode, if needing to expand, the structure document is adjusted, and the upper computer and the lower computer only need to process according to the structure document. The encrypted bin file can only run on a specific HMI screen, and the safety of the whole system is ensured.
It should be understood by those skilled in the art that the above embodiments are only for illustrating the present invention and are not to be used as a limitation of the present invention, and that changes and modifications to the above described embodiments are within the scope of the claims of the present invention as long as they are within the spirit and scope of the present invention.

Claims (10)

1. The utility model provides a HMI configuration system based on binary file, includes host computer and lower computer, its characterized in that:
the upper computer selects an engineering template corresponding to the human-computer interface according to the model of the human-computer interface to build a new engineering, wherein the engineering template comprises engineering information and data required by the operation of the lower computer;
the upper computer selects a corresponding programmable logic controller device to drive according to the human-computer interface;
the upper computer selects the configuration elements and edits the configuration elements;
the upper computer compiles the engineering, the PLC equipment drive and the configuration elements;
the lower computer is communicated with the upper computer and is subjected to analog simulation;
and the lower computer downloads the file compiled by the upper computer into a human-computer interface and operates the file.
2. The binary-file-based HMI configuration system according to claim 1, characterized by:
the upper computer determines a protocol document of the configuration element before editing, and the protocol document defines a data structure matched with the upper computer and the lower computer.
3. The binary-file-based HMI configuration system according to claim 2, characterized by:
each configuration element edited by the upper computer comprises a corresponding protocol document, and in the compiling process, the data of the configuration elements are converted into a data structure defined by the protocol document.
4. The binary-file-based HMI configuration system according to claim 3, characterized by:
the upper computer compiles the drive file into an operable file of the lower computer, compiles the engineering data into a data structure defined by the protocol document, and generates a binary file according to the data structure.
5. The binary-file-based HMI configuration system according to claim 1, further comprising:
the system comprises an upper computer graphic user interface and a lower computer graphic user interface, wherein the upper computer graphic user interface is used for simulation, and the lower computer graphic user interface draws a page which is completely the same as the upper computer graphic user interface through communication with the upper computer graphic user interface.
6. A HMI configuration method based on binary files is characterized by comprising the following steps:
selecting an engineering template corresponding to a human-machine interface (HMI) according to the type of the HMI to create a new engineering, wherein the engineering template comprises engineering information and data required by the operation of a lower computer;
selecting a corresponding programmable logic controller device driver according to a human-computer interface;
selecting a configuration element and editing;
compiling engineering, PLC equipment drive and configuration elements;
executing remote analog simulation;
and downloading the compiled file to a human-computer interface and running.
7. The binary file-based HMI configuration method according to claim 6, further comprising:
the protocol document of the configuration element is determined before editing, and the protocol document defines a data structure matched by remote simulation.
8. The binary-file-based HMI configuration method according to claim 7, characterized by:
each configuration element comprises a corresponding protocol document, and the data of the configuration element is converted into a data structure defined by the protocol document in the compiling process.
9. The binary-file-based HMI configuration method according to claim 8, further comprising:
compiling the drive file into an executable file of the lower computer, compiling the engineering data into a data structure defined by the protocol document, and generating a binary file according to the data structure.
10. The binary file-based HMI configuration method according to claim 6, further comprising:
the remote simulation includes graphical user interfaces distributed in different environments, wherein a first graphical user interface is used for simulation, and a second graphical user interface draws a page identical to the first graphical user interface through communication with the first graphical user interface.
CN202010704167.1A 2020-07-21 2020-07-21 HMI configuration system and method based on binary file Pending CN111880793A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010704167.1A CN111880793A (en) 2020-07-21 2020-07-21 HMI configuration system and method based on binary file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010704167.1A CN111880793A (en) 2020-07-21 2020-07-21 HMI configuration system and method based on binary file

Publications (1)

Publication Number Publication Date
CN111880793A true CN111880793A (en) 2020-11-03

Family

ID=73155732

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010704167.1A Pending CN111880793A (en) 2020-07-21 2020-07-21 HMI configuration system and method based on binary file

Country Status (1)

Country Link
CN (1) CN111880793A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112486480A (en) * 2020-11-09 2021-03-12 珠海格力电器股份有限公司 Configuration engineering construction method, configuration software system and controller
CN113515275A (en) * 2021-07-19 2021-10-19 上海繁易信息科技股份有限公司 WYSIWYG cloud industrial configuration software system and development method thereof

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103345402A (en) * 2013-05-27 2013-10-09 上海华兴数字科技有限公司 Display module imaging configuration method based on intermediate code
CN105116868A (en) * 2015-06-29 2015-12-02 江苏大学 Small-sized electric control gasoline engine touching-type HMI calibration method based on CAN bus
CN106814696A (en) * 2015-11-30 2017-06-09 沈阳高精数控智能技术股份有限公司 A kind of digital control system man-machine interface secondary developing platform system and its implementation
CN107861716A (en) * 2017-11-09 2018-03-30 山东省计算中心(国家超级计算济南中心) Software definition type control system and control method
CN110658777A (en) * 2018-06-28 2020-01-07 上海梅山钢铁股份有限公司 HMI-based method for realizing communication, interaction and alarm management between control terminals
US20200120143A1 (en) * 2018-10-10 2020-04-16 Rockwell Automation Technologies, Inc. Automated discovery of security policy from design data

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103345402A (en) * 2013-05-27 2013-10-09 上海华兴数字科技有限公司 Display module imaging configuration method based on intermediate code
CN105116868A (en) * 2015-06-29 2015-12-02 江苏大学 Small-sized electric control gasoline engine touching-type HMI calibration method based on CAN bus
CN106814696A (en) * 2015-11-30 2017-06-09 沈阳高精数控智能技术股份有限公司 A kind of digital control system man-machine interface secondary developing platform system and its implementation
CN107861716A (en) * 2017-11-09 2018-03-30 山东省计算中心(国家超级计算济南中心) Software definition type control system and control method
CN110658777A (en) * 2018-06-28 2020-01-07 上海梅山钢铁股份有限公司 HMI-based method for realizing communication, interaction and alarm management between control terminals
US20200120143A1 (en) * 2018-10-10 2020-04-16 Rockwell Automation Technologies, Inc. Automated discovery of security policy from design data

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112486480A (en) * 2020-11-09 2021-03-12 珠海格力电器股份有限公司 Configuration engineering construction method, configuration software system and controller
CN112486480B (en) * 2020-11-09 2022-07-22 珠海格力电器股份有限公司 Configuration engineering construction method, configuration software system and controller
CN113515275A (en) * 2021-07-19 2021-10-19 上海繁易信息科技股份有限公司 WYSIWYG cloud industrial configuration software system and development method thereof

Similar Documents

Publication Publication Date Title
US10198422B2 (en) Information-processing equipment based on a spreadsheet
US9754059B2 (en) Graphical design verification environment generator
CN107341294B (en) Modelica language-based spacecraft information system modeling simulation method
CN111507020B (en) Graphical display method for distributed simulation results of electromechanical systems of multi-electric aircraft
US10657037B2 (en) Method of configuring a test device designed to test an electronic control unit, and a configuration system
CN108345265B (en) Programming method of hardware device, visual programming platform, memory and processor
Qasim et al. A model-driven mobile HMI framework (MMHF) for industrial control systems
US7469201B2 (en) Process and means for block-based modeling
CN111880793A (en) HMI configuration system and method based on binary file
CN106781761A (en) A kind of automation training platform with Web functions
CN101853157A (en) Automatic identification method for application software GUI object
CN107450897A (en) The cross-platform implantation method and device of graphics engine
CN115495069B (en) Model-driven coal industry software process implementation method, device and equipment
CN107229462A (en) HMI system
KR20150066377A (en) Simulation framework system based on DEVS and simulation method using the same
CN111045667B (en) Graphical programming system based on Lua script
US11169510B2 (en) Engineering system and method for planning an automation system
CN105765468A (en) System-setup assistance apparatus
CN113075915A (en) Em-plant based virtual simulation implementation method, system and equipment
CN111651142B (en) Configuration type demonstrator management system
JP2003140714A (en) Graphic language program preparing program and its device
CN116339291B (en) Test system for multi-platform PLC wind turbine generator system main control system
US20220397881A1 (en) Simulation system, simulation method, and non-transitory computer-readable storage medium storing simulation program
CN114474108B (en) Method for controlling robot through linkage of USB control handles
Kuester et al. Virtualexplorer: A plugin-based virtual reality framework

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