CN111781890A - Multi-equipment engineering communication method and system in configuration engineering - Google Patents

Multi-equipment engineering communication method and system in configuration engineering Download PDF

Info

Publication number
CN111781890A
CN111781890A CN202010677014.2A CN202010677014A CN111781890A CN 111781890 A CN111781890 A CN 111781890A CN 202010677014 A CN202010677014 A CN 202010677014A CN 111781890 A CN111781890 A CN 111781890A
Authority
CN
China
Prior art keywords
equipment
engineering
actual
dynamic
plc
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
CN202010677014.2A
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.)
Xiamen Haiwell Technology Co ltd
Original Assignee
Xiamen Haiwell 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 Xiamen Haiwell Technology Co ltd filed Critical Xiamen Haiwell Technology Co ltd
Priority to CN202010677014.2A priority Critical patent/CN111781890A/en
Publication of CN111781890A publication Critical patent/CN111781890A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
    • G05B19/054Input/output
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/10Plc systems
    • G05B2219/12Plc mp multi processor system
    • G05B2219/1208Communication, exchange of control, I-O data between different plc

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)

Abstract

The invention relates to the technical field of configuration engineering, in particular to a multi-equipment engineering communication method and a multi-equipment engineering communication system in configuration engineering, wherein the multi-equipment engineering communication method in the configuration engineering comprises the steps of generating dynamic equipment and a plurality of pieces of actual equipment, and establishing a mapping relation between the dynamic equipment and the actual equipment through a designated equipment number integer variable; the actual equipment is used for communicating with the PLC; according to the mapping relation, displaying the data variable value of the PLC acquired by the actual equipment in a primitive of the dynamic equipment, and directly mapping all read-write operations of the dynamic equipment to the corresponding actual equipment for the read-write operations of the corresponding PLC; according to the multi-equipment engineering communication method in the configuration engineering, provided by the invention, data acquisition and monitoring control can be carried out on a plurality of equipment without specifying the communication address of the equipment to be acquired, the configuration engineering picture and volume are reduced, the operation performance of the configuration engineering is improved, and the efficiency of configuration design and the convenience in configuration design are improved.

Description

Multi-equipment engineering communication method and system in configuration engineering
Technical Field
The present invention relates to the field of configuration engineering technologies, and in particular, to a method and a system for multi-device engineering communication in configuration engineering.
Background
With the development of society, configuration engineering can enable monitoring and control of automated processes and equipment. The system can collect various information from the automatic process and equipment, and display the information in a mode which is easy to understand such as imaging, so that management or operating personnel can visually monitor and control the automatic process or device.
At present, in the prior art, when configuration engineering or configuration software configures communication devices, actual communication parameters of the devices must be specified, for example, actual communication through a serial port 1 or communication through a certain IP address of TCP, and then the specified address of the device is referred to in a configuration screen, but when multiple devices are encountered and each device needs to acquire the same communication address, fixed communication setting is required, for example, 32 automatic devices in a certain workshop are connected to a PC equipped with configuration software, and the condition of each device is checked through configuration switching, in the conventional method, 32 devices need to be added, 32 screens are added, and address data bound to different devices is displayed in each screen, so that workload during configuration engineering is increased undoubtedly, and efficiency of the configuration engineering is reduced.
Although the invention of chinese patent with the publication number CN105204458B discloses an intelligent configuration method, a frame template is established for similar devices, and after the template is made, the frame of the similar device is copied by an intelligent algorithm through a copying method, so as to complete the configuration of all devices to be configured of the same type. However, the patent does not address the problem of collecting multiple device communication addresses to reduce the efficiency of configuration design.
Disclosure of Invention
In order to solve the defect of large workload when a plurality of equipment communication addresses are collected in the configuration engineering in the prior art, the multi-equipment engineering communication method and the multi-equipment engineering communication system in the configuration engineering provided by the invention can be used for connecting the monitoring and data collection of a plurality of pieces of equipment without setting fixed communication addresses, thereby improving the design efficiency of the configuration engineering.
The invention provides a multi-equipment engineering communication method in configuration engineering, which comprises the steps of generating dynamic equipment and a plurality of pieces of actual equipment, wherein a mapping relation is established between the dynamic equipment and the actual equipment through a designated equipment number integer variable; the actual equipment is used for communicating with the PLC;
and displaying the data variable value of the PLC acquired by the actual equipment in a primitive of the dynamic equipment according to the mapping relation, and directly mapping all read-write operations of the dynamic equipment to the corresponding actual equipment so as to be used for corresponding to the read-write operations of the PLC.
Further, the dynamic device and the actual device are generated by a data acquisition and monitoring control system setting.
Further, the actual device is generated by the dynamic device search application.
Further, the dynamic device generating the actual device comprises the following steps:
s101: a search parameter is designated in a search primitive bound by the dynamic equipment, the dynamic equipment searches the PLC which exists in a local area network and can communicate according to the search parameter, and returns an available list of the PLC;
s102: and selecting and applying the PLC to be used according to the available list of the PLCs, and generating the actual equipment by the dynamic equipment.
Furthermore, each actual device is provided with a non-repeated device number, and a plurality of device numbers form a device number list.
Further, the device number integer variable is used for informing the mapping relation between the dynamic device and the corresponding actual device, and the device number integer variable can be modified through a human-computer interface or the PLC.
Further, when the dynamic device monitors that the device number integer variable changes, the device number list of the actual device is searched, and the dynamic device is mapped with the corresponding actual device according to the search result.
Furthermore, when the dynamic equipment is generated, part of the designated variables are all-time acquired variables, the actual equipment periodically acquires the data variable values of the all-time acquired variables of the PLC, and the dynamic equipment periodically receives the data variable values of the PLC acquired by the actual equipment and displays the data variable values in the primitives of the dynamic equipment.
The invention also provides a multi-equipment engineering communication system in the configuration engineering, which comprises dynamic equipment, actual equipment and the PLC, wherein the dynamic equipment, the actual equipment and the PLC execute any one of the multi-equipment engineering communication methods in the configuration engineering for communication.
Compared with the prior art, the multi-device engineering communication method and the medium in the configuration engineering provided by the invention have the advantages that by establishing the mapping between the dynamic device and the actual device, the data variable value of the PLC acquired by the actual device is displayed in the pixel of the dynamic device, and all read-write operations on the dynamic device are directly mapped to the corresponding actual device for the read-write operations of the corresponding PLC, the communication address of the device to be acquired is not required to be specified, the data acquisition and monitoring control can be carried out on the multiple devices, the configuration engineering picture and volume are reduced, the configuration engineering operation performance is improved, and the configuration design efficiency and the configuration design convenience are improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a schematic diagram of a multi-device engineering communication method in a configuration engineering according to the present invention;
FIG. 2 is a schematic flow chart of generating an actual device by a dynamic device according to the present invention;
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a schematic diagram of a multi-device engineering communication method in a configuration engineering, as shown in fig. 1, the multi-device engineering communication method in a configuration engineering includes generating a dynamic device and a plurality of actual devices, and establishing a mapping relationship between the dynamic device and the actual devices through a designated device number integer variable; the actual equipment is used for communicating with the PLC; and displaying the data variable value of the PLC acquired by the actual equipment in a primitive of the dynamic equipment according to the mapping relation, and directly mapping all read-write operations of the dynamic equipment to the corresponding actual equipment so as to be used for corresponding to the read-write operations of the PLC.
In specific implementation, as shown in fig. 1, the data acquisition and monitoring control system is called as Scada for short, the dynamic device is used for mapping with the actual device, and the dynamic device is generated by the data acquisition and monitoring control system; the actual equipment is used for communicating with the PLC, the actual equipment can be set and generated by a data acquisition and monitoring control system, the actual equipment can also be generated by dynamic equipment, each actual equipment is provided with a non-repeated equipment number, and a plurality of equipment numbers form an equipment number list;
the dynamic equipment and a plurality of actual equipment establish a mapping relation through a designated equipment number integer variable, and the equipment number integer variable is used for informing the mapping relation between the dynamic equipment and the corresponding actual equipment; according to the mapping relation between the dynamic equipment and the actual equipment, the data variable value of the PLC acquired by the actual equipment is displayed in the pixel of the dynamic equipment, and all read-write operations of the dynamic equipment are directly mapped to the corresponding actual equipment to be used for the read-write operations of the corresponding PLC, so that the efficiency of configuration engineering design is improved.
Specifically, as shown in fig. 2, when the dynamic device generates the actual device, first, a search parameter is specified in a search primitive bound by the dynamic device, and then, the search is performed, preferably, in this embodiment, taking TCP communication as an example, the search parameter is an IP range, the IP range is 192.168.70.0-192.168.70.100, and the dynamic device searches for a PLC that is present in the local area network and is capable of communicating according to the given search parameter, and returns an available list of PLCs.
Secondly, selecting and applying a PLC to be used in an available list of PLCs, and generating a communication instance by the dynamic equipment, namely generating actual equipment by the dynamic equipment, wherein each generated actual equipment is provided with a non-repeated equipment number; therefore, different scene can be compatibly adapted without modifying configuration engineering.
Specifically, the equipment number integer variable can be modified through a human-computer interface or a PLC, when the dynamic equipment monitors that the equipment number integer variable changes, an equipment number list of the actual equipment is searched, and when relevant equipment numbers are found, the dynamic equipment and the corresponding actual equipment are mapped according to the search result.
For example, there are 4 actual devices, the device number integer variable of 1, 2, 3, 4 represents 4 actual devices, and if the device number integer variable monitored by the dynamic device for the first time is 1, it represents the mapping between the dynamic device and the 1 st actual device; when the equipment number integer variable is modified to 4 through a human-computer interaction interface or a PLC, the dynamic equipment searches an equipment number list of the actual equipment, and when the actual equipment with the number of 4 is found, the dynamic equipment is mapped with the corresponding actual equipment.
Specifically, when the dynamic device is generated, a part of variables are designated as the constant acquisition variables, the actual device periodically acquires the data variable values of the variables which are always acquired by the PLC, and the dynamic device periodically receives the data variable values of the PLC which are acquired by the actual device and displays the data variable values in the primitives of the dynamic device.
For example, the data collected by the actual device includes a state variable and a data variable, where the state variable is operating state data of the PLC, and the data variable is temperature data of the PLC, and in general, only after the dynamic device is mapped with the actual device, the dynamic device receives the PLC data collected by the actual device, that is, the dynamic device receives the PLC state variable and the data variable collected by the actual device, and when the dynamic device is out of the mapping relationship with the actual device, the state variable and the data variable are not collected, which is not convenient for the user to observe.
Therefore, in this embodiment, part of the variables are designated as the always-collected variables when the dynamic device is generated, that is, the state variables are designated as the always-collected variables when the dynamic device is generated. The PLC is periodically collected by the actual equipment, the data variable value of the variable is always collected, namely the data variable value of the state variable of the PLC is periodically collected by the actual equipment, and the data variable value of the PLC collected by the actual equipment is periodically received by the dynamic equipment and displayed in a primitive of the dynamic equipment, so that a user can observe the data variable value conveniently.
The invention also provides a multi-equipment engineering communication system in the configuration engineering, which comprises dynamic equipment, actual equipment and the PLC, wherein the dynamic equipment, the actual equipment and the PLC adopt any one of the multi-equipment engineering communication method in the configuration engineering for communication.
Compared with the prior art, the multi-device engineering communication method and the medium in the configuration engineering provided by the invention have the advantages that by establishing the mapping between the dynamic device and the actual device, the data variable value of the PLC acquired by the actual device is displayed in the pixel of the dynamic device, and all read-write operations on the dynamic device are directly mapped to the corresponding actual device for the read-write operations of the corresponding PLC, the communication address of the device to be acquired is not required to be specified, the data acquisition and monitoring control can be carried out on the multiple devices, the configuration engineering picture and volume are reduced, the configuration engineering operation performance is improved, and the configuration design efficiency and the configuration design convenience are improved.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (9)

1. A multi-equipment engineering communication method in configuration engineering is characterized in that: generating dynamic equipment and a plurality of actual equipment, wherein a mapping relation is established between the dynamic equipment and the actual equipment through a designated equipment number integer variable; the actual equipment is used for communicating with the PLC;
and displaying the data variable value of the PLC acquired by the actual equipment in a primitive of the dynamic equipment according to the mapping relation, and directly mapping all read-write operations of the dynamic equipment to the corresponding actual equipment so as to be used for corresponding to the read-write operations of the PLC.
2. The communication method for multiple equipment engineering in configuration engineering according to claim 1, wherein: the dynamic device and the actual device are set and generated by a data acquisition and monitoring control system.
3. The communication method for multiple equipment engineering in configuration engineering according to claim 1, wherein: the actual device is generated by the dynamic device search application.
4. The method according to claim 3, wherein the step of generating the actual device by the dynamic device comprises:
s101: a search parameter is designated in a search primitive bound by the dynamic equipment, the dynamic equipment searches the PLC existing and communicating in the local area network according to the search parameter, and returns an available list of the PLC;
s102: and selecting and applying the PLC to be used according to the available list of the PLCs, and generating the actual equipment by the dynamic equipment.
5. A method of multi-device engineering communication in configuration engineering according to claim 2 or 3, characterized by: each actual device is provided with a non-repeated device number, and the device numbers form a device number list.
6. The communication method of multiple equipment engineering in configuration engineering according to claim 5, wherein: the equipment number integer variable is used for informing the mapping relation between the dynamic equipment and the corresponding actual equipment, and the equipment number integer variable is modified through a human-computer interaction interface or the PLC.
7. The method of claim 6, wherein the method comprises: and when the dynamic equipment monitors that the equipment number integer variable changes, searching an equipment number list of the actual equipment, and mapping the dynamic equipment and the corresponding actual equipment according to a searching result.
8. The method of claim 7, wherein the method comprises: the method comprises the steps that when dynamic equipment is generated, a designated part of variables are all-time collected, actual equipment collects periodically, the PLC collects the data variable values of the variables all-time, and the dynamic equipment receives periodically, the actual equipment collects the data variable values of the PLC and displays the data variable values in the primitives of the dynamic equipment.
9. A multi-equipment engineering communication system in configuration engineering is characterized in that: the dynamic equipment, the actual equipment and the PLC are used for carrying out communication according to the multi-equipment engineering communication method in the configuration engineering of any one of claims 1-8.
CN202010677014.2A 2020-07-14 2020-07-14 Multi-equipment engineering communication method and system in configuration engineering Pending CN111781890A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010677014.2A CN111781890A (en) 2020-07-14 2020-07-14 Multi-equipment engineering communication method and system in configuration engineering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010677014.2A CN111781890A (en) 2020-07-14 2020-07-14 Multi-equipment engineering communication method and system in configuration engineering

Publications (1)

Publication Number Publication Date
CN111781890A true CN111781890A (en) 2020-10-16

Family

ID=72768216

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010677014.2A Pending CN111781890A (en) 2020-07-14 2020-07-14 Multi-equipment engineering communication method and system in configuration engineering

Country Status (1)

Country Link
CN (1) CN111781890A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112596786A (en) * 2020-12-22 2021-04-02 浙江中控技术股份有限公司 HMI flow chart generation method and device, storage medium and electronic equipment

Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101084615A (en) * 2004-09-03 2007-12-05 沃特洛电气制造公司 Power control system
CN101237331A (en) * 2007-12-27 2008-08-06 华为技术有限公司 CDR file generation method, transmission method, system and device
US20080298236A1 (en) * 2007-06-01 2008-12-04 Cisco Technology, Inc. Dynamic link aggregation
CN102360288A (en) * 2011-09-29 2012-02-22 南京国电南自轨道交通工程有限公司 Scriptable full-configuration HMI (Human Machine Interface) system driven by real-time data
CN102611197A (en) * 2011-12-31 2012-07-25 南京因泰莱电器股份有限公司 Digital power monitoring system according with IEC61850 (Communication Networks and Systems in Substations) standard
CN103941653A (en) * 2013-01-21 2014-07-23 广东美的制冷设备有限公司 Intelligent household electrical appliance master and slave control methods and systems
CN103942311A (en) * 2014-04-21 2014-07-23 湖南深拓智能设备股份有限公司 Multiplexing method of monitoring system variables
CN104679498A (en) * 2013-12-02 2015-06-03 艾默生网络能源有限公司 Configuration monitoring interface generation method and apparatus
CN105204458A (en) * 2015-08-11 2015-12-30 许继集团有限公司 Intelligent configuration method
CN105577495A (en) * 2016-01-04 2016-05-11 青岛海信电器股份有限公司 Control method and device of smart home devices
US20160352581A1 (en) * 2012-09-28 2016-12-01 Time Warner Cable Enterprises Llc System and method for automatically learning and maintaining ip address allocation topology
CN106774244A (en) * 2016-12-05 2017-05-31 南京大全自动化科技有限公司 Data acquisition and the simulation test instrument and its method of testing of supervisor control
CN107547256A (en) * 2017-07-06 2018-01-05 中国电力科学研究院 A kind of power telecom network Hardware In The Loop Simulation Method and system
CN108337105A (en) * 2017-12-18 2018-07-27 成都飞机工业(集团)有限责任公司 A kind of bus communication control method of frequency converter
CN108847979A (en) * 2018-06-21 2018-11-20 北京和利时智能技术有限公司 A kind of adaptive configuration system and method based on SCADA
CN109525443A (en) * 2018-12-29 2019-03-26 广州供电局有限公司 Processing method, device and the computer equipment of distributed front-collection communication link
CN109525640A (en) * 2018-10-19 2019-03-26 珠海格力电器股份有限公司 A kind of formation gathering method, electrical equipment, intelligent terminal and system
CN109792451A (en) * 2018-08-22 2019-05-21 袁振南 Communication channel encryption, decryption and method for building up and device, memory and terminal
CN110058879A (en) * 2019-04-08 2019-07-26 浙江天正电气股份有限公司 A kind of quick configuration method of intelligent terminal
CN110071978A (en) * 2019-04-28 2019-07-30 新华三信息安全技术有限公司 A kind of method and device of cluster management
CN110908590A (en) * 2018-09-17 2020-03-24 中国电力科学研究院有限公司 Distributed storage method and system for transformer substation data
CN111026460A (en) * 2019-12-05 2020-04-17 新奥数能科技有限公司 Method and device for quickly matching points by using area template in configuration tool
CN111131291A (en) * 2019-12-30 2020-05-08 广东中鹏热能科技有限公司 Protocol implementation method using upper computer software as lower computer equipment

Patent Citations (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101084615A (en) * 2004-09-03 2007-12-05 沃特洛电气制造公司 Power control system
US20080298236A1 (en) * 2007-06-01 2008-12-04 Cisco Technology, Inc. Dynamic link aggregation
CN101237331A (en) * 2007-12-27 2008-08-06 华为技术有限公司 CDR file generation method, transmission method, system and device
CN102360288A (en) * 2011-09-29 2012-02-22 南京国电南自轨道交通工程有限公司 Scriptable full-configuration HMI (Human Machine Interface) system driven by real-time data
CN102611197A (en) * 2011-12-31 2012-07-25 南京因泰莱电器股份有限公司 Digital power monitoring system according with IEC61850 (Communication Networks and Systems in Substations) standard
US20160352581A1 (en) * 2012-09-28 2016-12-01 Time Warner Cable Enterprises Llc System and method for automatically learning and maintaining ip address allocation topology
CN103941653A (en) * 2013-01-21 2014-07-23 广东美的制冷设备有限公司 Intelligent household electrical appliance master and slave control methods and systems
CN104679498A (en) * 2013-12-02 2015-06-03 艾默生网络能源有限公司 Configuration monitoring interface generation method and apparatus
CN103942311A (en) * 2014-04-21 2014-07-23 湖南深拓智能设备股份有限公司 Multiplexing method of monitoring system variables
CN105204458A (en) * 2015-08-11 2015-12-30 许继集团有限公司 Intelligent configuration method
CN105577495A (en) * 2016-01-04 2016-05-11 青岛海信电器股份有限公司 Control method and device of smart home devices
CN106774244A (en) * 2016-12-05 2017-05-31 南京大全自动化科技有限公司 Data acquisition and the simulation test instrument and its method of testing of supervisor control
CN107547256A (en) * 2017-07-06 2018-01-05 中国电力科学研究院 A kind of power telecom network Hardware In The Loop Simulation Method and system
CN108337105A (en) * 2017-12-18 2018-07-27 成都飞机工业(集团)有限责任公司 A kind of bus communication control method of frequency converter
CN108847979A (en) * 2018-06-21 2018-11-20 北京和利时智能技术有限公司 A kind of adaptive configuration system and method based on SCADA
CN109792451A (en) * 2018-08-22 2019-05-21 袁振南 Communication channel encryption, decryption and method for building up and device, memory and terminal
CN110908590A (en) * 2018-09-17 2020-03-24 中国电力科学研究院有限公司 Distributed storage method and system for transformer substation data
CN109525640A (en) * 2018-10-19 2019-03-26 珠海格力电器股份有限公司 A kind of formation gathering method, electrical equipment, intelligent terminal and system
CN109525443A (en) * 2018-12-29 2019-03-26 广州供电局有限公司 Processing method, device and the computer equipment of distributed front-collection communication link
CN110058879A (en) * 2019-04-08 2019-07-26 浙江天正电气股份有限公司 A kind of quick configuration method of intelligent terminal
CN110071978A (en) * 2019-04-28 2019-07-30 新华三信息安全技术有限公司 A kind of method and device of cluster management
CN111026460A (en) * 2019-12-05 2020-04-17 新奥数能科技有限公司 Method and device for quickly matching points by using area template in configuration tool
CN111131291A (en) * 2019-12-30 2020-05-08 广东中鹏热能科技有限公司 Protocol implementation method using upper computer software as lower computer equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
360DOC.COM: "《米家App使用教程》", 17 March 2017 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112596786A (en) * 2020-12-22 2021-04-02 浙江中控技术股份有限公司 HMI flow chart generation method and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
US10887191B2 (en) Service monitoring interface with aspect and summary components
CN108234168B (en) Data display method and system based on service topology
CN107872351B (en) Data acquisition system and acquisition method
CN112862232A (en) Integrated monitoring method and device for power wireless heterogeneous network
CN114157563A (en) Network equipment automation operation and maintenance system based on command
CN111781890A (en) Multi-equipment engineering communication method and system in configuration engineering
CN103973484A (en) Operation and maintenance management system based on network topological structure
CN114650226A (en) Topology management method and device, network element management node and storage medium
CN106301855B (en) Network management system deployment method and device and network management system
CN115657625B (en) Monitoring method, program product, system, device and readable storage medium
CN112799664A (en) Configuration method and system supporting heterogeneous environment
CN111143171A (en) Monitoring method, device and system
CN113364640A (en) Visualization method and device for operation index
CN116880840A (en) Service interface generation method, service interface generation device, electronic equipment and medium
CN107911410A (en) Distributed Services process resource consumes statistical method and device
CN114448831B (en) Method and system for monitoring state of servers to which clusters belong
CN115756472A (en) Cloud edge cooperative industrial equipment digital twin operation monitoring method and system
CN113242254B (en) Communication message processing method, device, terminal equipment and storage medium
CN111879788A (en) Machine type switching system and method based on panel detection and terminal equipment
CN112436993B (en) VPN private line discovery method and device based on configuration file analysis
Allen et al. NAV network analysis visualization
CN113760439A (en) Virtual machine network management method, device, equipment and storage medium
CN114244740B (en) Network data acquisition method and system
KR20190127335A (en) Human Machine Interface system
CN115086136B (en) Data acquisition and processing method and device based on simple network management protocol

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20201016

RJ01 Rejection of invention patent application after publication