CN111190598A - Gas turbine monitoring software picture configuration method based on control library drag-type development - Google Patents

Gas turbine monitoring software picture configuration method based on control library drag-type development Download PDF

Info

Publication number
CN111190598A
CN111190598A CN201911394023.4A CN201911394023A CN111190598A CN 111190598 A CN111190598 A CN 111190598A CN 201911394023 A CN201911394023 A CN 201911394023A CN 111190598 A CN111190598 A CN 111190598A
Authority
CN
China
Prior art keywords
control
grouping
configuration
page
container
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.)
Granted
Application number
CN201911394023.4A
Other languages
Chinese (zh)
Other versions
CN111190598B (en
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.)
AECC Aero Engine Control System Institute
Original Assignee
AECC Aero Engine Control System Institute
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 AECC Aero Engine Control System Institute filed Critical AECC Aero Engine Control System Institute
Priority to CN201911394023.4A priority Critical patent/CN111190598B/en
Publication of CN111190598A publication Critical patent/CN111190598A/en
Application granted granted Critical
Publication of CN111190598B publication Critical patent/CN111190598B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • 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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

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)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention relates to a configuration method, in particular to a gas turbine monitoring software screen configuration method based on control library drag-type development, and belongs to the technical field of gas turbine monitoring screen configuration. During the development and maintenance of the gas turbine control system, the configuration and debugging of the monitoring software picture of the gas turbine control system are completed by using a standard picture control library provided by a configuration platform through dragging, menu or other secondary development modes; the user can simply train, the requirement on development skills is low, no code needs to be written, the operation and use are simple, and what you see is what you get; the user can concentrate on the work in the aspect of monitoring the business, and the system can be maintained independently without depending on manufacturers, so that the requirement of secondary configuration development in various scenes is met, the requirement of independent maintenance of the user is met, the development efficiency of a monitoring picture is improved, and the development quality is ensured.

Description

Gas turbine monitoring software picture configuration method based on control library drag-type development
Technical Field
The invention relates to a configuration method, in particular to a gas turbine monitoring software screen configuration method based on control library drag-type development, and belongs to the technical field of gas turbine monitoring screen configuration.
Background
With the rapid development of modern industry, the application of human-computer interfaces in the field of industrial control is more and more extensive. The traditional method of the gas turbine monitoring software picture based on the gas turbine control system is that a customized development mode is adopted, requirements are changed in the later period, developers need to develop again, the skill requirements on the developers are high, various development languages need to be skillfully developed, various development and debugging tools need to be skillfully used, the development difficulty is high, the cost is high, and the learning period is long. After delivery, a user cannot independently and autonomously maintain the equipment, the equipment must depend on a manufacturer for maintenance, the upgrade iteration period is long, the efficiency is low, and the requirement of continuous production cannot be met.
Aiming at the problems of more difficult picture, poor expandability, low development speed, high requirement on skills of personnel and the like of the traditional customized development mode of the human-computer interface, how to improve the development efficiency in the picture development process of the gas turbine monitoring software, and meanwhile, the method is convenient, flexible and easy to master enough, meets the requirements of continuous production on the spot of a user and the like, and becomes a technical problem to be solved urgently by technical personnel in the field.
Disclosure of Invention
The invention aims to overcome the defects in the prior art, and provides a fuel machine monitoring software picture configuration method based on control library dragging type development, which can be independently maintained without depending on manufacturers, meets the requirements of secondary configuration development in various scenes, improves the development efficiency of a monitoring picture, and ensures the development quality.
According to the technical scheme provided by the invention, the method for configuring the picture of the gas turbine monitoring software based on control library drag-and-drop development comprises the following steps:
step 1, dividing pages in HMI configuration software of a gas turbine control system according to actual requirements to obtain required pages;
step 2, carrying out attribute configuration on the obtained page;
step 3, after page configuration, storing a configuration result into a configuration area, constructing and instantiating a page space object, judging whether a current user has the authority to check and operate the panel according to page configuration attributes, if so, creating and initializing a page, respectively completing the creation of a page container, a menu and an action event, placing the created page control into the page container of the HMI configuration software main frame, executing the preloading and initialization of page content, and if the page needs to support the dragging configuration of a grouping control, requiring the page control to realize a container identifier query interface during the initialization, and identifying the page as a 'grouping panel container';
step 4, grouping configuration, namely entering a newly created configuration page through a navigation window and configuring a page grouping container;
step 5, the grouping configuration supports the dragging operation, when a certain grouping template control is dragged, the HMI configuration software updates the dragging position of the mouse in real time, meanwhile inquires the container ID of the position, if the container ID required by the control is matched with the container ID of the current position, the dragging icon is updated to be an icon allowing to be added, and if not, the icon is updated to be an icon forbidding to be added; when the dragging operation is released, dynamically creating a grouping example by the HMI configuration software according to the validity of the current position of the mouse, and initializing the position information and default information of the grouping example, wherein the default information is usually stored in a configuration file together with the control template configuration;
step 6, after the grouping instance is created, setting grouping attributes of the attribute configuration window for popping up the grouping instance so as to customize and display the grouping control;
and 7: after the attribute customization is completed, the HMI configuration software automatically creates, loads and displays the grouped container control according to the grouped instantiation data, and simultaneously updates the current page display; the HMI configuration software judges whether the current user has the authority to check and operate the grouping control according to the grouping attributes, if the current user has the authority to operate the grouping control, the HMI configuration software creates and initializes the grouping, respectively completes the creation of a grouping container, a menu and an action event, automatically loads a grouping control class library to a program domain according to the grouping template control configuration information, and ensures that the HMI configuration software achieves the hot update of the control library in the operation process through the dynamic class library loading when the HMI configuration software loads the grouping container control class library once; when the class library is loaded successfully, automatically creating a grouping control instance according to the attribute content defined by the grouping container control template; putting the created grouping control into a configuration page container, and then performing preloading and initialization on grouping content; grouping, if the dragging configuration of the control element is required to be supported, a container identifier query interface is required to be realized during initialization of the grouping control, and the grouping identifier is a grouping category of an instantiated grouping;
and 8: after the grouping configuration is completed, checking configurable control element types under the current grouping type under a template control library corresponding to the grouping type, wherein configuration control element sets contained in different groups are different;
and step 9: finding a control element template item to be configured, dragging the control of the control element template, tracking and displaying a dragging track and position of a mouse in the dragging process, simultaneously judging whether the current control template can be placed at the dragging position in real time, wherein controls in different groups cannot be dragged and dropped in a crossed manner, dynamically creating a control element example according to the position effectiveness after dragging and releasing, and initializing the position information and default information of the control element example, wherein the default information is usually stored in a configuration file together with the control template configuration;
step 10: after creating the control element instance, automatically popping up a property configuration window of the control element instance according to the characteristics of the control element instance, and setting the properties of the control element by a user according to the needs so as to customize and display the control element;
step 11: after attribute customization is completed, software automatically creates, loads and displays control elements according to the grouped instantiation data, and updates the current grouped display; the software judges whether the current user has the authority to check and operate the control according to the properties of the grouped controls, if so, the software is created and initialized, the creation of the controls, menus and action events is respectively completed, the dynamic creation and the hot update of the controls are realized, and the created controls are put into a grouped container;
step 12: and repeating the steps, and monitoring the running state of the whole control system after completing the configuration of all the pages, the groups and the control elements.
In step 1, the divided pages include a main page, a check page before starting or a fault display page.
In the step 2, the page attributes comprise names, categories, permissions, visibility or display sequence; the page name can be displayed on the navigation button, and the display page can be switched through the navigation button; the categories are divided into a navigation category and a popup category, a navigation category page can be browsed through a navigation button, the popup category page is bound with a specific control by setting a page ID (identity) when the control is configured, and a page popup event is triggered when a user clicks the control; visibility can control whether a page is displayed, whether a user can browse and operate the content of the page; the display sequence controls the display sequence of the navigation buttons, the sequence is adjusted according to the importance level or the operation frequency of the experiment, and a user can switch and display among different monitoring pictures according to the experiment requirement in the running process.
In the step 4, the grouping container template library comprises conventions, icons, pictures, alarms, states, mutual exclusion commands, online calibration, analog quantity grouping, discrete quantity grouping or online parameter modification; one page supports one or more of the above categories of grouped template controls.
In step 6, the attributes of the group include name, size, padding, whether to display a title, authority, group parameters or display characteristics.
The invention has the advantages that: during development and maintenance of the gas turbine control system, configuration and debugging of a monitoring software picture of the gas turbine control system are completed by using a standard picture control library provided by a configuration platform through dragging, menu or other secondary development modes; the user can simply train, the requirement on development skills is low, no code needs to be written, the operation and use are simple, and what you see is what you get; the user can concentrate on the work in the aspect of monitoring the business, and the system can be maintained independently without depending on manufacturers, so that the requirement of secondary configuration development in various scenes is met, the requirement of independent maintenance of the user is met, the development efficiency of a monitoring picture is improved, and the development quality is ensured.
Drawings
FIG. 1 is a diagram illustrating a hierarchical configuration of screen configurations according to the present invention.
FIG. 2 is a diagram of a hierarchical nesting relationship of screen configurations according to the present invention.
FIG. 3 is a diagram of configuration control library categories and inclusion relationships according to the present invention.
FIG. 4 is a flowchart of a group container/control element drag configuration according to the present invention.
Detailed Description
The invention is further illustrated by the following specific figures and examples.
In order to autonomously maintain without depending on manufacturers, meet the requirements of secondary configuration development in various scenes, improve the development efficiency of a monitoring picture and ensure the development quality, the picture configuration method comprises the following steps:
step 1, dividing pages in HMI configuration software of a gas turbine control system according to actual requirements to obtain required pages;
in the specific implementation, before the screen configuration, the creation of the item, the configuration of the device receiving and sending protocol, the process and the manner of creating the item, the configuration of the device, and the configuration of the device receiving and sending protocol are all consistent with those of the prior art, which are well known in the art and will not be described herein again.
In the embodiment of the present invention, the screen configuration performs classification organization and configuration of information according to hierarchical structures such as pages, groups, and control elements, as shown in fig. 1. The monitoring picture comprises a plurality of pages, each page comprises one or more groups, each group comprises one or more control elements, the pages and the groups are container type controls and are nested layer by layer, the picture information is classified, organized and displayed, and a user can conveniently and rapidly search and position the information, as shown in fig. 2.
The page serves as a top-level container, the configured page set can be switched and displayed in the active partition, and can be switched to different display pages along with the navigation operation of the navigation partition. The page carries out specific content division according to system requirements, such as auxiliary machine components, test subjects, function categories and the like, and a complete combustion engine monitoring picture at least comprises picture content of one page so as to meet the requirements of combustion engine running state monitoring, control and the like.
In specific implementation, the divided pages comprise a main page, a check page before starting or a fault display page.
Step 2, carrying out attribute configuration on the obtained page;
specifically, the page attributes include name, category, permission, visibility, or display order; the page name can be displayed on the navigation button, and the display page can be switched through the navigation button; the categories are divided into a navigation category and a popup category, a navigation category page can be browsed through a navigation button, the popup category page is bound with a specific control by setting a page ID (identity) when the control is configured, and a page popup event is triggered when a user clicks the control; visibility can control whether a page is displayed, whether a user can browse and operate the content of the page; the display sequence controls the display sequence of the navigation buttons, the sequence is adjusted according to the importance level or the operation frequency of the experiment, and a user can switch and display among different monitoring pictures according to the experiment requirement in the running process.
Step 3, after page configuration, storing a configuration result into a configuration area, constructing and instantiating a page space object, judging whether a current user has the authority to check and operate the panel according to page configuration attributes, if so, creating and initializing a page, respectively completing the creation of a page container, a menu and an action event, placing the created page control into the page container of the HMI configuration software main frame, executing the preloading and initialization of page content, and if the page needs to support the dragging configuration of a grouping control, requiring the page control to realize a container identifier query interface during the initialization, and identifying the page as a 'grouping panel container';
specifically, the newly created page content is empty for page content configuration as needed.
Step 4, grouping configuration, namely entering a newly created configuration page through a navigation window and configuring a page grouping container;
specifically, the grouping container template library comprises conventions, icons, pictures, alarms, states, mutual exclusion commands, online calibration, analog quantity grouping, discrete quantity grouping or online parameter modification; one page supports one or more of the above categories of grouped template controls.
The grouping container control is designed in a classification mode according to the project characteristics of the combustion engine, different categories have different display styles, the different categories correspond to different data display formats and control organization modes, each grouping container can contain one or more sub-control templates, each grouping container control template provides a grouping icon, and the icons can visually feed back the operation use characteristics of the grouping container controls. The control library of the grouping container comprises the groupings of conventions, graphs, pictures, alarms, states, mutual exclusion commands, online calibration, analog quantity grouping, discrete quantity grouping, online parameter modification and the like, and as shown in fig. 3, the control of the grouping container can be dynamically created in modes of dragging, menus and the like.
Different groups contain different types of control sub-elements, and the configuration of the controls can be performed only after the grouping configuration is completed. The method comprises the following steps of classifying controls according to data types and input and output directions, wherein the control types are divided into template types such as switching value input, switching value output, command value, analog value receiving, analog value sending, text display, character string display and character string sending, and the controls in different groups cannot be dragged and dropped in a crossed manner; the different groups of grouping container templates contain configurable control element template sets.
Step 5, the grouping configuration supports the dragging operation, when a certain grouping template control is dragged, the HMI configuration software updates the dragging position of the mouse in real time, meanwhile inquires the container ID of the position, if the container ID required by the control is matched with the container ID of the current position, the dragging icon is updated to be an icon allowing to be added, and if not, the icon is updated to be an icon forbidding to be added; when the dragging operation is released, dynamically creating a grouping example by the HMI configuration software according to the validity of the current position of the mouse, and initializing the position information and default information of the grouping example, wherein the default information is usually stored in a configuration file together with the control template configuration;
specifically, the screen configuration platform provides a rich and verified graphic control element library, such as instruments, trends, alarms and the like, and provides rich and various combined display modes. The user can complete the addition of the control element only by dragging the control element to a specified position or a menu and associating the data source in the attribute setting. The control templates of the control element template library all have corresponding icons and description information of the control elements, and a user can quickly know and position the control through the control icon or the description information on the control in the configuration process, so that the configuration efficiency of the control elements is improved.
The control element attributes are used for representing the characteristics of the control, and when the control element configuration is carried out, the attributes of the control elements included in different groups are different. The properties of the controls within the grouping may inherit characteristics of the grouping, such as fonts of the controls within the grouping, and so on. The rich expression forms of the control can be achieved through the setting of the control properties, and the diversified monitoring requirements can be met.
Step 6, after the grouping instance is created, setting grouping attributes of the attribute configuration window for popping up the grouping instance so as to customize and display the grouping control;
specifically, the attributes of the packet include a name, a size, padding, whether a title is displayed, a right, a packet parameter, or a display characteristic.
And 7: after the attribute customization is completed, the HMI configuration software automatically creates, loads and displays the grouped container control according to the grouped instantiation data, and simultaneously updates the current page display; the HMI configuration software judges whether the current user has the authority to check and operate the grouping control according to the grouping attributes, if the current user has the authority to operate the grouping control, the HMI configuration software creates and initializes the grouping, respectively completes the creation of a grouping container, a menu and an action event, automatically loads a grouping control class library to a program domain according to the grouping template control configuration information, and ensures that the HMI configuration software achieves the hot update of the control library in the operation process through the dynamic class library loading when the HMI configuration software loads the grouping container control class library once; when the class library is loaded successfully, automatically creating a grouping control instance according to the attribute content defined by the grouping container control template; putting the created grouping control into a configuration page container, and then performing preloading and initialization on grouping content; grouping, if the dragging configuration of the control element is required to be supported, a container identifier query interface is required to be realized during initialization of the grouping control, and the grouping identifier is a grouping category of an instantiated grouping;
and 8: after the grouping configuration is completed, checking configurable control element types under the current grouping type under a template control library corresponding to the grouping type, wherein configuration control element sets contained in different groups are different;
and step 9: finding a control element template item to be configured, dragging the control of the control element template, tracking and displaying a dragging track and position of a mouse in the dragging process, simultaneously judging whether the current control template can be placed at the dragging position in real time, wherein controls in different groups cannot be dragged and dropped in a crossed manner, dynamically creating a control element example according to the position effectiveness after dragging and releasing, and initializing the position information and default information of the control element example, wherein the default information is usually stored in a configuration file together with the control template configuration;
step 10: after creating the control element instance, automatically popping up a property configuration window of the control element instance according to the characteristics of the control element instance, and setting the properties of the control element by a user according to the needs so as to customize and display the control element;
in particular, in addition to text display class controls, other control elements typically need to be bound to the data source, such as to reference a specific signal field; the attributes of the control elements included in different groups are different, the attributes of the control elements are divided into two categories, namely basic attributes and custom attributes, the basic attributes of the control elements in different groups are kept consistent, and the basic attributes usually comprise size, color, display types, channel types, data display precision and the like; the customized data has different contents according to different groups, such as a conventional group containing a popup page ID, a grouping parameter, a file path and the like.
Step 11: after attribute customization is completed, software automatically creates, loads and displays control elements according to the grouped instantiation data, and updates the current grouped display; the software judges whether the current user has the authority to check and operate the control according to the properties of the grouped controls, if so, the software is created and initialized, the creation of the controls, menus and action events is respectively completed, the dynamic creation and the hot update of the controls are realized, and the created controls are put into a grouped container;
as shown in fig. 4, the process of dragging, configuring and dynamically creating control elements is described. The specific process is as follows:
step 11.1, selecting a grouping container/control element template;
step 11.2, starting dragging;
11.3, judging the validity of the dragging position in real time, and jumping to the step 11.2 when the dragging position is not valid, otherwise, entering the step 11.4;
step 11.4, releasing the dragging;
step 11.5, judging whether the position is effective, if so, entering step 11.6, otherwise, entering step 11.14;
step 11.6, judging whether the control library is successfully loaded, if not, entering step 11.7, otherwise, entering step 11.8;
step 11.7, loading a control library;
step 11.8, searching the template control construction attribute;
step 11.9, dynamically creating a control data instance according to the attributes;
step 11.10, popping up an attribute configuration window;
step 11.11, updating the attribute of the data instance;
step 11.12, dynamically creating a control;
step 11.13, updating the father container control;
and step 11.14, ending.
Step 12: and repeating the steps, and monitoring the running state of the whole control system after completing the configuration of all the pages, the groups and the control elements.
Specifically, in the loading and running processes, the picture configuration is automatically loaded, the corresponding data source address is bound and monitored, and the values and the states of the control elements are periodically updated and controlled to be output according to the scheduling period.

Claims (5)

1. A gas turbine monitoring software picture configuration method based on control library drag-and-drop development is characterized by comprising the following steps:
step 1, dividing pages in HMI configuration software of a gas turbine control system according to actual requirements to obtain required pages;
step 2, carrying out attribute configuration on the obtained page;
step 3, after page configuration, storing a configuration result into a configuration area, constructing and instantiating a page space object, judging whether a current user has the authority to check and operate the panel according to page configuration attributes, if so, creating and initializing a page, respectively completing the creation of a page container, a menu and an action event, placing the created page control into the page container of the HMI configuration software main frame, executing the preloading and initialization of page content, and if the page needs to support the dragging configuration of a grouping control, requiring the page control to realize a container identifier query interface during the initialization, and identifying the page as a 'grouping panel container';
step 4, grouping configuration, namely entering a newly created configuration page through a navigation window and configuring a page grouping container;
step 5, the grouping configuration supports the dragging operation, when a certain grouping template control is dragged, the HMI configuration software updates the dragging position of the mouse in real time, meanwhile inquires the container ID of the position, if the container ID required by the control is matched with the container ID of the current position, the dragging icon is updated to be an icon allowing to be added, and if not, the icon is updated to be an icon forbidding to be added; when the dragging operation is released, dynamically creating a grouping example by the HMI configuration software according to the validity of the current position of the mouse, and initializing the position information and default information of the grouping example, wherein the default information is usually stored in a configuration file together with the control template configuration;
step 6, after the grouping instance is created, setting grouping attributes of the attribute configuration window for popping up the grouping instance so as to customize and display the grouping control;
and 7: after the attribute customization is completed, the HMI configuration software automatically creates, loads and displays the grouped container control according to the grouped instantiation data, and simultaneously updates the current page display; the HMI configuration software judges whether the current user has the authority to check and operate the grouping control according to the grouping attributes, if the current user has the authority to operate the grouping control, the HMI configuration software creates and initializes the grouping, respectively completes the creation of a grouping container, a menu and an action event, automatically loads a grouping control class library to a program domain according to the grouping template control configuration information, and ensures that the HMI configuration software achieves the hot update of the control library in the operation process through the dynamic class library loading when the HMI configuration software loads the grouping container control class library once; when the class library is loaded successfully, automatically creating a grouping control instance according to the attribute content defined by the grouping container control template; putting the created grouping control into a configuration page container, and then performing preloading and initialization on grouping content; grouping, if the dragging configuration of the control element is required to be supported, a container identifier query interface is required to be realized during initialization of the grouping control, and the grouping identifier is a grouping category of an instantiated grouping;
and 8: after the grouping configuration is completed, checking configurable control element types under the current grouping type under a template control library corresponding to the grouping type, wherein configuration control element sets contained in different groups are different;
and step 9: finding a control element template item to be configured, dragging the control of the control element template, tracking and displaying a dragging track and position of a mouse in the dragging process, simultaneously judging whether the current control template can be placed at the dragging position in real time, wherein controls in different groups cannot be dragged and dropped in a crossed manner, dynamically creating a control element example according to the position effectiveness after dragging and releasing, and initializing the position information and default information of the control element example, wherein the default information is usually stored in a configuration file together with the control template configuration;
step 10: after creating the control element instance, automatically popping up a property configuration window of the control element instance according to the characteristics of the control element instance, and setting the properties of the control element by a user according to the needs so as to customize and display the control element;
step 11: after attribute customization is completed, software automatically creates, loads and displays control elements according to the grouped instantiation data, and updates the current grouped display; the software judges whether the current user has the authority to check and operate the control according to the properties of the grouped controls, if so, the software is created and initialized, the creation of the controls, menus and action events is respectively completed, the dynamic creation and the hot update of the controls are realized, and the created controls are put into a grouped container;
step 12: and repeating the steps, and monitoring the running state of the whole control system after completing the configuration of all the pages, the groups and the control elements.
2. The configuration method of the internal combustion engine monitoring software picture based on control library drag-and-drop development of claim 1, which is characterized in that: in step 1, the divided pages include a main page, a check page before starting or a fault display page.
3. The configuration method of the internal combustion engine monitoring software picture based on control library drag-and-drop development of claim 1, which is characterized in that: in the step 2, the page attributes comprise names, categories, permissions, visibility or display sequence; the page name can be displayed on the navigation button, and the display page can be switched through the navigation button; the categories are divided into a navigation category and a popup category, a navigation category page can be browsed through a navigation button, the popup category page is bound with a specific control by setting a page ID (identity) when the control is configured, and a page popup event is triggered when a user clicks the control; visibility can control whether a page is displayed, whether a user can browse and operate the content of the page; the display sequence controls the display sequence of the navigation buttons, the sequence is adjusted according to the importance level or the operation frequency of the experiment, and a user can switch and display among different monitoring pictures according to the experiment requirement in the running process.
4. The configuration method of the internal combustion engine monitoring software picture based on control library drag-and-drop development of claim 1, which is characterized in that: in the step 4, the grouping container template library comprises conventions, icons, pictures, alarms, states, mutual exclusion commands, online calibration, analog quantity grouping, discrete quantity grouping or online parameter modification; one page supports one or more of the above categories of grouped template controls.
5. The configuration method of the internal combustion engine monitoring software picture based on control library drag-and-drop development of claim 1, which is characterized in that: in step 6, the attributes of the group include name, size, padding, whether to display a title, authority, group parameters or display characteristics.
CN201911394023.4A 2019-12-30 2019-12-30 Gas turbine monitoring software picture configuration method based on control library drag-type development Active CN111190598B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911394023.4A CN111190598B (en) 2019-12-30 2019-12-30 Gas turbine monitoring software picture configuration method based on control library drag-type development

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911394023.4A CN111190598B (en) 2019-12-30 2019-12-30 Gas turbine monitoring software picture configuration method based on control library drag-type development

Publications (2)

Publication Number Publication Date
CN111190598A true CN111190598A (en) 2020-05-22
CN111190598B CN111190598B (en) 2022-01-04

Family

ID=70707868

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911394023.4A Active CN111190598B (en) 2019-12-30 2019-12-30 Gas turbine monitoring software picture configuration method based on control library drag-type development

Country Status (1)

Country Link
CN (1) CN111190598B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111966341A (en) * 2020-07-23 2020-11-20 中国航发控制系统研究所 Gas turbine monitoring software event configuration method supporting event sequence customization
CN111984359A (en) * 2020-08-31 2020-11-24 湖南快乐阳光互动娱乐传媒有限公司 Dynamic generation and rendering method and device for control
CN112000433A (en) * 2020-08-14 2020-11-27 北京浪潮数据技术有限公司 Configuration report generation method and related device for virtualization system
CN112364496A (en) * 2020-11-03 2021-02-12 中国航空无线电电子研究所 Avionics simulation panel generation system based on HTML5 and VUE technology
CN112667238A (en) * 2020-12-31 2021-04-16 华南理工大学 Method and system for dynamically generating control panel of automation equipment
CN113515275A (en) * 2021-07-19 2021-10-19 上海繁易信息科技股份有限公司 WYSIWYG cloud industrial configuration software system and development method thereof
CN115185509A (en) * 2022-05-20 2022-10-14 中核武汉核电运行技术股份有限公司 Index picture configuration method

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105302545A (en) * 2015-09-02 2016-02-03 湖南三一智能控制设备有限公司 Method and device for custom control development of configuration software
CN106569801A (en) * 2016-10-18 2017-04-19 中国运载火箭技术研究院 Complex parameter-based configuration display control system
CN106708510A (en) * 2016-11-28 2017-05-24 华南理工大学 Graphical configuration-based industrial intelligent camera software system structure and method
CN108664370A (en) * 2018-04-13 2018-10-16 中国神华能源股份有限公司 The online configuration monitoring system and method for distributed industrial
CN109460232A (en) * 2018-09-27 2019-03-12 深圳新基点智能股份有限公司 A kind of production and monitoring method of the configuration page
US20190370162A1 (en) * 2018-06-05 2019-12-05 Wipro Limited Method, system, and framework for testing a human machine interface (hmi) application on a target device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105302545A (en) * 2015-09-02 2016-02-03 湖南三一智能控制设备有限公司 Method and device for custom control development of configuration software
CN106569801A (en) * 2016-10-18 2017-04-19 中国运载火箭技术研究院 Complex parameter-based configuration display control system
CN106708510A (en) * 2016-11-28 2017-05-24 华南理工大学 Graphical configuration-based industrial intelligent camera software system structure and method
CN108664370A (en) * 2018-04-13 2018-10-16 中国神华能源股份有限公司 The online configuration monitoring system and method for distributed industrial
US20190370162A1 (en) * 2018-06-05 2019-12-05 Wipro Limited Method, system, and framework for testing a human machine interface (hmi) application on a target device
CN109460232A (en) * 2018-09-27 2019-03-12 深圳新基点智能股份有限公司 A kind of production and monitoring method of the configuration page

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
林庆等: "基于多层架构的HMI组态软件的实现及其数据库系统的调度分析", 《福建电脑》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
CN112000433A (en) * 2020-08-14 2020-11-27 北京浪潮数据技术有限公司 Configuration report generation method and related device for virtualization system
CN111984359A (en) * 2020-08-31 2020-11-24 湖南快乐阳光互动娱乐传媒有限公司 Dynamic generation and rendering method and device for control
CN112364496A (en) * 2020-11-03 2021-02-12 中国航空无线电电子研究所 Avionics simulation panel generation system based on HTML5 and VUE technology
CN112364496B (en) * 2020-11-03 2024-01-30 中国航空无线电电子研究所 Avionics simulation panel generation system based on HTML5 and VUE technologies
CN112667238A (en) * 2020-12-31 2021-04-16 华南理工大学 Method and system for dynamically generating control panel of automation equipment
CN112667238B (en) * 2020-12-31 2022-04-22 华南理工大学 Method and system for dynamically generating control panel of automation equipment
CN113515275A (en) * 2021-07-19 2021-10-19 上海繁易信息科技股份有限公司 WYSIWYG cloud industrial configuration software system and development method thereof
CN115185509A (en) * 2022-05-20 2022-10-14 中核武汉核电运行技术股份有限公司 Index picture configuration method
CN115185509B (en) * 2022-05-20 2024-02-09 中核武汉核电运行技术股份有限公司 Index picture configuration method

Also Published As

Publication number Publication date
CN111190598B (en) 2022-01-04

Similar Documents

Publication Publication Date Title
CN111190598B (en) Gas turbine monitoring software picture configuration method based on control library drag-type development
US7039875B2 (en) Computer user interfaces that are generated as needed
CN107844297A (en) A kind of data visualization realizes system and method
US5041992A (en) Interactive method of developing software interfaces
US7529990B2 (en) Systems and methods for managing multi-device test sessions
US5297250A (en) Method of generating interfaces for use applications that are displayable on the screen of a data processing system, and apparatus for performing the method
US9092162B2 (en) Graphical user interface for viewing or editing an executable block diagram model
CN109445783B (en) Method and device for constructing dynamic configuration application driven by service
US8429605B2 (en) Finite state machine architecture for software development
US10448227B2 (en) Mobile database access application development system and method
JPH11161398A (en) Documentation and instruction using computer
CN108369514B (en) System and method for executable content and executable content stream creation
Scarpino et al. SWT/JFace in Action: GUI Design with Eclipse 3.0
CN103309667A (en) Method for positioning UI (user interface) control and picture modifying position in Android system
CN112445564A (en) Interface display method, electronic device and computer readable storage medium
US20060107220A1 (en) Method and system for displaying an annotated file
KR101989634B1 (en) Creating logic using pre-built controls
US6587102B2 (en) Rendering panels in multiple display contexts
US11392284B1 (en) System and method for implementing a dynamically stylable open graphics library
Cornez Android Programming Concepts
Morris Hands-On Android UI Development: Design and develop attractive user interfaces for Android applications
US10216367B1 (en) Automated visualization and interaction algorithm
Scogings et al. A method for the early stages of interactive system design using UML and Lean Cuisine+
Giani et al. A set of languages for context-aware adaptation
Narayn Power Apps

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