CN113031569A - 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 PDF

Info

Publication number
CN113031569A
CN113031569A CN202110286111.3A CN202110286111A CN113031569A CN 113031569 A CN113031569 A CN 113031569A CN 202110286111 A CN202110286111 A CN 202110286111A CN 113031569 A CN113031569 A CN 113031569A
Authority
CN
China
Prior art keywords
client
matching
subsystem
nuclear fusion
ioc
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
CN202110286111.3A
Other languages
Chinese (zh)
Other versions
CN113031569B (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.)
Southwestern Institute of Physics
Original Assignee
Southwestern Institute of Physics
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 Southwestern Institute of Physics filed Critical Southwestern Institute of Physics
Priority to CN202110286111.3A priority Critical patent/CN113031569B/en
Publication of CN113031569A publication Critical patent/CN113031569A/en
Application granted granted Critical
Publication of CN113031569B publication Critical patent/CN113031569B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G05B23/00Testing or monitoring of control systems or parts thereof
    • G05B23/02Electric testing or monitoring
    • G05B23/0205Electric testing or monitoring by means of a monitoring system capable of detecting and responding to faults
    • G05B23/0208Electric 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/0213Modular 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
    • 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/20Pc systems
    • G05B2219/24Pc safety
    • G05B2219/24065Real time diagnostics

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 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. 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 fault can be rapidly checked, and the normal operation of the experiment can be guaranteed.

Description

Monitoring method, system, terminal and medium of nuclear fusion control system
Technical Field
The invention relates to the technical field of nuclear fusion control, in particular to a monitoring method, a monitoring system, a monitoring terminal and a monitoring 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 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 comprises 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 of a nuclear fusion control system, 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; 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, a computer terminal is provided, which includes a memory, a processor and a computer program stored in the memory and executable on the processor, and when the processor executes the program, the processor implements 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 and responds, 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. Furthermore, the monitoring of this process does not involve data storage, and it is the PV value within the IOC memory that is monitored, and this value 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 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.
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 (8)

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 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.
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 method of nuclear fusion control system as in claim 1, wherein when the sub-system is connected to the client via the channel, the PV value received by the client and the PV value outputted by the sub-system are updated synchronously in real time.
6. 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; and if the matching is successful, feeding back the PV value output by the corresponding subsystem to the client to establish channel connection.
7. 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 5 when executing the program.
8. 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 5.
CN202110286111.3A 2021-03-17 2021-03-17 Monitoring method, system, terminal and medium of nuclear fusion control system Active CN113031569B (en)

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 true CN113031569A (en) 2021-06-25
CN113031569B 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)

Cited By (1)

* Cited by examiner, † Cited by third party
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 (14)

* Cited by examiner, † Cited by third party
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
US20130227596A1 (en) * 2012-02-28 2013-08-29 Nathaniel Edward Pettis Enhancing Live Broadcast Viewing Through Display of Filtered Internet Information Streams
CN104113458A (en) * 2014-07-23 2014-10-22 海信集团有限公司 Mobile terminal and intelligent household appliance interconnecting method and device
CN105022276A (en) * 2015-06-03 2015-11-04 泰凌微电子(上海)有限公司 Smart home system and data interaction method thereof
US20160127875A1 (en) * 2014-11-05 2016-05-05 Beco, Inc. Systems, methods and apparatus for light enabled indoor positioning and reporting
CN106094583A (en) * 2016-06-13 2016-11-09 中国科学院等离子体物理研究所 A kind of control system cross-platform data transmission realizing method based on EPICS
CN106292504A (en) * 2015-06-26 2017-01-04 核工业西南物理研究院 Fusion facility PLC cluster message shared system
CN106487585A (en) * 2016-10-09 2017-03-08 深圳市思博创科技有限公司 Equipment complex monitoring system framework
CN106685600A (en) * 2015-11-05 2017-05-17 北京中广上洋科技股份有限公司 Method for messaging among work stations within local area network
CN108449357A (en) * 2018-04-08 2018-08-24 武汉斗鱼网络科技有限公司 A kind of mandate login method, device, smart machine and storage medium
CN109033342A (en) * 2018-07-24 2018-12-18 北京京东尚科信息技术有限公司 Applied to the service providing method of service system, device and service model
CN109756380A (en) * 2019-01-14 2019-05-14 山东建筑大学 A kind of internet of things equipment adaptive access and shared method and system
CN110972123A (en) * 2019-12-04 2020-04-07 上海肇观电子科技有限公司 Method, hardware and computer medium for realizing wireless connection

Patent Citations (14)

* Cited by examiner, † Cited by third party
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
US20130227596A1 (en) * 2012-02-28 2013-08-29 Nathaniel Edward Pettis Enhancing Live Broadcast Viewing Through Display of Filtered Internet Information Streams
CN104113458A (en) * 2014-07-23 2014-10-22 海信集团有限公司 Mobile terminal and intelligent household appliance interconnecting method and device
US20160127875A1 (en) * 2014-11-05 2016-05-05 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
CN106685600A (en) * 2015-11-05 2017-05-17 北京中广上洋科技股份有限公司 Method for messaging among work stations within local area network
CN106094583A (en) * 2016-06-13 2016-11-09 中国科学院等离子体物理研究所 A kind of control system cross-platform data transmission realizing method based on EPICS
CN106487585A (en) * 2016-10-09 2017-03-08 深圳市思博创科技有限公司 Equipment complex monitoring system framework
CN108449357A (en) * 2018-04-08 2018-08-24 武汉斗鱼网络科技有限公司 A kind of mandate login method, device, smart machine and storage medium
CN109033342A (en) * 2018-07-24 2018-12-18 北京京东尚科信息技术有限公司 Applied to the service providing method of service system, device and service model
CN109756380A (en) * 2019-01-14 2019-05-14 山东建筑大学 A kind of internet of things equipment adaptive access and shared method and system
CN110972123A (en) * 2019-12-04 2020-04-07 上海肇观电子科技有限公司 Method, hardware and computer medium for realizing wireless connection

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘成: "混合方式数据验证方案的研究", 《计算机工程与设计》 *

Cited By (1)

* Cited by examiner, † Cited by third party
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

Also Published As

Publication number Publication date
CN113031569B (en) 2022-11-29

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
CN110287163B (en) Method, device, equipment and medium for collecting and analyzing security log
CN105052076B (en) Network element management system and network element management method based on cloud computing
CN108521339A (en) A kind of reaction type node failure processing method and system based on cluster daily record
CN112422681B (en) Cross-platform distributed communication calling method and device
CN111984561A (en) IPMI command processing method, system, device and medium for BMC
CN113031569B (en) Monitoring method, system, terminal and medium of nuclear fusion control system
CN112134754A (en) Pressure testing method and device, network equipment and storage medium
CN112311627B (en) Universal power protocol testing method and system based on protocol description file in XML format
CN111865978B (en) Method, device, equipment and medium for updating request identifier of micro-service
CN114815673A (en) Interface machine access system and method based on urban intelligent street lamp monitoring system
CN114422386B (en) Monitoring method and device for micro-service gateway
CN112714153B (en) Processing method and device compatible with multiple TCPs (Transmission control protocol) based on Internet of things system
CN113965447B (en) Online cloud diagnosis method, device, system, equipment and storage medium
WO2021128936A1 (en) Message processing method and apparatus
CN114244726A (en) Visualization method and device for signaling interaction of 5G NR base station
CN112328267A (en) Multi-server installation method and device, terminal and storage medium
CN113301049A (en) Industrial control equipment auditing method, device, equipment and readable storage medium
CN112165446A (en) Network interception method of VxWorks system
CN112069027A (en) Interface data processing method and device, electronic equipment and storage medium
CN116302711B (en) Disaster recovery method and device based on cloud platform mirror image, electronic equipment and storage medium
CN111290766A (en) Knowledge base-based software batch deployment method and device
CN110943895A (en) Network shutdown and Linux system-based network data processing method and device

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