CN113986214A - Nuclear power station DCS system application software logic diagram connection data processing method - Google Patents

Nuclear power station DCS system application software logic diagram connection data processing method Download PDF

Info

Publication number
CN113986214A
CN113986214A CN202111246992.2A CN202111246992A CN113986214A CN 113986214 A CN113986214 A CN 113986214A CN 202111246992 A CN202111246992 A CN 202111246992A CN 113986214 A CN113986214 A CN 113986214A
Authority
CN
China
Prior art keywords
pin
connection
pins
module
nuclear power
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
CN202111246992.2A
Other languages
Chinese (zh)
Other versions
CN113986214B (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.)
Nuclear Power Institute of China
Original Assignee
Nuclear Power Institute of China
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 Nuclear Power Institute of China filed Critical Nuclear Power Institute of China
Priority to CN202111246992.2A priority Critical patent/CN113986214B/en
Publication of CN113986214A publication Critical patent/CN113986214A/en
Application granted granted Critical
Publication of CN113986214B publication Critical patent/CN113986214B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for processing connection data of application software logic diagrams of a nuclear power station DCS, which comprises the following steps: pin information of all primitives in the picture page is preloaded at one time; storing pin information by adopting a double list array format; loading and calculating all opposite terminal pins of which the initial pins accord with the connection rules at one time, and keeping the opposite terminal pins in a temporary linked list; comparing the actually selected ending pin with records in the temporary linked list, and if the ending pin accords with the connection rule, the connection is successful; otherwise, reselecting one unlinked pin from the picture page as a new initial pin, executing one-time loading, calculating all opposite terminal pins of which the new initial pins meet the connection rules, and keeping the opposite terminal pins in a temporary linked list until the wiring of all pins in the picture page is completed; and drawing a connecting line and recording relative coordinates from a connecting line endpoint to a connecting line pin. The invention adopts a pin information preloading mode, and improves the system operation efficiency.

Description

Nuclear power station DCS system application software logic diagram connection data processing method
Technical Field
The invention belongs to the technical field of nuclear power station safety level DCS, and particularly relates to a method for processing connection data of a nuclear power station DCS system application software logic diagram.
Background
The application software running in the processing unit of the nuclear power plant is high-safety software, and the designer of the application software is often nuclear power engineering related personnel rather than software developers. From the perspective of convenience, usability and efficiency of use of designers, or from the perspective of high security requirements of application software, the generation of application software codes first requires the design and development of a logic configuration function diagram to be completed.
The software adopts QGraphicsView framework technology to draw the logic function diagram, and presents the logic design of engineering designers in the form of the logic diagram.
In a nuclear power plant safety level DCS system, drawing of an application software algorithm graph page is a key step of algorithm configuration, and connecting lines are a very important and frequently-used function in drawing of the graph page. During wiring, the wiring matching is ensured to be accurate, wrong wiring between pins which cannot be connected is avoided, and the display is accurate and free of errors. According to actual business requirements, any one of the graph pages may have a lot of data, variable and graph symbol blocks are used in combination, and the number of connecting lines is large and complex.
From the aspect of software reaction speed, as the content in the image page is continuously increased and the page number of the image page is increased, the speed of acquiring and searching the information in the image page becomes slower and slower, which may cause the software to react to the operation command of the user more slowly and even cause a stuck condition.
From the aspect of connection rule matching, as the number of elements in a drawing page is gradually increased, the number of pins in the drawing page is also increased in multiples, and the matching check of the connection rule between the pins becomes more and more frequent, so that the burden of a software running environment is increased.
From the aspect of drawing precision of the picture page, the picture page has a plurality of connecting lines, so the connecting lines need higher precision to ensure that the situation that two lines are overlapped or appear to be connected to the same pin does not occur, and the situation causes misunderstanding of a user.
Under the existing technical background, if a connection function aiming at the DCS service characteristics of the nuclear power plant is to be realized, the problems of overlarge system operation load, unsmooth software operation, slow reaction, blockage of an interface and the like can be caused if a better design cannot be adopted.
In order to make the connection process between various primitives in the algorithm map page smooth and accurate, a mode needs to be designed for implementation.
Disclosure of Invention
The invention provides a method for processing logic diagram connection data of application software of a nuclear power station DCS (distributed control system) aiming at the problems of software memory use, operation efficiency and connection drawing precision easily caused by large data volume. The invention adopts a pin information preloading mode, and improves the system operation efficiency.
The invention is realized by the following technical scheme:
a method for processing connection data of a logic diagram of application software of a nuclear power station DCS comprises the following steps:
pin information of all primitives in the picture page is preloaded at one time;
storing pin information by adopting a double list array format;
loading and calculating all opposite terminal pins of which the initial pins accord with the connection rules at one time, and keeping the opposite terminal pins in a temporary linked list; wherein, the initial pin is a pin which is not connected with the wire and is randomly selected from all pins in the picture page;
comparing the actually selected ending pin with records in the temporary linked list, and if the ending pin accords with the connection rule, the connection is successful; otherwise, reselecting one unlinked pin from the picture page as a new initial pin, executing one-time loading, calculating all opposite terminal pins of which the new initial pins meet the connection rules, and keeping the opposite terminal pins in a temporary linked list until the wiring of all pins in the picture page is completed;
and drawing a connecting line and recording relative coordinates from a connecting line endpoint to a connecting line pin.
Preferably, the step of storing the pin information in the double list array format specifically includes:
and respectively storing the pin ID and the pin attribute under the same index numbers of the two arrays.
Preferably, the method of the present invention further comprises:
according to the recorded relative coordinates from the connection end point to the connection pin, when the connection box is opened or drawn again, the connection end point coordinate can be determined directly according to the pin coordinate and the recorded relative coordinate.
Preferably, the method of the present invention further comprises:
and calculating the serial number of the position of the pin according to the serial number of the pin ID, thereby obtaining the pin attribute.
The invention provides a connecting line data processing device of a nuclear power station DCS application software logic diagram, which comprises a preloading module, a storage module, a calculation matching module and a drawing module;
the pre-loading module is used for pre-loading pin information of all primitives in a picture page at one time;
the storage module adopts a double list array format to store pin information;
the calculation module is used for loading and calculating all opposite terminal pins of which the initial pins accord with the connection rules at one time, and storing the opposite terminal pins in a temporary linked list, wherein the initial pin is an unconnected pin arbitrarily selected from all the pins in the picture page; comparing the actually selected ending pin with records in the temporary linked list, if the ending pin accords with the connection rule, the connection is successful, and driving a drawing module to draw the connection and record the relative coordinate from the connection end point to the connection pin; otherwise, a pin which is not connected with the wire is reselected from the picture page as a new initial pin, one-time loading is executed, all opposite terminal pins of which the new initial pins meet the connection rule are calculated, and the steps are kept in a temporary linked list until the connection of all pins in the picture page is completed.
Preferably, the memory module of the present invention includes a first memory cell and a second memory cell;
the first storage unit and the second storage unit adopt the same list array structure;
the first storage unit is used for storing pin IDs, and the second storage unit is used for storing pin attributes; and the ID and the pin attribute of the same pin are respectively stored under the same index numbers of the first storage unit and the second storage unit.
Preferably, the apparatus of the present invention further comprises a reconstruction module;
and the reconstruction module can determine the coordinates of the connection end points according to the pin coordinates and the recorded relative coordinates.
Preferably, the device of the present invention further comprises a query module;
and the query module calculates the serial number of the position of the pin according to the serial number of the pin ID, so that the pin attribute can be obtained.
In a third aspect, the invention proposes a computer device comprising a memory storing a computer program and a processor implementing the steps of the method of the invention when executing the computer program.
In a fourth aspect, the invention proposes a computer-readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method according to the invention.
The invention has the following advantages and beneficial effects:
1. the invention adopts a method of preloading data to the memory and storing the data in a double list array format, thereby saving the data searching time and improving the system operation efficiency.
2. The invention adopts two list array formats to store the pin information, thereby improving the speed of inquiring the information; the information of the connection matching end is calculated in advance when the connection starts, so that the calculation times are reduced; the method for recording the relative coordinates from the end point of the connecting line to the end point of the pin of the graphic element is adopted, and the drawing precision of the connecting line is improved.
3. The invention ensures that the pixels in the algorithm picture page can be correctly connected, and the connection operation is still smooth and accurate when the complexity of the pixel connection in the picture page is very high, thereby not influencing the closing and loading speed of the picture page, avoiding the system jam and improving the connection drawing precision.
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 schematic flow chart of the method of the present invention.
FIG. 2 is a functional block diagram of the computer apparatus of the present invention.
FIG. 3 is a diagram illustrating an exemplary connection between various primitives according to the present invention.
Fig. 4 is a schematic block diagram of the apparatus of the present 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
The invention provides a method for processing connection data of a nuclear power station DCS system application software logic diagram.
As shown in fig. 1, the method of the present embodiment includes:
step one, pin information of all primitives in a picture page is preloaded at one time.
According to the embodiment, all the pin information is preloaded at one time when the drawing page is opened for subsequent use, so that the problem of low efficiency caused by temporary pin loading during subsequent connection is solved.
And step two, storing the pin information by adopting a double list array format.
In the embodiment, the pin ID and the pin attribute are respectively stored in the same index numbers of the two arrays, and the serial number of the position of the pin is directly calculated through the serial number of the ID during query, so that the pin attribute can be obtained, and the speed of querying information is greatly improved.
And step three, loading and calculating all opposite terminal pins of which the initial pins accord with the connection rules at one time, and storing the opposite terminal pins in a temporary linked list. The initial pin is a non-connection pin arbitrarily selected from all pins in a picture page.
In the embodiment, when the connection is started, other pins which can be connected with the initial pin are obtained and stored for matching judgment when the subsequent connection is finished, so that the judgment at the finishing end is avoided, the matching rule calculation is required every time, and the calculation times are greatly reduced.
Step four, comparing the actually selected ending pin with records in the temporary linked list, and if the pin accords with the connection rule, the connection is successful; otherwise, reselecting one unlined pin from the page as a new initial pin, and returning to execute the third step until the wiring of all pins in the page is completed.
And step five, drawing a connecting line and recording relative coordinates from a connecting line endpoint to a connecting line pin.
In the embodiment, by recording the relative coordinates from the connection endpoint to the connection pin, when the connection is opened or drawn again, the connection endpoint coordinates can be determined according to the pin coordinates and the recorded relative coordinates.
According to the method and the device, the accuracy of the connection line drawing is improved by recording the relative coordinates, and the problem that errors occur in the connection line endpoint drawing and pin endpoint drawing coordinates when the size of the icon block changes due to some external conditions when absolute coordinates are recorded is avoided.
The embodiment also provides a computer device for executing the method of the embodiment.
As shown in fig. 2 in particular, the computer device includes a processor, an internal memory, and a system bus; various device components including internal memory and processors are connected to the system bus. A processor is hardware used to execute computer program instructions through basic arithmetic and logical operations in a computer system. An internal memory is a physical device used to temporarily or permanently store computing programs or data (e.g., program state information). The system bus may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus. The processor and the internal memory may be in data communication via a system bus. Including read-only memory (ROM) or flash memory (not shown), and Random Access Memory (RAM), which typically refers to main memory loaded with an operating system and computer programs.
Computer devices typically include an external storage device. The external storage device may be selected from a variety of computer readable media, which refers to any available media that can be accessed by the computer device, including both removable and non-removable media. For example, computer-readable media includes, but is not limited to, flash memory (micro SD cards), CD-ROM, Digital Versatile Disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer device.
A computer device may be logically connected in a network environment to one or more network terminals. The network terminal may be a personal computer, a server, a router, a smart phone, a tablet, or other common network node. The computer apparatus is connected to the network terminal through a network interface (local area network LAN interface). A Local Area Network (LAN) refers to a computer network formed by interconnecting within a limited area, such as a home, a school, a computer lab, or an office building using a network medium. WiFi and twisted pair wiring ethernet are the two most commonly used technologies to build local area networks.
It should be noted that other computer systems including more or less subsystems than computer devices can also be suitable for use with the invention.
As described above in detail, the computer device adapted to the present embodiment can execute the specified operations of the nuclear power plant DCS system application software logic diagram wiring data processing method. The computer device performs these operations in the form of software instructions executed by a processor in a computer-readable medium. These software instructions may be read into memory from a storage device or from another device via a local area network interface. The software instructions stored in the memory cause the processor to perform the method of processing group membership information described above. Furthermore, the present invention can be implemented by hardware circuits or by a combination of hardware circuits and software instructions. Thus, implementation of the present embodiments is not limited to any specific combination of hardware circuitry and software.
Example 2
In this embodiment, the method for processing the connection data of the application software logic diagram of the nuclear power plant DCS system provided in embodiment 1 is used to connect the graphic elements in a safety-level DCS project page, and an exemplary diagram of a part of the connection is shown in fig. 3.
Example 3
The embodiment provides a device for processing a logic diagram connection data of application software of a nuclear power station DCS system, which includes a preloading module, a storage module, a calculation matching module, a drawing module, and a reconstruction module, as shown in fig. 3.
The pre-loading module of the embodiment is used for pre-loading the pin information of all the primitives in the drawing page at one time.
The storage module stores the pin information in a double list array format. The storage module comprises a first storage unit and a second storage unit; the first storage unit is used for storing pin IDs, and the second storage unit is used for storing pin attributes; and the ID and the pin attribute of the same pin are respectively stored under the same index numbers of the first storage unit and the second storage unit.
The calculation matching module is used for loading and calculating all opposite terminal pins of which the initial pins accord with the connection rules at one time, and storing the opposite terminal pins in a temporary linked list; comparing the actually selected ending pin with the record in the temporary linked list, if the pin accords with the connection rule, the connection is successful, and driving a drawing module to draw the connection and record the relative coordinate from the connection end point to the connection pin; otherwise, a pin which is not connected with the wire is reselected from the picture page as a new initial pin, one-time loading is executed, all opposite terminal pins of which the new initial pins meet the connection rule are calculated, and the opposite terminal pins are stored in a temporary linked list until the connection of all the pins in the picture page is completed.
When the reconstruction module reopens a picture or draws, the connection endpoint coordinate can be determined directly according to the pin coordinate and the recorded relative coordinate.
The device of the embodiment further comprises an inquiry module, wherein the inquiry module calculates the serial number of the position of the pin according to the serial number of the pin ID, and the pin attribute can be obtained.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are merely exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, 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 (10)

1. A nuclear power station DCS system application software logic diagram connection data processing method is characterized by comprising the following steps:
pin information of all primitives in the picture page is preloaded at one time;
storing pin information by adopting a double list array format;
loading and calculating all opposite terminal pins of which the initial pins accord with the connection rules at one time, and keeping the opposite terminal pins in a temporary linked list; wherein, the initial pin is a pin which is not connected with the wire and is randomly selected from all pins in the picture page;
comparing the actually selected ending pin with records in the temporary linked list, and if the ending pin accords with the connection rule, the connection is successful; otherwise, reselecting one unlinked pin from the picture page as a new initial pin, executing one-time loading, calculating all opposite terminal pins of which the new initial pins meet the connection rules, and keeping the opposite terminal pins in a temporary linked list until the wiring of all pins in the picture page is completed;
and drawing a connecting line and recording relative coordinates from a connecting line endpoint to a connecting line pin.
2. The method for processing the connection data of the application software logic diagram of the nuclear power station DCS according to claim 1, wherein the step of storing the pin information in a double list array format specifically comprises the following steps:
and respectively storing the pin ID and the pin attribute under the same index numbers of the two arrays.
3. The method for processing the logic diagram connection data of the application software of the nuclear power plant DCS of claim 1, further comprising:
according to the recorded relative coordinates from the connection end point to the connection pin, when the connection box is opened or drawn again, the connection end point coordinate can be determined directly according to the pin coordinate and the recorded relative coordinate.
4. The method for processing the logic diagram connection data of the application software of the nuclear power plant DCS of claim 2, further comprising:
and calculating the serial number of the position of the pin according to the serial number of the pin ID, thereby obtaining the pin attribute.
5. The device for processing the connection data of the application software logic diagram of the nuclear power station DCS is characterized by comprising a preloading module, a storage module, a calculation matching module and a drawing module;
the pre-loading module is used for pre-loading pin information of all primitives in a picture page at one time;
the storage module adopts a double list array format to store pin information;
the calculation module is used for loading and calculating all opposite terminal pins of which the initial pins accord with the connection rules at one time, and storing the opposite terminal pins in a temporary linked list, wherein the initial pin is an unconnected pin arbitrarily selected from all the pins in the picture page; comparing the actually selected ending pin with records in the temporary linked list, if the ending pin accords with the connection rule, the connection is successful, and driving a drawing module to draw the connection and record the relative coordinate from the connection end point to the connection pin; otherwise, a pin which is not connected with the wire is reselected from the picture page as a new initial pin, one-time loading is executed, all opposite terminal pins of which the new initial pins meet the connection rule are calculated, and the steps are kept in a temporary linked list until the connection of all pins in the picture page is completed.
6. The nuclear power plant DCS system application software logic diagram wiring data processing apparatus of claim 5, wherein the storage module comprises a first storage unit and a second storage unit;
the first storage unit and the second storage unit adopt the same list array structure;
the first storage unit is used for storing pin IDs, and the second storage unit is used for storing pin attributes; and the ID and the pin attribute of the same pin are respectively stored under the same index numbers of the first storage unit and the second storage unit.
7. The nuclear power plant DCS system application software logic diagram connection data processing device of claim 5, further comprising a reconfiguration module;
and the reconstruction module can determine the coordinates of the connection end points according to the pin coordinates and the recorded relative coordinates.
8. The nuclear power plant DCS system application software logic diagram connection data processing device of claim 6, further comprising a query module;
and the query module calculates the serial number of the position of the pin according to the serial number of the pin ID, so that the pin attribute can be obtained.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method according to any of claims 1-4.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
CN202111246992.2A 2021-10-26 2021-10-26 Nuclear power station DCS system application software logic diagram connection data processing method Active CN113986214B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111246992.2A CN113986214B (en) 2021-10-26 2021-10-26 Nuclear power station DCS system application software logic diagram connection data processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111246992.2A CN113986214B (en) 2021-10-26 2021-10-26 Nuclear power station DCS system application software logic diagram connection data processing method

Publications (2)

Publication Number Publication Date
CN113986214A true CN113986214A (en) 2022-01-28
CN113986214B CN113986214B (en) 2024-04-23

Family

ID=79741479

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111246992.2A Active CN113986214B (en) 2021-10-26 2021-10-26 Nuclear power station DCS system application software logic diagram connection data processing method

Country Status (1)

Country Link
CN (1) CN113986214B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115576283A (en) * 2022-10-20 2023-01-06 中国核动力研究设计院 Whole-process backtracking method for drawing logic diagram of nuclear power plant DCS

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002259126A (en) * 2001-02-16 2002-09-13 Abb Res Ltd Software constituent for distributed control system, and method for designing control system
KR20120111477A (en) * 2011-03-31 2012-10-10 이엔유 주식회사 Translating method from xml dcs drawing data to object oriented simulation data
CN109933324A (en) * 2019-03-25 2019-06-25 北京广利核系统工程有限公司 A kind of nuclear power DCS man-machine interface automatic generation method
CN110244936A (en) * 2019-04-28 2019-09-17 北京广利核系统工程有限公司 Method and apparatus for supporting VISIO flow chart to be automatically imported DCS algorithm configuration software
CN110442755A (en) * 2019-08-13 2019-11-12 中国核动力研究设计院 Based on the topological diagram methods of exhibiting being connected to the network between nuclear power plant's DCS platform station
CN110457029A (en) * 2019-08-13 2019-11-15 中国核动力研究设计院 A kind of Logical Configuration icon configuration method based on SCADE basic algorithm block

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002259126A (en) * 2001-02-16 2002-09-13 Abb Res Ltd Software constituent for distributed control system, and method for designing control system
KR20120111477A (en) * 2011-03-31 2012-10-10 이엔유 주식회사 Translating method from xml dcs drawing data to object oriented simulation data
CN109933324A (en) * 2019-03-25 2019-06-25 北京广利核系统工程有限公司 A kind of nuclear power DCS man-machine interface automatic generation method
CN110244936A (en) * 2019-04-28 2019-09-17 北京广利核系统工程有限公司 Method and apparatus for supporting VISIO flow chart to be automatically imported DCS algorithm configuration software
CN110442755A (en) * 2019-08-13 2019-11-12 中国核动力研究设计院 Based on the topological diagram methods of exhibiting being connected to the network between nuclear power plant's DCS platform station
CN110457029A (en) * 2019-08-13 2019-11-15 中国核动力研究设计院 A kind of Logical Configuration icon configuration method based on SCADE basic algorithm block

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
ENZOREVENTON: "核电厂的"神经中枢"——核电厂数字化仪控系统", pages 1 - 9, Retrieved from the Internet <URL:https://blog.csdn.net/qq_33693310/article/details/115413437> *
杨诗茹: "虚拟DCS组态环境的设计与开发", 《中国优秀硕士学位论文全文数据库 信息科技辑》, 15 March 2017 (2017-03-15), pages 140 - 1246 *
沈娣丽: "小型集散控制系统组态软件设计", 《中国优秀硕士学位论文全文数据库 信息科技辑》, 15 March 2006 (2006-03-15), pages 140 - 85 *
黄俊等: "核电厂数字化仪控系统算法软件自动化生成方法", 《上海交通大学学报》, 28 December 2018 (2018-12-28), pages 31 - 35 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115576283A (en) * 2022-10-20 2023-01-06 中国核动力研究设计院 Whole-process backtracking method for drawing logic diagram of nuclear power plant DCS

Also Published As

Publication number Publication date
CN113986214B (en) 2024-04-23

Similar Documents

Publication Publication Date Title
US9037571B1 (en) Topology service using closure tables and metagraphs
US20240029327A1 (en) Multi-dimensional data insight interaction
CN111400246B (en) Asynchronous file import method, device, computer equipment and storage medium
CN113986214A (en) Nuclear power station DCS system application software logic diagram connection data processing method
CN107451271A (en) A kind of Hash table processing method, device, equipment and storage medium
CN109408539A (en) Data manipulation method, device, server and storage medium
CN111124883B (en) Test case library introduction method, system and equipment based on tree form
CN112732427A (en) Data processing method, system and related device based on Redis cluster
CN109388685B (en) Method and device for warehousing spatial data used by planning industry
CN109542860A (en) Service data management method, terminal device based on HDFS
CN114065067A (en) Table display method and device, readable storage medium and electronic equipment
CN112953754B (en) Configuration method and device of differentiated service, electronic equipment and storage medium
CN114490727A (en) High-dimensional vector searching method for target database and related equipment
WO2024016789A1 (en) Log data query method and apparatus, and device and medium
CN113987785B (en) Management method and device for complete information of algorithm block of nuclear power station DCS system
CN115756439B (en) Method and device for arranging state machine engine and computer equipment
CN115935863B (en) Digital circuit load division processing method, device and computer equipment
CN108460112A (en) map storage method and system
CN116166828A (en) Picture updating method, device, computing equipment and storage medium
CN115994068A (en) Data processing method, device and medium
CN117666958A (en) Method and device for prolonging storage life of identification module, electronic equipment and storage medium
CN115494828A (en) Automatic generation method, system, equipment and medium for thermal management controller code
CN115576283A (en) Whole-process backtracking method for drawing logic diagram of nuclear power plant DCS
CN113568578A (en) Picture processing method and device, electronic equipment and readable storage medium
CN118113510A (en) ErrorCode layering solution method for SSD test system

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