CN113688037A - Nuclear power plant instrument control system software configuration debugging and packaging integrated method - Google Patents

Nuclear power plant instrument control system software configuration debugging and packaging integrated method Download PDF

Info

Publication number
CN113688037A
CN113688037A CN202110953847.1A CN202110953847A CN113688037A CN 113688037 A CN113688037 A CN 113688037A CN 202110953847 A CN202110953847 A CN 202110953847A CN 113688037 A CN113688037 A CN 113688037A
Authority
CN
China
Prior art keywords
configuration
power plant
nuclear power
control system
instrument control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110953847.1A
Other languages
Chinese (zh)
Inventor
周健文
刘凯
毛磊
贺颖
王宇帆
张淑慧
张洪
郑添
马骏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Nuclear Engineering Research and Design Institute Co Ltd
Original Assignee
Shanghai Nuclear Engineering Research and Design Institute Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Nuclear Engineering Research and Design Institute Co Ltd filed Critical Shanghai Nuclear Engineering Research and Design Institute Co Ltd
Priority to CN202110953847.1A priority Critical patent/CN113688037A/en
Publication of CN113688037A publication Critical patent/CN113688037A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Abstract

The invention relates to the technical field of nuclear power plant instrument control systems, and particularly discloses a nuclear power plant instrument control system software configuration debugging and packaging integrated method, which can be used for configuration, debugging and packaging of nuclear power plant instrument control system software, supports the algorithm model developed by a commercial configuration tool or the algorithm model developed in a code mode, packages and guides the algorithm model into a unified configuration environment in a module mode, and configures the modules in a graphical modeling mode, thereby greatly improving the reuse efficiency and the software configuration efficiency of the modules; the scheme supports automatic and manual modes to perform single-cycle or multi-cycle simulation and debugging on the configured program and generate a test result file; according to the scheme, the software subjected to configuration and testing can be directly packaged to generate the dynamic link library and the configuration file, the generated dynamic link library file can be directly loaded and operated on a calculation and analysis platform of the nuclear power plant instrument control system, and meanwhile, the platform can directly generate a logic picture of a program algorithm model according to the configuration file.

Description

Nuclear power plant instrument control system software configuration debugging and packaging integrated method
Technical Field
The invention relates to the technical field of nuclear power plant instrument control systems, in particular to a nuclear power plant instrument control system software configuration debugging and packaging integrated method.
Background
The existing nuclear power plant instrument control system application software has the following defects:
(1) most software can be composed of about 200 basic modules, including simple addition, median processing, filtering algorithms, etc., such as complex hydrothermal calculation, equipment state monitoring, safety function trees, etc. The basic modules are developed in commercial configuration tools or are developed in code modes such as C language and the like, the modules cannot be shared in various configuration environments, and the algorithm configuration through the commercial configuration tools is high in cost and not beneficial to field debugging.
(2) And because the nuclear power plant has extremely high requirements on the instrument control system, the application software of the instrument control system of the nuclear power plant must be strictly and completely tested. However, software configured by commercial configuration tools, codes, etc. is difficult to directly test in the configuration tools, and it is difficult to automatically compare the output signals calculated by the program logic according to the input signals of the test cases with the expected output signals in the test cases.
(3) And because the nuclear power plant instrument control system has special requirements, the configuration software of a common configuration tool needs to be developed in a customized manner, and then can be loaded and operated in the nuclear power plant instrument control system calculation analysis platform.
Disclosure of Invention
The invention aims to provide a nuclear power plant instrument control system software configuration debugging and packaging integrated method to solve the problems in the background technology.
In order to achieve the purpose, the invention provides the following technical scheme: a nuclear power plant instrument control system software configuration debugging and packaging integrated method realizes the following three functions through one tool:
s1, in the configuration stage, for the basic algorithm module developed in commercial configuration tool or code mode, it supports to import uniform configuration environment, realizes the sharing of all basic algorithm modules, and supports the configuration of application software for all sharing modules in the mode of graphical modeling;
s2: the application software configured in the step S1 supports the automatic and manual modes to perform single-cycle or multi-cycle simulation and debugging on the configured software, and automatically generates a test result without using other test tools;
and S3, compiling the software through a vc compiler in a compiling and packaging stage, configuring related contents in the compiling process, and generating a dynamic link library and a configuration file matched with the characteristics of the calculation and analysis platform of the nuclear power plant instrument and control system according to the characteristics of the calculation and analysis platform.
As a preferred embodiment of the present invention, in the step S1, a dynamic link library is generated from each basic algorithm module through compiling, the input/output interface of each basic algorithm module is identified and exposed, and the basic algorithm modules are connected and combined in a manner of connecting the input/output interfaces.
As a preferred embodiment of the present invention, after the application software configuration in step S1 is completed, a matching check is performed on the types of the connected input/output signals and the types of the module interface input/output signals, a matching check is performed on the assignment types of the parameters and the types of the module interface parameters, and whether all the input/output signals of the basic module interface are actually connected or connected to other modules is checked.
As a preferred embodiment of the present invention, when the application software after configuration is automatically tested in step S2, a test case is first written according to a certain specification, that is, all input signals are marked with "input", an expected result is marked with "check", a value of "input" is read as an input signal, a program completes calculation and outputs an actual calculation result, and "output" is marked, and finally, the value marked with "output" is automatically compared with the value marked with "check", if the values are consistent, the test is passed, and if the values are inconsistent, the test case is displayed as failed, and the test case which is not passed is displayed.
As a preferred scheme of the present invention, when the application software whose configuration is completed is manually tested in step S2, 3 tables appear on the interface, which are input signals, output signals, and parameters, respectively, and support manual assignment of the input signals and the parameters in the debugging mode, and perform single-cycle or multi-cycle operation, and output the calculation result in the cycle in the output signal list, and manually determine whether the calculation result meets expectations.
As a preferred aspect of the present invention, the relevant contents configured in step S3 include a configuration program running period, a parameter default value, and a parameter type.
As a preferred embodiment of the present invention, in step S3, according to the function type, the number of functions, and the function interface included in the dynamic link library that is loaded in support of the nuclear power plant instrumentation and control system computation and analysis platform, the dynamic link library that matches the function type, the number of functions, and the function interface are compiled.
As a preferred embodiment of the present invention, in step S3, the format of the configuration file, such as the included input/output signals and parameter type definitions, is analyzed, and the basic algorithm module connection relationship is used to generate a logic picture matching with the configuration file.
As a preferable scheme of the invention, the dynamic link library and the configuration file which are packaged and completed support to be directly loaded into a nuclear power plant instrument control system calculation analysis platform for operation, and a logic diagram consistent with the configuration time is automatically generated.
Compared with the prior art, the invention has the beneficial effects that:
1. according to the integrated method for debugging and packaging the configuration of the nuclear power plant instrument control system software, a basic algorithm module does not need to be developed independently, almost all the nuclear power instrument control system application software can be combined through the basic module in a unified environment, and the development of new application software can be realized by combining the basic algorithm module.
2. According to the integrated method for debugging and packaging the configuration of the software of the instrument control system of the nuclear power plant, provided by the invention, the software with the configuration can be directly tested, automatic testing and manual testing are supported in the testing process, multi-cycle testing or single-cycle testing is supported, automatic comparison of results is provided, and the testing efficiency is improved.
3. According to the integrated method for debugging and packaging the software configuration of the instrument control system of the nuclear power plant, a developed program can directly generate a dynamic link library and a configuration file by one key, and additional customized development on a calculation analysis platform of the instrument control system is not needed.
4. According to the integrated configuration debugging and packaging method for the nuclear power plant instrument control system software, provided by the invention, the workload of engineering technicians in configuration testing work is greatly reduced, and more efforts are concentrated in the design and research and development of products. Meanwhile, the invention provides the import of the self-defined test script, and provides diversity and convenience for the software test of the instrument control system of the nuclear power plant.
Drawings
FIG. 1 is a schematic diagram of a basic algorithm module configuration according to the present invention;
FIG. 2 is a schematic diagram illustrating an automatic comparison of test results according to the present invention;
FIG. 3 is a schematic diagram of a dynamically linked library and configuration files according to the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1-3, the present invention provides a technical solution: a nuclear power plant instrument control system software configuration debugging and packaging integrated method comprises the following specific steps:
s1, in the configuration stage, for the basic algorithm modules developed in a commercial configuration tool or a code mode, generating a dynamic link library for each basic algorithm module through compiling, identifying and exposing the input and output interfaces of each basic algorithm module, supporting the introduction into a unified configuration environment, realizing the sharing of all basic algorithm modules, supporting the connection and combination of the basic algorithm modules in an input and output interface connection mode in a graphical modeling mode, and supporting the application software configuration of all shared modules in a graphical modeling mode;
s2, after the configuration is completed, matching check is carried out on the input and output signal type of the connection and the input and output type of the module interface, matching check is carried out on the assignment type of the parameter and the parameter type of the module interface, and check is carried out on whether the input and output signals of the basic module interface are all actually connected signals or are connected with other modules;
s3, in the testing stage, testing is carried out in an automatic or manual mode;
when automatic testing is carried out, firstly, a test case is compiled according to a certain specification, namely, an input signal value and an expected test result are required to be given in the test case, and then, the test case is imported, and software calculates an output value according to the input value of the test case; after the test of the last period is finished, automatically comparing the actual operation result of the software with the expected result to realize the automatic test of the software;
during manual testing, 3 tables appear on an interface, namely input signals, output signals and parameters, manual assignment of the input signals and the parameters is supported in a debugging mode, single-cycle or multi-cycle operation is executed, a calculation result in the cycle is output in an output signal list, and whether the calculation result meets expectations or not is judged manually;
and S4, compiling the software through a vc compiler in a compiling and packaging stage, configuring related contents in the compiling process, generating a dynamic link library and a configuration file matched with the dynamic link library and the configuration file according to the characteristics of the nuclear power plant instrument control system calculation and analysis platform, directly loading and running the dynamic link library and the configuration file for the nuclear power plant instrument control system calculation and analysis platform, and dynamically generating a logic picture corresponding to a program.
Further, the matching check in step S2 is performed in the following manner: and judging whether the connected input and output signal types are consistent with the input and output types of the module, such as whether the input and output signal types are both pool or float 32.
Further, the specific method of the automatic test in the step S3 is as follows: firstly, writing test cases according to a certain specification, namely, all input signals take 'input' as a mark, an expected result takes 'check' as a mark, a program finishes calculation and outputs an actual calculation result by reading the value of the 'input' as an input signal, takes 'output' as a mark, and finally automatically compares the value marked with 'output' with the value marked with 'check', if the values are consistent, the test is passed, if the values are inconsistent, the test is not passed, and the test cases which are not passed are displayed.
Further, the relevant contents configured in step S4 include the configuration program running period, the parameter default value, the parameter type, and the like.
Further, in the step S4, according to the function type, the number of functions, and the function interface included in the dynamic link library supported and loaded by the nuclear power plant instrumentation and analysis platform, the dynamic link library matched with the function type, the number of functions, and the function interface is compiled.
Further, in step S4, a logic screen matched with the configuration file is generated by analyzing the format of the configuration file, such as the included input/output signal, the parameter type definition, and the connection relationship of the basic algorithm module.
The scheme can be used for configuration, debugging and packaging of the software of the instrument control system of the nuclear power plant, supports the algorithm models developed by commercial configuration tools (such as SCADE, MATLAB and the like) or the algorithm models developed in a code mode (such as C, FORTRAN language) to be packaged and guided into a unified configuration environment in a module mode, and configures the modules in a graphical modeling mode, thereby greatly improving the multiplexing efficiency and the software configuration efficiency of the modules.
The scheme supports automatic and manual modes to perform single-cycle or multi-cycle simulation and debugging on the configured program, generates a test result file, and supports multiple user-defined modes to display the test result.
According to the scheme, software subjected to configuration and testing can be directly packaged to generate a dynamic link library (dll) and a configuration file (xml), the generated dynamic link library file can be directly loaded and operated on a calculation and analysis platform of the nuclear power plant instrument control system, and meanwhile, the platform can directly generate a logic picture of a program algorithm model according to the configuration file.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (9)

1. A nuclear power plant instrument control system software configuration debugging and packaging integrated method is characterized in that the following three functions are realized through one tool:
s1, in the configuration stage, for the basic algorithm module developed in commercial configuration tool or code mode, it supports to import uniform configuration environment, realizes the sharing of all basic algorithm modules, and supports the configuration of application software for all sharing modules in the mode of graphical modeling;
s2: the application software configured in the step S1 supports the automatic and manual modes to perform single-cycle or multi-cycle simulation and debugging on the configured software, and automatically generates a test result without using other test tools;
and S3, compiling the software through a vc compiler in a compiling and packaging stage, configuring related contents in the compiling process, and generating a dynamic link library and a configuration file matched with the characteristics of the calculation and analysis platform of the nuclear power plant instrument and control system according to the characteristics of the calculation and analysis platform.
2. The integrated method for debugging and packaging the software configuration of the nuclear power plant instrument control system according to claim 1, characterized in that: in the step S1, a dynamic link library is generated from each basic algorithm module through compiling, the input/output interface of each basic algorithm module is identified and exposed, and the basic algorithm modules are connected and combined in an input/output interface connection manner.
3. The integrated method for debugging and packaging the software configuration of the nuclear power plant instrument control system according to claim 1, characterized in that: after the application software configuration in step S1 is completed, matching check is performed on the connected input/output signal types and the module interface input/output types, matching check is performed on the parameter assignment types and the module interface parameter types, and it is checked whether the input/output signals of the basic module interface are actually all connected signals or are connected to other modules.
4. The integrated method for debugging and packaging the software configuration of the nuclear power plant instrument control system according to claim 1, characterized in that: when the application software after the configuration is automatically tested in step S2, a test case is first written according to a certain specification, that is, all input signals are marked with "input", an expected result is marked with "check", a value of "input" is read as an input signal, a program completes calculation and outputs an actual calculation result, and "output" is marked with "output", and finally, the value marked with "output" is automatically compared with the value marked with "check", if the values are consistent, the test is passed, and if the values are inconsistent, the test case is displayed as failed, and the test case which is not passed is displayed.
5. The integrated method for debugging and packaging the software configuration of the nuclear power plant instrument control system according to claim 1, characterized in that: in the step S2, when the application software whose configuration is completed is manually tested, 3 tables appear on the interface, which are input signals, output signals, and parameters, respectively, and support manual assignment of the input signals and the parameters in the debugging mode, single-cycle or multi-cycle operation is performed, and the calculation result in the cycle is output in the output signal list, and whether the calculation result meets expectations is determined manually.
6. The integrated method for debugging and packaging the software configuration of the nuclear power plant instrument control system according to claim 1, characterized in that: the relevant contents configured in step S3 include the configuration program running period, the parameter default value and the parameter type.
7. The integrated method for debugging and packaging the software configuration of the nuclear power plant instrument control system according to claim 1, characterized in that: and in the step S3, compiling the dynamic link library matched with the dynamic link library according to the function type, the function number and the function interface contained in the dynamic link library supported and loaded by the nuclear power plant instrument control system calculation and analysis platform.
8. The integrated method for debugging and packaging the software configuration of the nuclear power plant instrument control system according to claim 1, characterized in that: in step S3, a logic picture matching the configuration file is generated by analyzing the format of the configuration file, such as the included input/output signal, the parameter type definition, and the connection relationship of the basic algorithm module.
9. The integrated method for debugging and packaging the software configuration of the nuclear power plant instrument control system according to claim 7 or 8, wherein the method comprises the following steps: the dynamic link library and the configuration file which are packaged completely support to be directly loaded into a nuclear power plant instrument control system calculation analysis platform to operate, and a logic diagram consistent with the configuration time is automatically generated.
CN202110953847.1A 2021-08-19 2021-08-19 Nuclear power plant instrument control system software configuration debugging and packaging integrated method Pending CN113688037A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110953847.1A CN113688037A (en) 2021-08-19 2021-08-19 Nuclear power plant instrument control system software configuration debugging and packaging integrated method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110953847.1A CN113688037A (en) 2021-08-19 2021-08-19 Nuclear power plant instrument control system software configuration debugging and packaging integrated method

Publications (1)

Publication Number Publication Date
CN113688037A true CN113688037A (en) 2021-11-23

Family

ID=78580640

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110953847.1A Pending CN113688037A (en) 2021-08-19 2021-08-19 Nuclear power plant instrument control system software configuration debugging and packaging integrated method

Country Status (1)

Country Link
CN (1) CN113688037A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114326534A (en) * 2022-01-05 2022-04-12 北京广利核系统工程有限公司 Interface matching method, device, equipment and medium for nuclear power DCS (distributed control System)
CN114326642A (en) * 2022-01-05 2022-04-12 北京广利核系统工程有限公司 Interface matching method, device, equipment and medium for nuclear power DCS (distributed control System)
CN115185508A (en) * 2022-05-20 2022-10-14 中核武汉核电运行技术股份有限公司 Algorithm configuration tool and method based on graphic elements
CN115185898A (en) * 2022-05-20 2022-10-14 中核武汉核电运行技术股份有限公司 Nuclear power plant data periodic real-time processing method

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101134735B1 (en) * 2010-11-03 2012-04-13 재단법인대구경북과학기술원 Software testing method and system using software component design information
CN102854853A (en) * 2012-08-13 2013-01-02 北京和利时系统工程有限公司 Cross-platform lightweight distributed control system
CN103049954A (en) * 2012-12-27 2013-04-17 福州福大自动化科技有限公司 Graphic control strategy configuration method for door control system
CN103077033A (en) * 2012-08-20 2013-05-01 南京南瑞继保电气有限公司 Optimal configuration system
CN103309718A (en) * 2012-03-08 2013-09-18 上海振华重工(集团)股份有限公司 Industrial configuration software secondary development method
CN104375421A (en) * 2014-11-24 2015-02-25 西北工业大学 Aircraft engine part modeling method based on control system development platform
CN104765914A (en) * 2015-03-27 2015-07-08 国家电网公司 Logical configuration method of relay protecting device
CN105224753A (en) * 2015-10-13 2016-01-06 上海核工程研究设计院 The multi-specialized design verification platform of non-active nuclear power plant
CN105260194A (en) * 2015-11-06 2016-01-20 中冶南方(武汉)信息技术工程有限公司 Chemical industry park integrated supervisory control system quick-constructing platform
CN105335149A (en) * 2014-08-13 2016-02-17 国家电网公司 Implementation method of environmentally-friendly monitoring equipment system and graphical configuration platform
CN106095376A (en) * 2016-06-30 2016-11-09 广东雅达电子股份有限公司 A kind of implementation method of quick configuration monitoring picture
CN106886411A (en) * 2017-02-17 2017-06-23 南京国电南自电网自动化有限公司 A kind of protective relaying device logic figure collocation method based on QT
CN108319453A (en) * 2017-12-20 2018-07-24 中核控制系统工程有限公司 A kind of algorithm configuration software design approach based on FPGA control logics
US10579966B1 (en) * 2016-06-24 2020-03-03 Intuit Inc. Adapting a shared project build platform to a developer plugin
US11023659B1 (en) * 2020-07-09 2021-06-01 Jamison HILL Systems and methods for generating a style configuration file with and without parameters

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101134735B1 (en) * 2010-11-03 2012-04-13 재단법인대구경북과학기술원 Software testing method and system using software component design information
CN103309718A (en) * 2012-03-08 2013-09-18 上海振华重工(集团)股份有限公司 Industrial configuration software secondary development method
CN102854853A (en) * 2012-08-13 2013-01-02 北京和利时系统工程有限公司 Cross-platform lightweight distributed control system
CN103077033A (en) * 2012-08-20 2013-05-01 南京南瑞继保电气有限公司 Optimal configuration system
CN103049954A (en) * 2012-12-27 2013-04-17 福州福大自动化科技有限公司 Graphic control strategy configuration method for door control system
CN105335149A (en) * 2014-08-13 2016-02-17 国家电网公司 Implementation method of environmentally-friendly monitoring equipment system and graphical configuration platform
CN104375421A (en) * 2014-11-24 2015-02-25 西北工业大学 Aircraft engine part modeling method based on control system development platform
CN104765914A (en) * 2015-03-27 2015-07-08 国家电网公司 Logical configuration method of relay protecting device
CN105224753A (en) * 2015-10-13 2016-01-06 上海核工程研究设计院 The multi-specialized design verification platform of non-active nuclear power plant
CN105260194A (en) * 2015-11-06 2016-01-20 中冶南方(武汉)信息技术工程有限公司 Chemical industry park integrated supervisory control system quick-constructing platform
US10579966B1 (en) * 2016-06-24 2020-03-03 Intuit Inc. Adapting a shared project build platform to a developer plugin
CN106095376A (en) * 2016-06-30 2016-11-09 广东雅达电子股份有限公司 A kind of implementation method of quick configuration monitoring picture
CN106886411A (en) * 2017-02-17 2017-06-23 南京国电南自电网自动化有限公司 A kind of protective relaying device logic figure collocation method based on QT
CN108319453A (en) * 2017-12-20 2018-07-24 中核控制系统工程有限公司 A kind of algorithm configuration software design approach based on FPGA control logics
US11023659B1 (en) * 2020-07-09 2021-06-01 Jamison HILL Systems and methods for generating a style configuration file with and without parameters

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
吴昭辉等: "工业控制组态软件在过程仿真系统中的应用", 《石油化工自动化》, no. 1, pages 32 - 35 *
吴智群;柴胜凯;刘超飞;马晓中;: "发电机组性能计算组态平台软件的设计与开发", 热力发电, no. 11 *
张家璐: "核电安全级仪控系统组态仿真软件的设计与开发", 《工业控制计算机》, vol. 32, no. 4, pages 60 - 64 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114326534A (en) * 2022-01-05 2022-04-12 北京广利核系统工程有限公司 Interface matching method, device, equipment and medium for nuclear power DCS (distributed control System)
CN114326642A (en) * 2022-01-05 2022-04-12 北京广利核系统工程有限公司 Interface matching method, device, equipment and medium for nuclear power DCS (distributed control System)
CN114326534B (en) * 2022-01-05 2023-11-24 北京广利核系统工程有限公司 Interface matching method, device, equipment and medium for nuclear power DCS (distributed control system)
CN114326642B (en) * 2022-01-05 2024-02-20 北京广利核系统工程有限公司 Interface matching method, device, equipment and medium for nuclear power DCS system
CN115185508A (en) * 2022-05-20 2022-10-14 中核武汉核电运行技术股份有限公司 Algorithm configuration tool and method based on graphic elements
CN115185898A (en) * 2022-05-20 2022-10-14 中核武汉核电运行技术股份有限公司 Nuclear power plant data periodic real-time processing method
CN115185898B (en) * 2022-05-20 2024-02-09 中核武汉核电运行技术股份有限公司 Nuclear power plant data periodic real-time processing method

Similar Documents

Publication Publication Date Title
CN113688037A (en) Nuclear power plant instrument control system software configuration debugging and packaging integrated method
CN104516818B (en) The automatization test system and its method of compiler a kind of software suitable for Logical Configuration
US5651111A (en) Method and apparatus for producing a software test system using complementary code to resolve external dependencies
US8402438B1 (en) Method and system for generating verification information and tests for software
Rösch et al. Review of model-based testing approaches in production automation and adjacent domains-current challenges and research gaps
US5255385A (en) Method of testing program, and compiler and program testing tool for the method
US7895575B2 (en) Apparatus and method for generating test driver
CN102622470A (en) General car code conversion method
CN110196720B (en) Optimization method for generating dynamic link library by Simulink
CN113238834B (en) Simulation model file processing method and device and electronic equipment
KR20190094779A (en) Automatically Generate Device for PLC Instruction Compiler Test-Case
CN109542827A (en) General purpose simulation, system and medium based on model
Kalinov et al. Using AËМ specification for automatic test suite generation for mpC parallel programming language compiler
CN112162921B (en) Industrial automation test and control system
El Qortobi et al. Test generation tool for modified condition/decision coverage: model based Testing
Jayakumar et al. Systematic software testing of critical embedded digital devices in nuclear power applications
CN114281709A (en) Unit testing method, system, electronic equipment and storage medium
CN114661615A (en) FPGA software testing method and device
CN103488519A (en) Implement method of interactive scripting language interpreter
Massicotte et al. Generating aspects-classes integration testing sequences a collaboration diagram based strategy
Herb A continuous integration platform for the deterministic safety analyses code system AC2
CN112363729B (en) Monitoring method and device for mixed compiling of multiple compilers for static analysis
Dutta et al. An efficient code coverage technique for UML StateChart Diagram
Krapfenbauer et al. Improving component testing of industrial automation software
Chen et al. The research and implementation of automatic unit test recording framework

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: No. 29 Hong Cao Road, Xuhui District, Shanghai

Applicant after: Shanghai Nuclear Engineering Research and Design Institute Co.,Ltd.

Address before: No. 29 Hong Cao Road, Xuhui District, Shanghai

Applicant before: SHANGHAI NUCLEAR ENGINEERING RESEARCH & DESIGN INSTITUTE Co.,Ltd.