CN112130847A - Target machine visual monitoring software design method based on eclipse plug-in - Google Patents

Target machine visual monitoring software design method based on eclipse plug-in Download PDF

Info

Publication number
CN112130847A
CN112130847A CN202010985385.7A CN202010985385A CN112130847A CN 112130847 A CN112130847 A CN 112130847A CN 202010985385 A CN202010985385 A CN 202010985385A CN 112130847 A CN112130847 A CN 112130847A
Authority
CN
China
Prior art keywords
target machine
data
editing
control
mode
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
CN202010985385.7A
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.)
Suzhou Sungang Intelligent Equipment Co ltd
Original Assignee
Suzhou Sungang Intelligent Equipment 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 Suzhou Sungang Intelligent Equipment Co ltd filed Critical Suzhou Sungang Intelligent Equipment Co ltd
Priority to CN202010985385.7A priority Critical patent/CN112130847A/en
Publication of CN112130847A publication Critical patent/CN112130847A/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/35Creation or generation of source code model driven
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B64AIRCRAFT; AVIATION; COSMONAUTICS
    • B64FGROUND OR AIRCRAFT-CARRIER-DECK INSTALLATIONS SPECIALLY ADAPTED FOR USE IN CONNECTION WITH AIRCRAFT; DESIGNING, MANUFACTURING, ASSEMBLING, CLEANING, MAINTAINING OR REPAIRING AIRCRAFT, NOT OTHERWISE PROVIDED FOR; HANDLING, TRANSPORTING, TESTING OR INSPECTING AIRCRAFT COMPONENTS, NOT OTHERWISE PROVIDED FOR
    • B64F5/00Designing, manufacturing, assembling, cleaning, maintaining or repairing aircraft, not otherwise provided for; Handling, transporting, testing or inspecting aircraft components, not otherwise provided for
    • B64F5/60Testing or inspecting aircraft components or systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Manufacturing & Machinery (AREA)
  • Transportation (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a design method of target machine visual monitoring software based on eclipse plug-in, which aims to realize data visualization, human-computer interaction and interface configuration management, allows a user to configure display content and a display mode of data, visually displays the data in a chart or icon mode and the like, and enables the user to monitor the health state, log files and the like of a target machine in real time.

Description

Target machine visual monitoring software design method based on eclipse plug-in
Technical Field
The invention relates to the technical field of software design, in particular to a design method of target machine visual monitoring software based on eclipse plug-ins.
Background
With the function complexity, platform generalization and equipment integration of the new-generation airplane, more and more functions are realized by software. During the process of flying or executing other tasks, the aircraft can generate various data, such as time resource data, space resource data, IO operation data, system event data and the like, during the task execution process, the data are acquired in a specific mode, analyzed and stored through a certain protocol, visualized, the task and the system can be monitored and evaluated, and the state of the system can be effectively monitored so as to provide a better decision.
Most of the existing visual monitoring software of the target machine adopts an integrated design idea, and the monitoring function modules are integrated on one operation platform, so that the software expansibility is poor, and the maintenance and upgrading cost is high.
Disclosure of Invention
In order to overcome the defects, the invention provides a design method of target machine visualization monitoring software based on an eclipse plug-in, and the target machine visualization monitoring software based on the eclipse plug-in aims to realize data visualization and human-computer interaction and interface configuration management. The user is allowed to configure the display content and the display mode of the data, and the data is visually displayed in the mode of graphs or icons and the like, so that the user can monitor the health state, log files and the like of the target machine in real time.
The technical scheme adopted by the invention for solving the technical problem is as follows: a design method of target machine visualization monitoring software based on eclipse plug-in is characterized by comprising the following steps: the method comprises the following steps:
1) firstly, loading template information and configuration files from external files in an editing mode;
2) dragging an editable control, editing the attribute of the control, and editing configuration files and template information in the editing mode state;
3) in the editing mode, storing the edited template information and configuration files as new templates and configuration files for subsequent import by a user;
4) under the editing mode, recording the configuration file into the database, and reloading the configuration file from the database;
5) after the control is edited, entering a running mode;
6) under the operation mode, the system can operate to visualize received data and visualize health data and log files of the target machine, thereby realizing monitoring of the state of the target machine.
The invention has the beneficial effects that: the target machine visual monitoring software based on the eclipse plug-in packages the visual monitoring function module into the eclipse plug-in, and then integrates the eclipse plug-in into an eclipse integrated development environment to realize the visual monitoring of the target machine. The whole software adopts a modularized and standardized design, so that the software has good expandability and portability.
1) By means of Eclipse open source property and openness, functional components are developed in a plug-in form, expansion is easy, what functions are needed can be developed and operated when corresponding plug-ins are installed, what functions need to be expanded, direct development is also easy, and Eclipse provides corresponding interfaces and expansion mechanisms.
2) The monitoring data and the log data sent by the target machine and the data such as the health state of the system and the application are received and analyzed, the data are displayed on software in the form of a chart and the like, and the received effective data are stored in a database. And monitoring and analyzing the original data sent by the target machine according to the display result, and sending an effective alarm prompt. The more complex the target machine to-be-monitored index is, the more advantageous the stereoscopic monitoring is realized in a visual mode.
Drawings
FIG. 1 is a schematic flow diagram of the process of the present invention;
FIG. 2 is a block diagram of the visualization monitoring software module of the target machine designed by the method of the present invention;
FIG. 3 is a logic architecture of the visual monitoring software of the target machine designed by the method of the present invention.
Detailed Description
For the purpose of enhancing the understanding of the present invention, the present invention will be further described in detail with reference to the following examples and the accompanying drawings, which are only used for explaining the present invention and are not to be construed as limiting the scope of the present invention.
Fig. 1 shows an embodiment of a target machine visualization monitoring software design method based on eclipse plug-in, which includes the following steps:
1) firstly, loading template information and configuration files from external files in an editing mode;
2) dragging an editable control, editing the attribute of the control, and editing configuration files and template information in the editing mode state;
3) in the editing mode, storing the edited template information and configuration files as new templates and configuration files for subsequent import by a user;
4) under the editing mode, recording the configuration file into the database, and reloading the configuration file from the database;
5) after the control is edited, entering a running mode;
6) under the operation mode, the system can operate to visualize received data and visualize health data and log files of the target machine, thereby realizing monitoring of the state of the target machine.
As shown in fig. 2, the target machine visualization monitoring software includes control configuration, record configuration files, target machine health data monitoring, target machine log monitoring, template saving/loading/editing, control instruction execution, and interface locking/unlocking function modules, which are designed and developed based on an eclipse plug-in form and integrated into an eclipse integrated development environment.
The main functions of the software comprise control configuration, template and configuration file storage and recording, control instruction execution, data visualization and the like.
1) Control configuration
The interface control is dragged to the working area through the tool box, the style, the size, the position, the properties and the like of the interface control can be configured, and the association between the interface control and the field in the received data (realized through ICD configuration) is realized through a data binding mechanism. The control mainly comprises a meter, an icon, a bar chart, a curve chart, a pie chart, a line chart and the like. Further, the display position of the control may change.
2) Template and configuration file save/load/edit
After the configuration information of the control of the user is filled, the configuration information can be stored as a configuration file, the project formed by the components can be stored as a template, and the user can import the required templates and modify and edit the templates. The function provides convenience for editing of the user control and creating of the project.
3) Control instruction execution
The function is realized when the control is edited, the control has a certain function, and meanwhile, a user can bind the control and a specific instruction set, so that the control realizes the function expressed by the instruction set, and the control of the target machine is realized. Generally speaking, the function enables a user to interactively realize the instruction sending of the target machine control module through the operation of the interface control.
4) Data visualization
The data visualization mainly comprises visualization of received data, visualization of target machine health state data and visualization of log files. The first method is mainly to display various monitoring data in the form of controls such as meters and icons, and can display the monitoring data in the form of bar charts, curve charts, pie charts, line charts, scatter diagrams or other charts; and the second method is to monitor and display the health and non-health state data of the target machine in a specific area, wherein the target machine data contains the health state data of the operating system. The software supports monitoring and displaying of the health state data of the target machine application software. The target machine data contains data of the health state of each software, and the data can be independently monitored and displayed in a specific area. The acquired data comprises IO gateway monitoring data, target machine system and software unhealthy data, can be independently monitored and displayed in a specific area, and format processing is carried out on the unhealthy data to carry out data display and alarm highlighting; and the third is that the software supports the capture and display of the log data of the target machine, can monitor and display the log data uploaded by the target machine, and displays the log file of the target machine in the modes of charts and the like.
5) Recording configuration files and page locking/unlocking
The recording configuration file means that different users can record display modes and effectively store the recording configuration file. When the software is started next time, the configuration file is automatically loaded, and the display style configured last time is reserved.
The page locking/unlocking means that the whole monitoring interface should provide two mode states, namely locking and unlocking, and the locking means locking the whole display page and not performing editing and other operations. These two states can be switched arbitrarily. These two states correspond to the run mode and the edit mode of the technical protocol, respectively.
As shown in fig. 3, the software logic architecture is designed in both editing and running modes. In the editing mode, the control style editing and the control and ICD field binding operation can be completed; in the operation mode, received data visualization, log data display and health data display can be realized.

Claims (1)

1. A design method of target machine visualization monitoring software based on eclipse plug-in is characterized by comprising the following steps: the method comprises the following steps:
1) firstly, loading template information and configuration files from external files in an editing mode;
2) dragging an editable control, editing the attribute of the control, and editing configuration files and template information in the editing mode state;
3) in the editing mode, storing the edited template information and configuration files as new templates and configuration files for subsequent import by a user;
4) under the editing mode, recording the configuration file into the database, and reloading the configuration file from the database;
5) after the control is edited, entering a running mode;
6) under the operation mode, the system can operate to visualize received data and visualize health data and log files of the target machine, thereby realizing monitoring of the state of the target machine.
CN202010985385.7A 2020-09-18 2020-09-18 Target machine visual monitoring software design method based on eclipse plug-in Pending CN112130847A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010985385.7A CN112130847A (en) 2020-09-18 2020-09-18 Target machine visual monitoring software design method based on eclipse plug-in

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010985385.7A CN112130847A (en) 2020-09-18 2020-09-18 Target machine visual monitoring software design method based on eclipse plug-in

Publications (1)

Publication Number Publication Date
CN112130847A true CN112130847A (en) 2020-12-25

Family

ID=73843023

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010985385.7A Pending CN112130847A (en) 2020-09-18 2020-09-18 Target machine visual monitoring software design method based on eclipse plug-in

Country Status (1)

Country Link
CN (1) CN112130847A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106569801A (en) * 2016-10-18 2017-04-19 中国运载火箭技术研究院 Complex parameter-based configuration display control system
CN110597506A (en) * 2019-11-14 2019-12-20 南京百敖软件有限公司 Front-end application visualization development tool and use method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106569801A (en) * 2016-10-18 2017-04-19 中国运载火箭技术研究院 Complex parameter-based configuration display control system
CN110597506A (en) * 2019-11-14 2019-12-20 南京百敖软件有限公司 Front-end application visualization development tool and use method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
小楚同学呀: "eclipse中如何创建自定义代码模板", 《HTTPS://BLOG.CSDN.NET/YK997575119/ARTICLE/DETAILS/102528081?》 *

Similar Documents

Publication Publication Date Title
US11188048B2 (en) Programmable logic controller and main unit
US8589886B2 (en) System and method for automatic hardware and software sequencing of computer-aided design (CAD) functionality testing
US8204711B2 (en) System and apparatus for managing test procedures within a hardware-in-the-loop simulation system
CN104615541A (en) Simulation testing modeling system and method based on flow chart
CN111177825B (en) Parameterized modeling method and device
CN111240670A (en) Method and device for quickly and automatically generating software graphical interface
CN115495069B (en) Model-driven coal industry software process implementation method, device and equipment
CN105159754A (en) On-line simulation method and device based on intelligent business cloud platform
CN110704044A (en) Visual programming system
CN105229617A (en) For the chart of navigation application code
CN111241447A (en) Webpage data acquisition method, system and storage medium
US10067971B2 (en) Tracking model element changes using change logs
KR20150066377A (en) Simulation framework system based on DEVS and simulation method using the same
CN108920143A (en) A kind of quick development method for interactive software
WO2023033420A1 (en) Digital twin construction system using visual script, method, and device therefor
CN112130847A (en) Target machine visual monitoring software design method based on eclipse plug-in
CN114896824B (en) Joint simulation integration test verification method and device, readable storage medium and equipment
KR101716480B1 (en) Apparatus for inputting test-case using gui
KR101501762B1 (en) Hmi system, hmi system operation method, and a medium having computer readable program for executing the method
JPWO2021100308A1 (en) Machine tools, log output methods, and log output programs
CN110632856A (en) Simulation test verification system facing process
CN108984166A (en) A kind of quick tool System for interactive software
CN117234480B (en) Ontology-based multi-programming language component specification and workflow system and use method
JP7009001B1 (en) Information processing equipment and programs
CN118095756A (en) Rail transit vehicle operation and maintenance management system and method

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20201225

WD01 Invention patent application deemed withdrawn after publication