CN112883728A - Test procedure information display method and device based on nuclear power test - Google Patents

Test procedure information display method and device based on nuclear power test Download PDF

Info

Publication number
CN112883728A
CN112883728A CN202110228869.1A CN202110228869A CN112883728A CN 112883728 A CN112883728 A CN 112883728A CN 202110228869 A CN202110228869 A CN 202110228869A CN 112883728 A CN112883728 A CN 112883728A
Authority
CN
China
Prior art keywords
test
information
procedure
work order
current
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
CN202110228869.1A
Other languages
Chinese (zh)
Other versions
CN112883728B (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.)
China General Nuclear Power Corp
CGN Power Co Ltd
Daya Bay Nuclear Power Operations and Management Co Ltd
Lingdong Nuclear Power Co Ltd
Guangdong Nuclear Power Joint Venture Co Ltd
Lingao Nuclear Power Co Ltd
Original Assignee
China General Nuclear Power Corp
CGN Power Co Ltd
Daya Bay Nuclear Power Operations and Management Co Ltd
Lingdong Nuclear Power Co Ltd
Guangdong Nuclear Power Joint Venture Co Ltd
Lingao Nuclear Power 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 China General Nuclear Power Corp, CGN Power Co Ltd, Daya Bay Nuclear Power Operations and Management Co Ltd, Lingdong Nuclear Power Co Ltd, Guangdong Nuclear Power Joint Venture Co Ltd, Lingao Nuclear Power Co Ltd filed Critical China General Nuclear Power Corp
Priority to CN202110228869.1A priority Critical patent/CN112883728B/en
Publication of CN112883728A publication Critical patent/CN112883728A/en
Application granted granted Critical
Publication of CN112883728B publication Critical patent/CN112883728B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/34Browsing; Visualisation therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Databases & Information Systems (AREA)
  • Testing And Monitoring For Control Systems (AREA)

Abstract

The application relates to a test procedure information display method and device based on a nuclear power test in the technical field of nuclear power informatization construction. The method comprises the following steps: in the nuclear power test execution process, acquiring a process identification of a current test process to be executed, and determining process description information corresponding to the process identification; converting the process description information into logic conditions and test prompt information; obtaining current test conditions according to the test prompt information; identifying whether the current trial condition satisfies the logical condition; when the current test condition meets the logic condition, obtaining test procedure information of the current test procedure to be executed; and displaying the test procedure information on a procedure execution interface. By adopting the method, the display efficiency of the test procedure information can be improved so as to improve the test efficiency.

Description

Test procedure information display method and device based on nuclear power test
Technical Field
The application relates to the technical field of nuclear power informatization construction, in particular to a test procedure information display method and device based on a nuclear power test, computer equipment and a storage medium.
Background
Nuclear power plants generate electricity from the thermal energy generated by nuclear fuel in nuclear reactors. Due to the particularity of nuclear power plants, it is necessary to ensure the most basic safety of the nuclear power plants. The nuclear power test is a process of executing and recording results item by item according to test procedures in a standard work order by taking the standard work order automatically generated by a preventive maintenance plan as a carrier. The test procedure specifically refers to each executable step in a complete nuclear power test.
In the nuclear power test execution process, the conventional mode is that whether the current test conditions meet the process description information is judged, and when the process description information is met, the test process information can be acquired and displayed. However, the test preconditions represented by the process description information are complicated, which results in low display efficiency of the test process information and reduced test efficiency. Therefore, how to improve the display efficiency of the test procedure information to improve the test efficiency becomes a technical problem to be solved at present.
Disclosure of Invention
In view of the above, it is necessary to provide a test procedure information display method, a test procedure information display apparatus, a computer device, and a storage medium based on a nuclear power test, which can improve the display efficiency of test procedure information to improve the test efficiency.
A test procedure information display method based on a nuclear power test comprises the following steps:
in the nuclear power test execution process, acquiring a process identification of a current test process to be executed, and determining process description information corresponding to the process identification;
converting the process description information into logic conditions and test prompt information;
obtaining current test conditions according to the test prompt information;
identifying whether the current trial condition satisfies the logical condition;
when the current test condition meets the logic condition, obtaining test procedure information of the current test procedure to be executed;
and displaying the test procedure information on a procedure execution interface.
In one embodiment, the converting the process description information into the logic condition and the test prompt information includes:
acquiring a keyword library;
extracting logic relation words from the process description information according to the keyword library;
and converting the process description information into logic conditions and test prompt information according to the logic relation words.
In one embodiment, the identifying whether the current trial condition satisfies the logical condition includes:
performing word segmentation processing on the current test condition to obtain a plurality of condition words;
performing part-of-speech tagging and semantic tagging on each conditional participle to obtain part-of-speech tagging results and semantic tagging results;
matching the part of speech tagging result and the semantic tagging result with the logic condition;
and when the matching is successful, the current test condition meets the logic condition.
In one embodiment, the test procedure information includes a plurality of information categories, and the displaying the test procedure information on the procedure execution interface includes:
determining position information to be filled corresponding to the test procedure information of each information category;
generating test procedure information input controls corresponding to all information categories;
and filling the test procedure information of each information category into the corresponding test procedure information input control, and displaying the test procedure information of the corresponding information category at the corresponding position of the procedure execution page according to the corresponding position information to be filled.
In one embodiment, the acquiring the process identifier of the current test process to be executed includes:
determining a test work order to be downloaded and a corresponding work order identifier according to an execution area of a nuclear power test;
when the test work order is forbidden to be downloaded, obtaining a test operator identifier and an authorized person identifier which are associated with the test work order;
generating an authorization request according to the work order identifier, the test operator identifier and the authorization personnel identifier, and sending the authorization request to a server so that the server authorizes the test work order according to the authorization request;
and downloading the authorized test work order, and determining the process identification of the current test process to be executed based on the authorized test work order.
In one embodiment, the determining the process description information corresponding to the process identifier includes:
determining a test work order corresponding to the process identification, wherein the test work order is obtained by dividing a standard work order;
when the test work order does not have the process description information corresponding to the process identification, generating an information query request according to the work order identification of the test work order and the process identification;
and sending the information query request to a server so that the server determines a corresponding standard work order according to the work order identification, and querying corresponding process description information from the standard work order based on the process identification.
In one embodiment, after displaying the test procedure information on the procedure execution interface, the method further comprises:
executing the current to-be-executed test procedure according to the test procedure information, and receiving problem information of the current to-be-executed test procedure in the executing process of the current to-be-executed test procedure;
acquiring a procedure processing strategy corresponding to the current test procedure to be executed according to the problem information;
identifying the problem type of the problem information according to the process processing strategy;
determining a return test procedure corresponding to the current test procedure to be executed in the procedure processing strategy according to the problem type;
when the return test process is not the first test process of the nuclear power test, the nuclear power test is re-executed from the return test process.
The utility model provides a experimental process information display device based on nuclear power is experimental, the device includes:
the communication module is used for acquiring a process identification of a current test process to be executed in the process of executing the nuclear power test and determining process description information corresponding to the process identification;
the conversion module is used for converting the process description information into logic conditions and test prompt information;
the first acquisition module is used for acquiring the current test condition according to the test prompt information;
the identification module is used for identifying whether the current test condition meets the logic condition;
the second acquisition module is used for acquiring the test procedure information of the current test procedure to be executed when the current test condition meets the logic condition;
and the display module is used for displaying the test procedure information on a procedure execution interface.
A computer device comprising a memory and a processor, the memory storing a computer program operable on the processor, the processor implementing the steps in the various method embodiments described above when executing the computer program.
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 respective method embodiment described above.
According to the test procedure information display method and device based on the nuclear power test, the computer equipment and the storage medium, in the nuclear power test execution process, the procedure identification of the current test procedure to be executed is obtained, and the procedure description information corresponding to the procedure identification is determined. The process description information is converted into the logic condition and the test prompt information, so that whether the current test condition meets the logic condition or not is identified. Because the precondition for testing the operation of the process in the process description information is complex, the process description information is converted into the logic condition, the process description information is represented by a simple logic relation word, and whether the current test condition meets the logic condition or not can be quickly identified. And only when the current test condition meets the logic condition, obtaining the test procedure information of the current test procedure to be executed, and displaying the test procedure information on a procedure execution interface. Therefore, the obtaining efficiency of the test procedure information is improved, the display efficiency of the test procedure information is improved, and the test efficiency is further improved. Meanwhile, the safety of the test procedure information is improved.
Drawings
FIG. 1 is an application environment diagram of a test procedure information display method based on a nuclear power test in one embodiment;
FIG. 2 is a schematic flow chart of a test procedure information display method based on a nuclear power test in one embodiment;
FIG. 3 is a schematic illustration of a standard work order in one embodiment;
FIG. 4 is a schematic flow chart illustrating steps of converting process description information into logic conditions and test prompt information according to one embodiment;
FIG. 5 is a block diagram of a test procedure information display device based on a nuclear power test in one embodiment;
FIG. 6 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The test procedure information display method based on the nuclear power test can be applied to the application environment shown in the figure 1. Wherein the terminal 102 and the server 104 communicate via a network. The terminal 102 obtains a test work order issued by the server 104, wherein the test work order includes process identifiers of a plurality of test processes. The terminal 102 monitors the selection operation of the test operator on each process identification, and determines the process identification of the current test process to be executed according to the selection operation. The terminal 102 determines process description information corresponding to the process identification. The terminal 102 converts the process description information into logic conditions and test prompt information. The terminal 102 thus obtains the current test condition according to the test prompt information. The terminal 102 identifies whether the current trial condition satisfies the logical condition. When the current test condition meets the logic condition, the terminal 102 acquires the test procedure information of the current test procedure to be executed, and displays the test procedure information on a procedure execution interface. The terminal 102 may be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices. The server 104 may be implemented as a stand-alone server or as a server cluster comprised of multiple servers.
In an embodiment, as shown in fig. 2, a method for displaying test procedure information based on a nuclear power test is provided, which is described by taking the application of the method to the terminal in fig. 1 as an example, and includes the following steps:
step 202, in the process of executing the nuclear power test, acquiring a process identification of a current test process to be executed, and determining process description information corresponding to the process identification.
The nuclear power test may be a periodic test. The test procedure refers to each executable step in a nuclear power test. The process description information is used to indicate the preconditions for the operation of the test process. For example, if the a equipment is running, the B equipment is not running, and the temperature of the C equipment is more than 50 degrees, the test procedure cannot be performed.
Because the nuclear power plant is a large-scale nuclear power plant, the operation of the nuclear power plant depends on the mutual cooperation of a plurality of different nuclear power devices, and the areas of the different nuclear power devices may be different, in order to facilitate the test, the standard work order can be divided into at least one test work order according to the execution area corresponding to the test procedure. The standard work order is a table which is generated after each executable step in a specific nuclear power test is split, and comprises a plurality of test procedures. FIG. 3 is a schematic diagram of a standard work order in one embodiment.
Before the nuclear power test is executed, the server generates a corresponding standard work order based on each operation step in the nuclear power test. And the server determines the execution area of each test procedure in the standard work order, and divides the test procedures according to the execution areas to obtain at least one test work order. The execution area of each test procedure in the test order is the same. And the server sets corresponding work order identification for the test work orders obtained through division, and correspondingly stores the test work orders, the corresponding work order identification and the test identification of the nuclear power test. When a nuclear power test needs to be executed, the server acquires a test work order corresponding to the test identification from pre-stored test work orders and sends the test work order to the corresponding operation terminal.
The nuclear power test APP runs in the terminal, test operators can download corresponding test work orders from the server to the nuclear power test APP according to the execution region, the nuclear power test APP can analyze the downloaded test work orders, and therefore process marks of all test processes in the test work orders are displayed in a screen of the computer according to analysis results. And the terminal monitors the selection operation of the test operator on each process identification, and determines the process identification of the current test process to be executed according to the selection operation. After the process identification of the current test process to be executed is obtained, the terminal can query the corresponding test process in the test work order according to the process identification, and extract the process description information of the test process from the test process.
Step 204, converting the process description information into logic conditions and test prompt information.
The process description information is used to indicate the preconditions for the operation of the test process. The test prompt information is used for prompting a test operator to input the current test condition. And the terminal carries out word segmentation processing on the process description information to obtain a plurality of process segmented words, determines part-of-speech information and semantic information of each process segmented word, and carries out part-of-speech tagging and semantic tagging on each process segmented word according to the part-of-speech information and the semantic information. For example, when the process description information is "when the temperature of the nuclear power plant a is greater than 50 degrees centigrade, the plant a is started", the process description information is input to a preset information extraction model, the process description information is subjected to word segmentation processing by the information extraction model, part-of-speech tags and semantic tags of each process word are determined, and then the part-of-speech of the word "greater than" is determined to be a verb according to the part-of-speech tags and the semantic tags of each process word, and the semantic has a definition meaning, and the part-of-speech of the word "50 degrees centigrade" is a noun. Wherein, the information extraction model can be a BERT model. And the terminal extracts the logic relation words from the part-of-speech tagging result and the semantic tagging result and converts the process description information into logic conditions and test prompt information according to the logic relation words.
And step 206, acquiring the current test condition according to the test prompt information.
In step 208, it is identified whether the current test condition satisfies the logic condition.
When the current to-be-executed test procedure needs to be executed, the terminal can display the test prompt information on the current interface after converting the procedure description information into the logic condition and the test prompt information. And inputting the current test conditions on the current interface by the test operator according to the test prompt information. And the terminal matches the current test condition with the converted logic condition, and when the matching is successful, the current test condition meets the logic condition. Because the logic conditions are obtained by performing operations such as word segmentation processing on the process description information, word segmentation processing is performed on the current test conditions before matching, and word segmentation matching is performed on the current test conditions and the logic conditions, so that matching accuracy is improved.
And step 210, when the current test condition meets the logic condition, obtaining the test procedure information of the current test procedure to be executed.
And step 212, displaying the test procedure information on a procedure execution interface.
When the current test condition meets the logic condition, namely the current test condition meets the precondition of the operation of the current test procedure to be executed, the terminal can unlock the current test procedure to be executed, so that the test procedure information of the current test procedure to be executed is obtained. The test procedure information may include test procedure information of multiple information categories such as equipment information and execution areas of the associated nuclear power equipment to be tested. And then the terminal displays the test procedure information of each information type at the corresponding position of the procedure execution interface. The terminal runs a nuclear power test APP, the nuclear power test APP comprises test requirements, and test operators can execute a current test procedure to be executed according to the test requirements and test procedure information displayed on a procedure execution interface.
In this embodiment, in the execution process of the nuclear power test, a process identifier of a current test process to be executed is obtained, and process description information corresponding to the process identifier is determined. The process description information is converted into the logic condition and the test prompt information, so that whether the current test condition meets the logic condition or not is identified. Because the precondition for testing the operation of the process in the process description information is complex, the process description information is converted into the logic condition, the process description information is represented by a simple logic relation word, and whether the current test condition meets the logic condition or not can be quickly identified. And only when the current test condition meets the logic condition, obtaining the test procedure information of the current test procedure to be executed, and displaying the test procedure information on a procedure execution interface. Therefore, the obtaining efficiency of the test procedure information is improved, the display efficiency of the test procedure information is improved, and the test efficiency is further improved. Meanwhile, the safety of the test procedure information is improved.
In one embodiment, as shown in fig. 4, the step of converting the process description information into the logic condition and the test prompt information includes:
step 402, a keyword library is obtained.
And step 404, extracting logic relation words from the process description information according to the keyword library.
And step 406, converting the process description information into logic conditions and test prompt information according to the logic relation words.
The keyword library refers to a word library set containing a plurality of logical relation words. A preset keyword set is embedded in the current test procedure to be executed in advance, and the terminal determines the character sequence of each character in the procedure description information and determines the position information of each preset keyword in the preset keyword set based on the character sequence.
After the terminal acquires the keyword library, the terminal can extract the logic relation words from the process description information based on the keyword library, and convert the extracted logic relation words displayed in the Chinese form into corresponding logic symbols according to the association relationship between the preset logic relation words and the logic symbols. And then connecting preset keywords in the process description information and parameter values corresponding to the preset keywords according to the logical symbols in the character sequence.
The logic symbol refers to a mathematical symbol in the logic expression, for example, the logic symbol may be ">", "<", or the like, and when the process description information is "the temperature of the a device is greater than 50 degrees celsius", the extracted logic keyword is "greater than", and the extracted logic keyword is converted into a corresponding logic symbol ">". The preset keyword in the process information is "temperature". The terminal determines that the parameter value corresponding to the temperature is 50 degrees centigrade. The terminal connects the temperature and the 50 ℃ according to the logical symbol ">" in the character sequence, and the converted logical condition is that the temperature is greater than 50 ℃. And then the terminal generates corresponding test prompt information according to the logical conditions and the residual word segmentation in the process description information according to the character sequence, namely the temperature state of the current A equipment needs to be input. And the terminal displays the test prompt information on the current interface. The test operator can input the current test condition on the current interface according to the test prompt information.
In the embodiment, the logic relation words are extracted from the process description information according to the keyword library, the process description information is converted into the logic conditions and the test prompt information according to the logic relation words, the complex process description information can be converted into the logic conditions connected by the simple logic relation words, whether the current test conditions meet the precondition of the operation of the current test process to be executed can be quickly judged, and therefore the obtaining efficiency of the test process information is improved.
In one embodiment, identifying whether the current trial condition satisfies the logical condition includes: performing word segmentation processing on the current test condition to obtain a plurality of condition words; performing part-of-speech tagging and semantic tagging on each conditional participle to obtain part-of-speech tagging results and semantic tagging results; matching the part-of-speech tagging result and the semantic tagging result with the logic conditions; and when the matching is successful, the current test condition meets the logic condition.
The logic condition is obtained by connecting the preset keywords and the parameter values corresponding to the preset keywords through the logic relation words. Therefore, word segmentation processing needs to be performed on the current test conditions to obtain multiple process word segmentations. And determining part-of-speech information and semantic information of each process participle, and performing part-of-speech tagging and semantic tagging on each process participle according to the part-of-speech information and the semantic information. The terminal can match the logic keywords and the parameter values corresponding to the keywords in the current test condition with the logic keywords and the parameter values in the logic condition respectively after obtaining the successfully matched keywords according to the part-of-speech tagging results of the preset keywords in the logic condition and the corresponding keywords in the semantic tagging results, and when the logic keywords and the parameter values are successfully matched, the current test condition meets the logic condition.
In this embodiment, word segmentation processing, part-of-speech tagging and semantic tagging are performed on the current test condition, and then matching is performed according to the part-of-speech tagging result and the semantic tagging result and the logic condition.
In one embodiment, the test procedure information includes test procedure information of a plurality of information categories, and presenting the test procedure information on the procedure execution interface includes: determining position information to be filled corresponding to the test procedure information of each information category; generating test procedure information input controls corresponding to all information categories; and filling the test procedure information of each information category into the corresponding test procedure information input control, and displaying the test procedure information of the corresponding information category at the corresponding position of the procedure execution page according to the corresponding position information to be filled.
The test procedure information includes a plurality of information categories. For example, a device information category, an execution area information category, and the like. The filling positions of the test procedure information of different information types of the same test procedure may be different. When the test procedure information of the current test procedure to be executed is obtained, the nuclear power test APP judges the information type of the test procedure information, determines the position information to be filled corresponding to the test procedure information of each information type according to the information type, and generates a test procedure information input control corresponding to each information type. The test procedure information input control may be a test procedure information input box. And then the terminal can respectively fill the received test procedure information into the corresponding test procedure information input boxes according to the information types according to the position information to be filled, and display the test procedure information at the corresponding position of the procedure execution page.
In the embodiment, the test procedure information is displayed on the procedure execution page, so that a test operator can quickly acquire the test procedure information and execute the current test procedure to be executed according to the test procedure information, and the test efficiency of the nuclear power test is improved.
In one embodiment, the step identification of the current test step to be executed includes: determining a test work order to be downloaded and a corresponding work order identifier according to an execution area of a nuclear power test; when the test work order is forbidden to be downloaded, obtaining a test operator identification and an authorized personnel identification which are associated with the test work order; generating an authorization request according to the work order identifier, the test operator identifier and the authorization personnel identifier, and sending the authorization request to a server so that the server authorizes the test work order according to the authorization request; and downloading the authorized test work order, and determining the process identification of the current test process to be executed based on the authorized test work order.
In order to avoid repeated downloading of the test work order in the server and repeated execution of the same test procedure, a download identifier may be embedded in the test work order to identify a download state of the test work order. After determining that the current test work order is downloaded by the terminal, the server may set the download identifier of the test work order as a prohibition for downloading, so as to prevent other terminals from downloading the same test work order again. More specifically, a test operator determines a work order identifier of a test work order to be downloaded according to an execution area where the nuclear power equipment to be tested is located, and pulls the corresponding test work order from the server according to the work order identifier. And the server judges whether the downloading identification of the test work order corresponding to the work order identification is prohibited to be downloaded, and if so, returns a downloading failure prompt.
When receiving the prompt message of the download failure, the test operator can trigger the authorization control in the nuclear power test APP. When the terminal receives the trigger operation of the test operator on the authorization control, the preset authorization page data is obtained, and the authorization page is displayed in the nuclear power test APP according to the authorization page data, so that the test operator can input the work order identification of the test work order to be downloaded, the identity identification of the test operator and the identity identification of the authorization operator in the authorization page, and the test operator identification and the authorization operator identification associated with the test work order can be input in the authorization page. The identity is information capable of uniquely identifying a user. The authorized personnel are managers of the nuclear power test and have the right of the test operators to download the corresponding test work orders.
And the terminal further generates an authorization request according to the work order identifier, the test operator identifier and the authorization personnel identifier, and sends the authorization request to the server. The server analyzes the received authorization request to obtain an authorized person identifier, and inquires a communication identifier corresponding to the authorized person according to the authorized person identifier. And then, the authorization request is sent to the authorization terminal corresponding to the communication identifier. And the authorization terminal monitors the confirmation operation of the authorized personnel corresponding to the authorized personnel identification according to the monitoring request, and generates an authorization instruction according to the work order identification when the authorized personnel determines that the test operation personnel approve to download the test work order corresponding to the work order identification, and returns the authorization instruction to the server. And the server modifies the corresponding downloading identification of the test work order into the permission to download according to the work order identification in the authorization instruction. At this time, the terminal can obtain the test work order with the modified download identification, so as to determine the process identification of the current test process to be executed according to the authorized test work order.
In the embodiment, the probability that the test work order is repeatedly downloaded can be effectively reduced by setting the state identifier. By generating the authorization request, the downloading requirement of the authorized test work order can be opened, and the user experience is greatly improved. Meanwhile, the nuclear power test efficiency is improved.
In one embodiment, determining process description information corresponding to the process identification includes: determining a test work order corresponding to the process identification, wherein the test work order is obtained by dividing a standard work order; when the test work order does not have the process description information corresponding to the process identification, generating an information query request according to the work order identification and the process identification of the test work order; and sending the information query request to a server so that the server determines a corresponding standard work order according to the work order identification and queries corresponding process description information from the standard work order based on the process identification.
And when the test work order is generated according to the execution area, the server establishes an incidence relation between the standard work order and the test work order. When the terminal fails to inquire the process description information associated with the process identification in the test work order, the terminal can generate an information inquiry request according to the work order identification of the test work order and the process identification of the current test process to be executed, and send the information inquiry request to the server. And the server determines a corresponding test work order according to the work order identification, and then determines a corresponding standard work order according to the incidence relation between the test work order and the standard work order. And then inquiring the process description information in the standard work order according to the process identification, and returning the inquired process description information to the terminal.
In this embodiment, by generating the information query request and querying the process description information in the server based on the information query request, the probability that the process description information cannot be obtained due to information loss caused by equipment failure in the process of generating or analyzing the test work order can be reduced.
In one embodiment, after displaying the test procedure information on the procedure execution interface, the method further comprises: executing the current to-be-executed test procedure according to the test procedure information, and receiving problem information of the current to-be-executed test procedure in the executing process of the current to-be-executed test procedure; acquiring a procedure processing strategy corresponding to the current test procedure to be executed according to the problem information; identifying the problem type of the problem information according to the process processing strategy; determining a return test procedure corresponding to the current test procedure to be executed in a procedure processing strategy according to the problem type; and when the return test procedure is not the first test procedure of the nuclear power test, re-executing the nuclear power test from the return test procedure.
The issue information may include test execution status as well as process test results. The test work order of the nuclear power test is preset with process treatment strategies corresponding to all test processes. Process strategies may include a variety of issue types. For example, the problem type is out of range process test results. And when the problem information is a process test result, the terminal judges whether the process test result meets a preset test result. And when the process test result does not meet the preset test result, the process test result is indicated to have a problem, and the problem positioning needs to be carried out on the current test process to be executed. And the terminal further searches a procedure processing strategy corresponding to the current test procedure to be executed in the test work order corresponding to the nuclear power test.
The terminal can extract keywords from the problem information, and perform character matching on the extracted keywords and the problem types in the process treatment strategy. And when the character matching is not successful, performing pinyin matching on the extracted keywords and the problem types in the process treatment strategy. And selecting the problem type with the highest pinyin matching probability as the problem type of the problem information.
The process treatment strategy can also be preset with a return test process corresponding to the problem type. The return test process is a test process that has been performed before the test process currently to be performed. The terminal determines a returning test procedure corresponding to the current test procedure to be executed, namely a test procedure needing to be returned in the nuclear power test, in the procedure processing strategy according to the problem type, rapidly positions the test procedure causing the problem in the current test procedure to be executed according to the problem type, and executes the test procedure again from the positioned test procedure.
The terminal also needs to identify whether the return test procedure is the first test procedure of the nuclear power test. The operation terminal can return the procedure identification of the test procedure to be compared with the procedure identification of the first test procedure of the nuclear power test, and when the comparison is consistent, the returned test procedure is the first test procedure. And if the comparison is inconsistent, the returned test procedure is not the first test procedure. The first test procedure is a test preparation procedure. When the return test process is not the first test process, it indicates that there is no problem with the test order. At this time, the terminal can return the nuclear power test to the return test process, so that the test operator can start to execute again from the return test process according to the test requirement in the nuclear power test APP. When the returned test procedure is the first test procedure, the test work order has problems, and the test work order needs to be executed again. At this time, the terminal returns to the test work order preparation link, so that the test operator prepares the test work order again and executes the prepared test work order.
In this embodiment, since the process processing policy is pre-stored, the problem type of the problem information is identified in the process processing policy, so that the problem type of the problem information is automatically and accurately identified. Therefore, the return test procedure can be determined according to the problem type, and when the return test procedure is not the first test procedure of the nuclear power test, the nuclear power test is executed again from the return test procedure. Therefore, the situation that test operators continue to execute test procedures when tests have problems is avoided, and the accuracy of nuclear power tests is effectively improved.
It should be understood that although the steps in the flowcharts of fig. 2 and 4 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 2 and 4 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performing the sub-steps or stages is not necessarily sequential, but may be performed alternately or alternately with other steps or at least some of the sub-steps or stages of other steps.
In one embodiment, as shown in fig. 5, a test procedure information display device based on a nuclear power test is provided, which includes: a communication module 502, a conversion module 504, a first obtaining module 506, an identification module 508, a second obtaining module 510, and a presentation module 512, wherein:
the communication module 502 is configured to, in a nuclear power test execution process, obtain a procedure identifier of a current test procedure to be executed, and determine procedure description information corresponding to the procedure identifier.
A conversion module 504, configured to convert the process description information into a logic condition and test prompt information.
The first obtaining module 506 is configured to obtain a current test condition according to the test prompt information.
An identifying module 508, configured to identify whether the current test condition satisfies a logic condition.
The second obtaining module 510 is configured to obtain test procedure information of a current test procedure to be executed when the current test condition meets the logic condition.
And the display module 512 is used for displaying the test procedure information on the procedure execution interface.
In one embodiment, the conversion module 504 is further configured to obtain a keyword library; extracting logic relation words from the process description information according to the keyword library; and converting the process description information into logic conditions and test prompt information according to the logic relation words.
In one embodiment, the recognition module 508 is further configured to perform word segmentation processing on the current test condition to obtain a plurality of condition word segmentations; performing part-of-speech tagging and semantic tagging on each conditional participle to obtain part-of-speech tagging results and semantic tagging results; matching the part-of-speech tagging result and the semantic tagging result with the logic conditions; and when the matching is successful, the current test condition meets the logic condition.
In one embodiment, the display module 512 is further configured to determine position information to be filled corresponding to the test procedure information of each information category; generating test procedure information input controls corresponding to all information categories; and filling the test procedure information of each information category into the corresponding test procedure information input control, and displaying the test procedure information of the corresponding information category at the corresponding position of the procedure execution page according to the corresponding position information to be filled.
In one embodiment, the communication module 502 is further configured to determine a test work order to be downloaded and a corresponding work order identifier according to an execution area of the nuclear power test; when the test work order is forbidden to be downloaded, obtaining a test operator identification and an authorized personnel identification which are associated with the test work order; generating an authorization request according to the work order identifier, the test operator identifier and the authorization personnel identifier, and sending the authorization request to a server so that the server authorizes the test work order according to the authorization request; and downloading the authorized test work order, and determining the process identification of the current test process to be executed based on the authorized test work order.
In one embodiment, the communication module 502 is further configured to determine a test work order corresponding to the process identifier, where the test work order is obtained by dividing a standard work order; when the test work order does not have the process description information corresponding to the process identification, generating an information query request according to the work order identification and the process identification of the test work order; and sending the information query request to a server so that the server determines a corresponding standard work order according to the work order identification and queries corresponding process description information from the standard work order based on the process identification.
In one embodiment, the above apparatus further comprises: the problem solving module is used for executing the current test procedure to be executed according to the test procedure information and receiving the problem information of the current test procedure to be executed in the executing process of the current test procedure to be executed; acquiring a procedure processing strategy corresponding to the current test procedure to be executed according to the problem information; identifying the problem type of the problem information according to the process processing strategy; determining a return test procedure corresponding to the current test procedure to be executed in a procedure processing strategy according to the problem type; and when the return test procedure is not the first test procedure of the nuclear power test, re-executing the nuclear power test from the return test procedure.
For specific limitations of the test procedure information display device based on the nuclear power test, reference may be made to the above limitations of the test procedure information display method based on the nuclear power test, which are not described herein again. All modules in the test procedure information display device based on the nuclear power test can be completely or partially realized through software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a terminal, and its internal structure diagram may be as shown in fig. 6. The computer device includes a processor, a memory, a communication interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless communication can be realized through WIFI, an operator network, NFC (near field communication) or other technologies. The computer program is executed by a processor to realize a test procedure information display method based on a nuclear power test. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the architecture shown in fig. 6 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory storing a computer program and a processor implementing the steps of the various embodiments described above when the processor executes the computer program.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the respective embodiments described above.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A test procedure information display method based on a nuclear power test is characterized by comprising the following steps:
in the nuclear power test execution process, acquiring a process identification of a current test process to be executed, and determining process description information corresponding to the process identification;
converting the process description information into logic conditions and test prompt information;
obtaining current test conditions according to the test prompt information;
identifying whether the current trial condition satisfies the logical condition;
when the current test condition meets the logic condition, obtaining test procedure information of the current test procedure to be executed;
and displaying the test procedure information on a procedure execution interface.
2. The method of claim 1, wherein converting the process description information into logic conditions and test prompt information comprises:
acquiring a keyword library;
extracting logic relation words from the process description information according to the keyword library;
and converting the process description information into logic conditions and test prompt information according to the logic relation words.
3. The method of claim 1, wherein the identifying whether the current trial condition satisfies the logical condition comprises:
performing word segmentation processing on the current test condition to obtain a plurality of condition words;
performing part-of-speech tagging and semantic tagging on each conditional participle to obtain part-of-speech tagging results and semantic tagging results;
matching the part of speech tagging result and the semantic tagging result with the logic condition;
and when the matching is successful, the current test condition meets the logic condition.
4. The method of claim 1, wherein the test procedure information includes a plurality of information categories, and wherein presenting the test procedure information on a procedure execution interface includes:
determining position information to be filled corresponding to the test procedure information of each information category;
generating test procedure information input controls corresponding to all information categories;
and filling the test procedure information of each information category into the corresponding test procedure information input control, and displaying the test procedure information of the corresponding information category at the corresponding position of the procedure execution page according to the corresponding position information to be filled.
5. The method of claim 1, wherein the obtaining the process identification of the current test process to be performed comprises:
determining a test work order to be downloaded and a corresponding work order identifier according to an execution area of a nuclear power test;
when the test work order is forbidden to be downloaded, obtaining a test operator identifier and an authorized person identifier which are associated with the test work order;
generating an authorization request according to the work order identifier, the test operator identifier and the authorization personnel identifier, and sending the authorization request to a server so that the server authorizes the test work order according to the authorization request;
and downloading the authorized test work order, and determining the process identification of the current test process to be executed based on the authorized test work order.
6. The method of claim 1, wherein the determining process description information corresponding to the process identification comprises:
determining a test work order corresponding to the process identification, wherein the test work order is obtained by dividing a standard work order;
when the test work order does not have the process description information corresponding to the process identification, generating an information query request according to the work order identification of the test work order and the process identification;
and sending the information query request to a server so that the server determines a corresponding standard work order according to the work order identification, and querying corresponding process description information from the standard work order based on the process identification.
7. The method of claim 1, wherein after said presenting said test procedure information at a procedure execution interface, said method further comprises:
executing the current to-be-executed test procedure according to the test procedure information, and receiving problem information of the current to-be-executed test procedure in the executing process of the current to-be-executed test procedure;
acquiring a procedure processing strategy corresponding to the current test procedure to be executed according to the problem information;
identifying the problem type of the problem information according to the process processing strategy;
determining a return test procedure corresponding to the current test procedure to be executed in the procedure processing strategy according to the problem type;
when the return test process is not the first test process of the nuclear power test, the nuclear power test is re-executed from the return test process.
8. The utility model provides a test procedure information display device based on nuclear power is experimental, its characterized in that, the device includes:
the communication module is used for acquiring a process identification of a current test process to be executed in the process of executing the nuclear power test and determining process description information corresponding to the process identification;
the conversion module is used for converting the process description information into logic conditions and test prompt information;
the first acquisition module is used for acquiring the current test condition according to the test prompt information;
the identification module is used for identifying whether the current test condition meets the logic condition;
the second acquisition module is used for acquiring the test procedure information of the current test procedure to be executed when the current test condition meets the logic condition;
and the display module is used for displaying the test procedure information on a procedure execution interface.
9. A computer device comprising a memory and a processor, the memory storing a computer program operable on the processor, wherein the processor implements the steps of the method of any one of claims 1 to 7 when executing the computer program.
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 7.
CN202110228869.1A 2021-03-02 2021-03-02 Nuclear power test-based test procedure information display method and device Active CN112883728B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110228869.1A CN112883728B (en) 2021-03-02 2021-03-02 Nuclear power test-based test procedure information display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110228869.1A CN112883728B (en) 2021-03-02 2021-03-02 Nuclear power test-based test procedure information display method and device

Publications (2)

Publication Number Publication Date
CN112883728A true CN112883728A (en) 2021-06-01
CN112883728B CN112883728B (en) 2024-04-09

Family

ID=76055128

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110228869.1A Active CN112883728B (en) 2021-03-02 2021-03-02 Nuclear power test-based test procedure information display method and device

Country Status (1)

Country Link
CN (1) CN112883728B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115587805A (en) * 2022-12-13 2023-01-10 中国电子产品可靠性与环境试验研究所((工业和信息化部电子第五研究所)(中国赛宝实验室)) Laboratory environment test project determination method, device, equipment, medium and product

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001043214A (en) * 1999-07-30 2001-02-16 Ryobi Ltd Automatic tabulating method
CN101826181A (en) * 2010-04-19 2010-09-08 华为技术有限公司 Method and device for generating procedure standardization guide book
JP6559525B2 (en) * 2015-09-29 2019-08-14 日立Geニュークリア・エナジー株式会社 Remote work support system and remote work support method
CN109522234A (en) * 2018-11-22 2019-03-26 郑州云海信息技术有限公司 Show method, system and the automated testing method of test case implementation progress
CN110458413A (en) * 2019-07-16 2019-11-15 北京朗道新科智能科技有限公司 A kind of working procedure management method, system, storage medium and electric terminal
CN110826318A (en) * 2019-10-14 2020-02-21 浙江数链科技有限公司 Method, device, computer device and storage medium for logistics information identification
CN111353693B (en) * 2020-02-21 2022-09-30 南京理工大学 Work order dispatching, processing and analyzing system and method thereof
CN111429088B (en) * 2020-03-10 2023-09-19 岭东核电有限公司 Method, device, computer equipment and storage medium for transmitting process test results
CN111428263B (en) * 2020-03-10 2023-07-21 岭东核电有限公司 Work order processing method, device, computer equipment and storage medium
CN111400353A (en) * 2020-03-19 2020-07-10 中国建设银行股份有限公司 Rule calculation method, device, equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115587805A (en) * 2022-12-13 2023-01-10 中国电子产品可靠性与环境试验研究所((工业和信息化部电子第五研究所)(中国赛宝实验室)) Laboratory environment test project determination method, device, equipment, medium and product
CN115587805B (en) * 2022-12-13 2023-08-04 中国电子产品可靠性与环境试验研究所((工业和信息化部电子第五研究所)(中国赛宝实验室)) Laboratory environment test project determining method and device and environment comprehensive test evaluation method and device

Also Published As

Publication number Publication date
CN112883728B (en) 2024-04-09

Similar Documents

Publication Publication Date Title
CN109672741B (en) Micro-service monitoring method and device, computer equipment and storage medium
CN110297672B (en) Page dynamic generation method and device, computer equipment and storage medium
CN109474578B (en) Message checking method, device, computer equipment and storage medium
CN111429087B (en) Nuclear power test-based test procedure information processing method and device
CN110727954B (en) Data authorization desensitization automation method, device and storage medium
CN111176996A (en) Test case generation method and device, computer equipment and storage medium
CN111429088A (en) Process test result sending method and device, computer equipment and storage medium
CN108418797B (en) Webpage access method and device, computer equipment and storage medium
CN111475324A (en) Log information analysis method and device, computer equipment and storage medium
CN112507729A (en) Method and device for translating text in page, computer equipment and storage medium
CN108512664A (en) Login method of attending a banquet, electronic device and storage medium based on Application on Voiceprint Recognition
CN112883728B (en) Nuclear power test-based test procedure information display method and device
CN112988997A (en) Response method and system of intelligent customer service, computer equipment and storage medium
CN109542962B (en) Data processing method, data processing device, computer equipment and storage medium
CN111124898A (en) Question-answering system testing method and device, computer equipment and storage medium
CN111770132A (en) Work order downloading method, work order uploading method, device and computer equipment
CN112363929B (en) System online method and device, computer equipment and storage medium
CA3180833A1 (en) Flink sql statement verification method and device, computer equipment and storage medium
CN112884440B (en) Test procedure execution method and device in nuclear power test and computer equipment
CN110460585B (en) Equipment identity identification method and device, computer equipment and storage medium
CN112463783A (en) Index data monitoring method and device, computer equipment and storage medium
CN111861787A (en) Substation operation ticket processing method and device, computer equipment and storage medium
CN112767516B (en) Method and device for determining dot diagram of nuclear power test procedure and computer equipment
CN112862456A (en) Nuclear power test execution method and device, computer equipment and storage medium
CN112862458A (en) Nuclear power test procedure supervision method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant