CN113031569B - Monitoring method, system, terminal and medium of nuclear fusion control system - Google Patents
Monitoring method, system, terminal and medium of nuclear fusion control system Download PDFInfo
- Publication number
- CN113031569B CN113031569B CN202110286111.3A CN202110286111A CN113031569B CN 113031569 B CN113031569 B CN 113031569B CN 202110286111 A CN202110286111 A CN 202110286111A CN 113031569 B CN113031569 B CN 113031569B
- Authority
- CN
- China
- Prior art keywords
- client
- matching
- subsystem
- ioc
- nuclear fusion
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B23/00—Testing or monitoring of control systems or parts thereof
- G05B23/02—Electric testing or monitoring
- G05B23/0205—Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults
- G05B23/0208—Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults characterized by the configuration of the monitoring system
- G05B23/0213—Modular or universal configuration of the monitoring system, e.g. monitoring system having modules that may be combined to build monitoring program; monitoring system that can be applied to legacy systems; adaptable monitoring system; using different communication protocols
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B2219/00—Program-control systems
- G05B2219/20—Pc systems
- G05B2219/24—Pc safety
- G05B2219/24065—Real time diagnostics
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Testing And Monitoring For Control Systems (AREA)
Abstract
The invention discloses a monitoring method, a system, a terminal and a medium of a nuclear fusion control system, relating to the technical field of nuclear fusion control, and the technical scheme is as follows: reading a PV name output by a client; broadcasting the PV name in the network using a CA protocol; matching the received broadcast with the corresponding associated subsystem through the IOC program; and if the matching is successful, feeding back the PV value output by the corresponding subsystem to the client to establish channel connection. According to the whole monitoring system provided by the invention, the customer service end can access all subsystems in the same network segment, protocols do not need to be defined among the subsystems, reading of relevant experimental data can be directly completed, data sharing among the subsystems is facilitated, and research and development efficiency is improved; after the subsystem modifies the PV value to operate, the client side receives the message and responds to the message, so that the purpose of mutual communication is achieved; the device can rapidly troubleshoot faults and is beneficial to guaranteeing normal operation of experiments.
Description
Technical Field
The invention relates to the technical field of nuclear fusion control, in particular to a monitoring method, a system, a terminal and a medium of a nuclear fusion control system.
Background
The EPICS Channel Access protocol analysis is a packet sniffer and network protocol analyzer running on most computer platforms, for example: windows, OS X, linux, and UNIX. It is a free open source software in C language, and is issued following GPL2 public license. To capture packets, wirereshark uses the pcap library, which allows for sniffing of traffic from many different network types, including ethernet, IEEE 802.11, PPP, bluetooth, and USB, captured traffic can be stored and opened. In addition to the natively supported tcpdump (libpcap) format, other trace file formats, such as: snorop, microsoft Network Monitor, etc. are also supported. To analyze the captured flow, wirereshark supports the dissection of hundreds of different protocols. To extend its initial set of functionality, wirereshark also provides support for plug-ins. The Channel Access protocol analysis is implemented by a plug-in.
The original implementation of the CA dissector plug-in for WireShark was done by Ron Rechenmacher. It is not a complete solution because only part of the most common CA message types are supported partially and are not compatible with the latest version of Wireshark. Thus Cosylab, KEK, fermilab laboratories have collaborated to develop a new CA dissector insert for wiresharp. The tool allows Channel Access (CA) traffic to be captured directly from the network and interpreted content using a graphical or textual user interface.
At present, the system control and monitoring method in the prior art generally calls data for each subsystem separately, and uses different protocols with each other, and the time of the calling mode is delayed, so that the certainty of problem positioning cannot be ensured. In the field of nuclear fusion control, due to the particularity of nuclear fusion research, communication among subsystems cannot be timely realized through the existing system control and monitoring method, and faults of a control system cannot be timely eliminated. Therefore, how to research and design a monitoring method, a monitoring system, a monitoring terminal and a monitoring medium of a nuclear fusion control system is a problem which is urgently needed to be solved at present.
Disclosure of Invention
In order to solve the defects in the prior art, the invention aims to provide a monitoring method, a monitoring system, a monitoring terminal and a monitoring medium of a nuclear fusion control system.
The technical purpose of the invention is realized by the following technical scheme:
in a first aspect, a monitoring method for a nuclear fusion control system is provided, which includes the following steps:
reading a PV name output by a client;
broadcasting the PV name in the network using the CA protocol;
matching the received broadcast with the corresponding associated subsystem through the IOC program; and if the matching is successful, feeding back the PV value output by the corresponding subsystem to the client to establish channel connection.
Further, the specific process of matching by the IOC program is as follows:
IOC programs and subsystems in the same network segment are configured in a one-to-one correspondence manner;
and all IOC programs in the same network segment synchronously match corresponding subsystems.
Further, a specific method for performing matching through the IOC program is as follows:
comparing and matching the PV name in the received broadcast with the PV name of the subsystem;
and if the PV names are the same, feeding back the PV value output by the subsystem to the client.
Further, the IOC program is configured with a runtime database for dynamically storing PV values output by the respective subsystems.
Further, after the channel connection between the subsystem and the client is established, the PV value received by the client and the PV value output by the subsystem are synchronously updated in real time.
In a second aspect, there is provided a monitoring system for a nuclear fusion control system, including:
the client is used for outputting the PV name of the object to be monitored;
the CA protocol module is used for broadcasting the PV name in the network by utilizing the CA protocol;
the IOC module is used for matching the received broadcast with the corresponding related subsystem; and if the matching is successful, feeding back the PV value output by the corresponding subsystem to the client to establish channel connection.
In a third aspect, there is provided a computer terminal comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor executes the computer program to implement the monitoring method of the nuclear fusion control system according to any one of the first aspect.
In a fourth aspect, there is provided a computer readable medium having a computer program stored thereon, the computer program being executable by a processor to implement a monitoring method of a nuclear fusion control system according to any one of the first aspect.
Compared with the prior art, the invention has the following beneficial effects:
1. according to the whole monitoring system provided by the invention, the customer service end can access all subsystems in the same network segment, protocols do not need to be defined among the subsystems, reading of relevant experimental data can be directly completed, data sharing among the subsystems is facilitated, and research and development efficiency is improved;
2. the client provided by the invention accesses the IOC program through the CA protocol, the client accesses each subsystem according to the PV name to obtain the PV value, and after the subsystem modifies the PV value to operate, the client receives the message to respond, thereby achieving the purpose of mutual communication.
3. The invention provides a method for reading dynamic PV values of each subsystem according to PV names, and the subsystems in the same network segment can call the PV values at any time to realize real-time PV monitoring;
4. the invention can carry out EPICS signal virtual debugging through a unified client system;
5. the invention can know the running state of each subsystem in time, realize the function of real-time communication, can rapidly troubleshoot faults and is beneficial to ensuring the normal running of experiments.
Drawings
The accompanying drawings, which are included to provide a further understanding of the embodiments of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the principles of the invention. In the drawings:
fig. 1 is a system architecture diagram in an embodiment of the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to examples and accompanying drawings, and the exemplary embodiments and descriptions thereof are only used for explaining the present invention and are not meant to limit the present invention.
Example 1: a monitoring method of a nuclear fusion control system is shown in figure 1 and comprises the following steps:
s101: reading the PV name output by the client through a CA protocol, and manually inputting according to the requirement or automatically inputting according to a program;
s102: broadcasting the PV name in the network using the CA protocol;
s103: matching the received broadcast with the corresponding associated subsystem through the IOC program; and if the matching is successful, feeding back the PV value output by the corresponding subsystem to the client to establish channel connection.
It should be noted that the IOC programs and the subsystems in the same network segment are configured in a one-to-one correspondence manner, and all the IOC programs in the same network segment perform synchronous matching on the corresponding subsystems. Furthermore, matching the PV name in the received broadcast against the PV name of the subsystem; and if the PV names are the same, feeding back the PV value output by the subsystem to the client.
The IOC program maintains an operational database in memory, in which the PV values are stored. When a client needs to monitor a certain PV, a broadcast is sent to the network by using a CA protocol, and an IOC program with the PV responds after receiving the broadcast and establishes channel connection with the client to realize the monitoring of the PV.
It should be noted that the PV value is stored in the archive storage server Archiver application. Moreover, the process of monitoring is not concerned with data storage, and it is the PV value within the IOC memory that is monitored, which is dynamic.
And after the sub-system is connected with the client side through the channel, the PV value received by the client side and the PV value output by the sub-system are synchronously updated in real time.
For example, system a and system B agree that the PV value is 1 for start, the PV value is 0 for end, system a changes the PV value, system B listens again for the PV value, and when the PV value is found to be 0, system B can perform the next processing in time.
Example 2: a monitoring system of a nuclear fusion control system is shown in FIG. 1 and comprises a client, a CA protocol module and a plurality of IOC modules. And the client is used for outputting the PV name of the object to be monitored. And the CA protocol module is used for broadcasting the PV names in the network by utilizing the CA protocol. The IOC module is used for matching the received broadcast with the corresponding related subsystem; and if the matching is successful, feeding back the PV value output by the corresponding subsystem to the client to establish channel connection.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above embodiments are provided to further explain the objects, technical solutions and advantages of the present invention in detail, it should be understood that the above embodiments are merely exemplary embodiments of the present invention and are not intended to limit the scope of the present invention, and any modifications, equivalents, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.
Claims (7)
1. A monitoring method of a nuclear fusion control system is characterized by comprising the following steps:
reading a PV name output by a client;
broadcasting the PV name in the network using a CA protocol;
matching the received broadcast with the corresponding associated subsystem through the IOC program; if the matching is successful, feeding back the PV value output from the corresponding subsystem to the client to establish channel connection;
and after the sub-system is connected with the client side through the channel, the PV value received by the client side and the PV value output by the sub-system are synchronously updated in real time.
2. The monitoring method of a nuclear fusion control system as claimed in claim 1, wherein the specific process of matching through the IOC program is as follows:
IOC programs and subsystems in the same network segment are configured in a one-to-one correspondence manner;
and all IOC programs in the same network segment synchronously match corresponding subsystems.
3. The monitoring method of the nuclear fusion control system according to claim 1, wherein the specific method for matching through the IOC program is as follows:
comparing and matching the PV name in the received broadcast with the PV name of the subsystem;
and if the PV names are the same, feeding back the PV value output by the subsystem to the client.
4. A method as claimed in claim 1 wherein said IOC program is configured with a running database for dynamically storing PV values output by the respective subsystems.
5. A monitoring system of a nuclear fusion control system is characterized by comprising:
the client is used for outputting the PV name of the object to be monitored;
the CA protocol module is used for broadcasting the PV name in the network by utilizing the CA protocol;
the IOC module is used for matching the received broadcast with the corresponding related subsystem; if the matching is successful, feeding back the PV value output from the corresponding subsystem to the client to establish channel connection;
and after the sub-system is connected with the client side through the channel, the PV value received by the client side and the PV value output by the sub-system are synchronously updated in real time.
6. A computer terminal comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor implements a monitoring method of a nuclear fusion control system according to any one of claims 1 to 4 when executing the program.
7. A computer-readable medium, on which a computer program is stored, wherein the computer program is executed by a processor to implement a monitoring method of a nuclear fusion control system according to any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110286111.3A CN113031569B (en) | 2021-03-17 | 2021-03-17 | Monitoring method, system, terminal and medium of nuclear fusion control system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110286111.3A CN113031569B (en) | 2021-03-17 | 2021-03-17 | Monitoring method, system, terminal and medium of nuclear fusion control system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113031569A CN113031569A (en) | 2021-06-25 |
CN113031569B true CN113031569B (en) | 2022-11-29 |
Family
ID=76471279
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110286111.3A Active CN113031569B (en) | 2021-03-17 | 2021-03-17 | Monitoring method, system, terminal and medium of nuclear fusion control system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113031569B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113901113A (en) * | 2021-08-26 | 2022-01-07 | 核工业西南物理研究院 | Display system and method for tracking PV value change in nuclear fusion test |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101013949A (en) * | 2006-12-21 | 2007-08-08 | 建龙钢铁控股有限公司 | Message broadcast communication method |
CN101299672A (en) * | 2008-06-13 | 2008-11-05 | 中兴通讯股份有限公司 | System and method for amalgamation of multimedia broadcast service and call-board service |
CN106487585A (en) * | 2016-10-09 | 2017-03-08 | 深圳市思博创科技有限公司 | Equipment complex monitoring system framework |
CN109033342A (en) * | 2018-07-24 | 2018-12-18 | 北京京东尚科信息技术有限公司 | Applied to the service providing method of service system, device and service model |
CN110972123A (en) * | 2019-12-04 | 2020-04-07 | 上海肇观电子科技有限公司 | Method, hardware and computer medium for realizing wireless connection |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9621932B2 (en) * | 2012-02-28 | 2017-04-11 | Google Inc. | Enhancing live broadcast viewing through display of filtered internet information streams |
CN104113458B (en) * | 2014-07-23 | 2017-09-29 | 海信集团有限公司 | The method and device that a kind of mobile terminal is interconnected with intelligent appliance equipment |
US9398422B2 (en) * | 2014-11-05 | 2016-07-19 | Beco, Inc. | Systems, methods and apparatus for light enabled indoor positioning and reporting |
CN105022276A (en) * | 2015-06-03 | 2015-11-04 | 泰凌微电子(上海)有限公司 | Smart home system and data interaction method thereof |
CN106292504A (en) * | 2015-06-26 | 2017-01-04 | 核工业西南物理研究院 | Fusion facility PLC cluster message shared system |
CN106685600B (en) * | 2015-11-05 | 2019-09-20 | 北京中广上洋科技股份有限公司 | Message delivery method in local area network between work station |
CN106094583A (en) * | 2016-06-13 | 2016-11-09 | 中国科学院等离子体物理研究所 | A kind of control system cross-platform data transmission realizing method based on EPICS |
CN108449357B (en) * | 2018-04-08 | 2021-05-28 | 武汉斗鱼网络科技有限公司 | Authorized login method and device, intelligent device and storage medium |
CN109756380B (en) * | 2019-01-14 | 2022-02-15 | 山东建筑大学 | Self-adaptive access and sharing method and system for Internet of things equipment |
-
2021
- 2021-03-17 CN CN202110286111.3A patent/CN113031569B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101013949A (en) * | 2006-12-21 | 2007-08-08 | 建龙钢铁控股有限公司 | Message broadcast communication method |
CN101299672A (en) * | 2008-06-13 | 2008-11-05 | 中兴通讯股份有限公司 | System and method for amalgamation of multimedia broadcast service and call-board service |
CN106487585A (en) * | 2016-10-09 | 2017-03-08 | 深圳市思博创科技有限公司 | Equipment complex monitoring system framework |
CN109033342A (en) * | 2018-07-24 | 2018-12-18 | 北京京东尚科信息技术有限公司 | Applied to the service providing method of service system, device and service model |
CN110972123A (en) * | 2019-12-04 | 2020-04-07 | 上海肇观电子科技有限公司 | Method, hardware and computer medium for realizing wireless connection |
Non-Patent Citations (1)
Title |
---|
混合方式数据验证方案的研究;刘成;《计算机工程与设计》;20130116;全文 * |
Also Published As
Publication number | Publication date |
---|---|
CN113031569A (en) | 2021-06-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108600029B (en) | Configuration file updating method and device, terminal equipment and storage medium | |
CN112738791B (en) | User information correlation backfill method, device, equipment and medium based on 5G core network | |
CN107508722B (en) | Service monitoring method and device | |
CN105052076B (en) | Network element management system and network element management method based on cloud computing | |
CN106484611B (en) | Fuzzy test method and device based on automatic protocol adaptation | |
CN112714047A (en) | Industrial control protocol flow based test method, device, equipment and storage medium | |
CN111865978B (en) | Method, device, equipment and medium for updating request identifier of micro-service | |
CN113031569B (en) | Monitoring method, system, terminal and medium of nuclear fusion control system | |
CN111984561A (en) | IPMI command processing method, system, device and medium for BMC | |
CN109802842B (en) | Application topology generation method and related equipment | |
CN114422386B (en) | Monitoring method and device for micro-service gateway | |
CN112565232B (en) | Log analysis method and system based on template and flow state | |
CN112311627B (en) | Universal power protocol testing method and system based on protocol description file in XML format | |
CN116340111A (en) | Linux socket monitoring event monitoring method and device | |
CN111224891A (en) | Traffic application identification system and method based on dynamic learning triples | |
CN112714153B (en) | Processing method and device compatible with multiple TCPs (Transmission control protocol) based on Internet of things system | |
CN114765633B (en) | Network message analysis method and device based on real-time Ethernet protocol of train | |
CN113965447B (en) | Online cloud diagnosis method, device, system, equipment and storage medium | |
CN114244726A (en) | Visualization method and device for signaling interaction of 5G NR base station | |
CN113301049A (en) | Industrial control equipment auditing method, device, equipment and readable storage medium | |
CN112328267A (en) | Multi-server installation method and device, terminal and storage medium | |
CN112165446A (en) | Network interception method of VxWorks system | |
CN112069027A (en) | Interface data processing method and device, electronic equipment and storage medium | |
CN110943895A (en) | Network shutdown and Linux system-based network data processing method and device | |
CN116302711B (en) | Disaster recovery method and device based on cloud platform mirror image, electronic equipment and storage medium |
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 |