CN112307131B - Equipment inspection method, system, electronic equipment and storage medium - Google Patents

Equipment inspection method, system, electronic equipment and storage medium Download PDF

Info

Publication number
CN112307131B
CN112307131B CN202011148315.2A CN202011148315A CN112307131B CN 112307131 B CN112307131 B CN 112307131B CN 202011148315 A CN202011148315 A CN 202011148315A CN 112307131 B CN112307131 B CN 112307131B
Authority
CN
China
Prior art keywords
object model
inspection
equipment
basic
copy
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011148315.2A
Other languages
Chinese (zh)
Other versions
CN112307131A (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.)
Richinfo Technology Co ltd
Original Assignee
Richinfo Technology 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 Richinfo Technology Co ltd filed Critical Richinfo Technology Co ltd
Priority to CN202011148315.2A priority Critical patent/CN112307131B/en
Publication of CN112307131A publication Critical patent/CN112307131A/en
Application granted granted Critical
Publication of CN112307131B publication Critical patent/CN112307131B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • 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/20Administration of product repair or maintenance

Abstract

The embodiment of the invention discloses a device inspection method, a system, electronic equipment and a storage medium, wherein the method comprises the following steps: creating a basic object model according to equipment to be detected; creating at least one replicated object model from the base object model; generating a patrol plan according to the at least one replication object model; and carrying out inspection on the equipment to be detected according to the inspection plan. The embodiment of the invention effectively solves the problem of conflict generated when one device is simultaneously associated with a plurality of inspection points, improves the compatibility and ensures that the expression of the association relationship between the device and the inspection points is simpler.

Description

Equipment inspection method, system, electronic equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of inspection, in particular to an equipment inspection method, an equipment inspection system, electronic equipment and a storage medium.
Background
In daily operations, it is often necessary to inspect equipment (e.g., machinery in a factory) to determine whether it is in a normal operating state, which is commonly referred to as inspection.
At present, equipment inspection generally needs inspection personnel to carry out according to an inspection plan, and the inspection plan reflects the association relationship between inspection points and equipment. In general, a device may belong to multiple inspection points at the same time, and parameters to be detected at each inspection point are different. For example, one device includes two parameters, namely air pressure and temperature, the inspection point A is used for detecting the air pressure of all devices, and the inspection point B is used for detecting the temperature of all devices. When the number of devices is too large, the number of devices associated with one inspection point increases, which makes the association between the inspection point and the devices in the database more complex. In addition, the association relationship between the inspection points and the equipment is represented by a field, the length of the field is limited, when the equipment is too many, all the equipment associated with one inspection point cannot be completely represented, the confusion of the association relationship and the conflict of the association objects are easily caused, and the compatibility is reduced.
Disclosure of Invention
In view of this, the embodiments of the present invention provide a device inspection method, a system, an electronic device, and a storage medium, so as to improve compatibility when one device associates with a plurality of inspection points, and make expression of association between the device and the inspection points more concise.
In a first aspect, an embodiment of the present invention provides an apparatus inspection method, including:
creating a basic object model according to equipment to be detected;
creating at least one replicated object model from the base object model;
generating a patrol plan according to the at least one replication object model;
and carrying out inspection on the equipment to be detected according to the inspection plan.
Further, creating at least one replicated object model from the base object model includes:
determining the number of inspection points associated with the basic object model;
and copying the basic object model based on the number of the inspection points to obtain at least one copied object model.
Further, after creating at least one replication object model according to the basic object model, the method further comprises:
and establishing and storing the association relation between the at least one copy object model and the basic object model.
Further, generating the inspection plan from the at least one replicated object model includes:
and matching the copied object model with the inspection points according to the association relation between the basic object model and the inspection points to generate an inspection plan, wherein one copied object model corresponds to one inspection point.
Further, after the equipment to be detected is inspected according to the inspection plan, the method further includes:
obtaining a patrol result of the equipment to be detected;
and according to the association relation between the copied object model and the basic object model, the inspection result is returned to the basic object model.
In a second aspect, an embodiment of the present invention provides an equipment inspection system, including:
the basic model creation module is used for creating a basic object model according to equipment to be detected;
a copy model creation module for creating at least one copy object model from the base object model;
the inspection plan generation module is used for generating an inspection plan according to the at least one replication object model;
and the equipment inspection module is used for inspecting the equipment to be detected according to the inspection plan.
Further, the copy model creation module is specifically configured to:
determining the number of inspection points associated with the basic object model;
and copying the basic object model based on the number of the inspection points to obtain at least one copied object model.
Further, the method further comprises the following steps:
and the association relation creation module is used for establishing and storing the association relation between the at least one copy object model and the basic object model.
In a third aspect, an embodiment of the present invention provides an electronic device, including:
one or more processors;
storage means for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the device inspection method provided by any embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention provides a computer readable storage medium having stored thereon a computer program, which when executed by a processor, implements the device inspection method provided by any embodiment of the present invention.
The equipment inspection method provided by the embodiment of the invention creates a basic object model according to equipment to be detected; creating at least one replicated object model from the base object model; generating a patrol plan according to the at least one replication object model; and carrying out inspection on the equipment to be detected according to the inspection plan. The method effectively solves the problem of conflict generated when one device is simultaneously associated with a plurality of inspection points, improves compatibility and enables the expression of association relation between the device and the inspection points to be more concise.
Drawings
Fig. 1 is a schematic flow chart of an equipment inspection method according to a first embodiment of the present invention;
fig. 2 is a schematic flow chart of an equipment inspection method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an equipment inspection system according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to a fourth embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Before discussing exemplary embodiments in more detail, it should be mentioned that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart depicts steps as a sequential process, many of the steps may be implemented in parallel, concurrently, or with other steps. Furthermore, the order of the steps may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figures. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Furthermore, the terms "first," "second," and the like, may be used herein to describe various directions, acts, steps, or elements, etc., but these directions, acts, steps, or elements are not limited by these terms. These terms are only used to distinguish one direction, action, step or element from another direction, action, step or element. The terms "first," "second," and the like, are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include one or more such feature. In the description of the present invention, "plurality", "batch" means at least two, for example, two, three, etc., unless specifically defined otherwise.
Example 1
Fig. 1 is a schematic flow chart of an equipment inspection method according to a first embodiment of the present invention, where the embodiment is applicable to generation of an inspection plan of a factory equipment. As shown in fig. 1, a device inspection method provided in an embodiment of the present invention includes:
s110, creating a basic object model according to the equipment to be detected.
Specifically, the basic object model is a model of the device to be detected, and includes a device identifier (device ID) of the device to be detected and various parameter information. For example, if the device to be detected has a parameter of air pressure, the created basic object model also has the parameter of air pressure. A basic object model corresponds to a device to be detected of an entity.
S120, at least one copy object model is created according to the basic object model.
Specifically, the basic object model is replicated to obtain at least one replicated object model. The replica object model has the same device ID as the basic object model.
When the factory is inspecting equipment, generally, an inspection area is divided, one inspection area is equivalent to one inspection point, and the inspection items of each inspection point are different. The number of replica object models may be determined based on the number of inspection points, preferably the number of replica object models is determined based on the number of inspection points associated with the basic object model. Thus, creating at least one replicated object model from the base object model comprises: determining the number of inspection points associated with the basic object model; and copying the basic object model based on the number of the inspection points to obtain at least one copied object model. For example, if the basic object model is associated with 2 inspection points, then the replication results in 2 replicated object models.
S130, generating a patrol plan according to the at least one replication object model.
Specifically, a patrol plan is generated according to the copy object model, namely, the copy object model is associated with a corresponding patrol point, so that the model in the patrol plan is the copy object model. That is, generating the inspection plan from the at least one replicated object model includes: and matching the copied object model with the inspection point according to the association relation between the basic object model and the inspection point to generate an inspection plan. For example, the basic object model a is associated with the patrol point 1 and the patrol point 2, the basic object model a is copied to obtain a copy object model A1 and a copy object model A2, the copy object model A1 is associated with the patrol point 1, and the copy object model A2 is associated with the patrol point 2. Therefore, the one-to-one association relation is established between the copied object model and the inspection points, the complex association relation between the basic object model and a plurality of inspection points is avoided, the expression of the association relation between the model (equivalent to equipment) and the inspection points is more concise, the problem that one equipment is easy to collide when associating a plurality of inspection points is avoided, and the compatibility is improved.
And S140, carrying out inspection on the equipment to be detected according to the inspection plan.
Specifically, since the copied object model and the basic object model have the same equipment ID, the corresponding equipment to be detected can be determined according to the equipment ID of the copied object model in the inspection plan, thereby realizing inspection of the equipment to be detected.
The equipment inspection method provided by the embodiment of the invention creates a basic object model according to equipment to be detected; creating at least one replicated object model from the base object model; generating a patrol plan according to the at least one replication object model; and carrying out inspection on the equipment to be detected according to the inspection plan. The method effectively solves the problem of conflict generated when one device is simultaneously associated with a plurality of inspection points, improves compatibility and enables the expression of association relation between the device and the inspection points to be more concise.
Example two
Fig. 2 is a flow chart of a device inspection method according to a second embodiment of the present invention, and this embodiment is further elaboration of the foregoing embodiments. As shown in fig. 2, the equipment inspection method provided in the second embodiment of the present invention includes:
s210, creating a basic object model according to equipment to be detected.
S220, determining the number of inspection points associated with the basic object model.
And S230, copying the basic object model based on the number of the inspection points to obtain at least one copied object model.
S240, establishing and storing the association relation between the at least one copy object model and the basic object model.
Specifically, after at least one replication object model is obtained by replication, an association relationship between the at least one replication object model and the basic object model is established and stored, so that the corresponding basic object model can be determined according to the replication object model later.
S250, matching the copied object model with the inspection points according to the association relation between the basic object model and the inspection points to generate an inspection plan.
And S260, carrying out inspection on the equipment to be detected according to the inspection plan.
S270, acquiring the inspection result of the equipment to be detected.
S280, according to the association relation between the copied object model and the basic object model, the inspection result is returned to the basic object model.
Specifically, according to the inspection plan of the inspection point, an inspection result is obtained after the equipment to be inspected is inspected, and the inspection result is mainly the parameter values or the running state of the equipment to be inspected. Since the inspection plan matches the copy object model, the obtained detection result also corresponds to the copy object model. And returning the inspection result to the corresponding basic object model according to the association relation between the prestored copied object model and the basic object model, so that the detection result corresponding to the basic object model is consistent with the actual detection condition of the equipment to be detected. When the detection result is consulted later, the basic object model is consulted, and the corresponding copy object model is not required to be called.
Further, when the plurality of inspection points have the same inspection items, the corresponding parameter value stored in the basic object model should be the inspection result obtained in the last inspection. For example, a basic object model a of the device to be detected is associated with a patrol point 1 and a patrol point 2, the basic object model a is copied to obtain a copied object model A1 and a copied object model A2, the copied object model A1 is associated with the patrol point 1 to generate a patrol plan 1, and the copied object model A2 is associated with the patrol point 2 to generate a patrol plan 2. The inspection plan 1 is to test the temperature of the replication object model A1 at 10 a.m., and the inspection plan of the inspection point 2 is to test the temperature of the replication object model A2 at 16 a.m. When the inspection is performed, the temperature T1 of the equipment to be detected is tested according to the inspection plan 1 at 10 am, and the temperature T1 is transmitted back to the basic object model A for storage by copying the association relation between the object model A1 and the basic object model A. And testing the temperature T2 of the equipment to be detected at the afternoon 16 according to the inspection plan 2, and transmitting the temperature T2 back to the basic object model A for storage by copying the association relation between the object model A2 and the basic object model A. The temperature parameters stored in the final basic object model a should be based on the temperature T2.
The equipment inspection method provided by the embodiment of the invention effectively solves the conflict problem generated when one piece of equipment is simultaneously associated with a plurality of inspection points, improves the compatibility and ensures that the expression of the association relationship between the equipment and the inspection points is more concise.
Example III
Fig. 3 is a schematic structural diagram of an equipment inspection system according to a third embodiment of the present invention, where the present embodiment is applicable to generation of an inspection plan of a factory equipment. The equipment inspection system provided by the embodiment can realize the equipment inspection method provided by any embodiment of the invention, has the corresponding functional structure and beneficial effects of the realization method, and the details which are not described in detail in the embodiment can be referred to the description of any method embodiment of the invention.
As shown in fig. 3, a device inspection system according to a third embodiment of the present invention includes: a base model creation module 310, a replication model creation module 320, a patrol plan generation module 330, and a device patrol module 340, wherein:
the basic model creation module 310 is configured to create a basic object model according to a device to be detected;
the copy model creation module 320 is configured to create at least one copy object model according to the basic object model;
the inspection plan generating module 330 is configured to generate an inspection plan according to the at least one replication object model;
the equipment inspection module 340 is configured to inspect the equipment to be inspected according to the inspection plan.
Further, the copy model creation module 320 is specifically configured to:
determining the number of inspection points associated with the basic object model;
and copying the basic object model based on the number of the inspection points to obtain at least one copied object model.
Further, the method further comprises the following steps:
and the association relation creation module is used for establishing and storing the association relation between the at least one copy object model and the basic object model.
Further, the inspection plan generation module 330 is specifically configured to:
and matching the copied object model with the inspection points according to the association relation between the basic object model and the inspection points to generate an inspection plan, wherein one copied object model corresponds to one inspection point.
Further, the method further comprises the following steps:
the inspection result acquisition module is used for acquiring the inspection result of the equipment to be detected;
and the inspection result returning module is used for returning the inspection result to the basic object model according to the association relation between the copied object model and the basic object model.
According to the equipment inspection system provided by the embodiment of the invention, through the basic model creation module, the replication model creation module, the inspection plan generation module and the equipment inspection module, the conflict problem generated when one piece of equipment is simultaneously associated with a plurality of inspection points is effectively solved, the compatibility is improved, and the expression of the association relationship between the equipment and the inspection points is more concise.
Example IV
Fig. 4 is a schematic structural diagram of an electronic device according to a fourth embodiment of the present invention. Fig. 4 illustrates a block diagram of an exemplary electronic device 412 suitable for use in implementing embodiments of the invention. The electronic device 412 shown in fig. 4 is only an example and should not be construed as limiting the functionality and scope of use of embodiments of the invention.
As shown in fig. 4, the electronic device 412 is in the form of a general-purpose electronic device. Components of electronic device 412 may include, but are not limited to: one or more processors 416, a storage 428, and a bus 418 that connects the various system components (including the storage 428 and the processors 416).
Bus 418 represents one or more of several types of bus structures, including a memory device bus or memory device controller, a peripheral bus, an accelerated graphics port, a processor, or a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include industry standard architecture (Industry Subversive Alliance, ISA) bus, micro channel architecture (Micro Channel Architecture, MAC) bus, enhanced ISA bus, video electronics standards association (Video Electronics Standards Association, VESA) local bus, and peripheral component interconnect (Peripheral Component Interconnect, PCI) bus.
Electronic device 412 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by electronic device 412 and includes both volatile and nonvolatile media, removable and non-removable media.
The storage 428 may include computer system readable media in the form of volatile memory, such as random access memory (Random Access Memory, RAM) 430 and/or cache memory 432. The electronic device 412 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 434 may be used to read from or write to non-removable, nonvolatile magnetic media (not shown in FIG. 4, commonly referred to as a "hard disk drive"). Although not shown in fig. 4, a magnetic disk drive for reading from and writing to a removable nonvolatile magnetic disk (e.g., a "floppy disk"), and an optical disk drive for reading from or writing to a removable nonvolatile optical disk such as a Read Only Memory (CD-ROM), digital versatile disk (Digital Video Disc-Read Only Memory, DVD-ROM), or other optical media, may be provided. In such cases, each drive may be coupled to bus 418 via one or more data medium interfaces. Storage 428 may include at least one program product having a set (e.g., at least one) of program modules configured to carry out the functions of embodiments of the invention.
A program/utility 440 having a set (at least one) of program modules 442 may be stored, for example, in the storage 428, such program modules 442 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment. Program modules 442 generally perform the functions and/or methodologies in the described embodiments of the invention.
The electronic device 412 may also communicate with one or more external devices 414 (e.g., keyboard, pointing terminal, display 424, etc.), with one or more terminals that enable a user to interact with the electronic device 412, and/or with any terminal (e.g., network card, modem, etc.) that enables the electronic device 412 to communicate with one or more other computing terminals. Such communication may occur through an input/output (I/O) interface 422. Also, the electronic device 412 may communicate with one or more networks (e.g., a local area network (Local Area Network, LAN), a wide area network (Wide Area Network, WAN) and/or a public network, such as the internet) via the network adapter 420. As shown in fig. 4, network adapter 420 communicates with other modules of electronic device 412 over bus 418. It should be appreciated that although not shown, other hardware and/or software modules may be used in connection with electronic device 412, including, but not limited to: microcode, end drives, redundant processors, external disk drive arrays, disk array (Redundant Arrays of Independent Disks, RAID) systems, tape drives, data backup storage systems, and the like.
The processor 416 executes various functional applications and data processing by running programs stored in the storage 428, such as implementing the device inspection method provided by any embodiment of the present invention, the method may include:
creating a basic object model according to equipment to be detected;
creating at least one replicated object model from the base object model;
generating a patrol plan according to the at least one replication object model;
and carrying out inspection on the equipment to be detected according to the inspection plan.
Example five
The fifth embodiment of the present invention further provides a computer readable storage medium, on which a computer program is stored, where the program when executed by a processor implements the device inspection method according to any embodiment of the present invention, and the method may include:
creating a basic object model according to equipment to be detected;
creating at least one replicated object model from the base object model;
generating a patrol plan according to the at least one replication object model;
and carrying out inspection on the equipment to be detected according to the inspection plan.
The computer storage media of embodiments of the invention may take the form of any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or terminal. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer, for example, through the internet using an internet service provider.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (10)

1. A method for inspecting equipment, comprising:
creating a basic object model according to equipment to be detected;
creating at least one replicated object model from the base object model;
generating a patrol plan according to the at least one replication object model;
carrying out inspection on the equipment to be detected according to the inspection plan;
generating a patrol plan according to the at least one replication object model includes:
the basic object model A is associated with a patrol point 1 and a patrol point 2, the basic object model A is copied to obtain a copy object model A1 and a copy object model A2, the copy object model A1 is associated with the patrol point 1, and the copy object model A2 is associated with the patrol point 2.
2. The method of claim 1, wherein creating at least one replicated object model from the base object model comprises:
determining the number of inspection points associated with the basic object model;
and copying the basic object model based on the number of the inspection points to obtain at least one copied object model.
3. The method of claim 2, further comprising, after creating at least one replicated object model from the base object model:
and establishing and storing the association relation between the at least one copy object model and the basic object model.
4. The method of claim 3, wherein generating a patrol plan from the at least one replica object model comprises:
and matching the copied object model with the inspection points according to the association relation between the basic object model and the inspection points to generate an inspection plan, wherein one copied object model corresponds to one inspection point.
5. The method of claim 4, further comprising, after the inspection of the device under inspection according to the inspection plan:
obtaining a patrol result of the equipment to be detected;
and according to the association relation between the copied object model and the basic object model, the inspection result is returned to the basic object model.
6. A device inspection system, comprising:
the basic model creation module is used for creating a basic object model according to equipment to be detected;
a copy model creation module for creating at least one copy object model from the base object model;
the inspection plan generation module is used for generating an inspection plan according to the at least one replication object model;
the equipment inspection module is used for inspecting the equipment to be inspected according to the inspection plan;
generating a patrol plan according to the at least one replication object model includes:
the basic object model A is associated with a patrol point 1 and a patrol point 2, the basic object model A is copied to obtain a copy object model A1 and a copy object model A2, the copy object model A1 is associated with the patrol point 1, and the copy object model A2 is associated with the patrol point 2.
7. The system of claim 6, wherein the replication model creation module is specifically configured to:
determining the number of inspection points associated with the basic object model;
and copying the basic object model based on the number of the inspection points to obtain at least one copied object model.
8. The system as recited in claim 7, further comprising:
and the association relation creation module is used for establishing and storing the association relation between the at least one copy object model and the basic object model.
9. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the device inspection method of any of claims 1-5.
10. A computer readable storage medium having stored thereon a computer program, which when executed by a processor implements the device inspection method according to any of claims 1-5.
CN202011148315.2A 2020-10-23 2020-10-23 Equipment inspection method, system, electronic equipment and storage medium Active CN112307131B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011148315.2A CN112307131B (en) 2020-10-23 2020-10-23 Equipment inspection method, system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011148315.2A CN112307131B (en) 2020-10-23 2020-10-23 Equipment inspection method, system, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112307131A CN112307131A (en) 2021-02-02
CN112307131B true CN112307131B (en) 2024-04-12

Family

ID=74327509

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011148315.2A Active CN112307131B (en) 2020-10-23 2020-10-23 Equipment inspection method, system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112307131B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105809331A (en) * 2016-02-26 2016-07-27 北京元心科技有限公司 Method and server for generating and issuing inspection tasks
CN106846530A (en) * 2016-12-25 2017-06-13 北京中海投资管理有限公司 A kind of property movement cruising inspection system and method based on NFC technique
CN107832770A (en) * 2017-11-08 2018-03-23 浙江国自机器人技术有限公司 A kind of equipment routing inspection method, apparatus, system, storage medium and crusing robot
CN111784110A (en) * 2020-06-04 2020-10-16 中国石油天然气股份有限公司 Intelligent line patrol method and device for oil and gas field pipeline

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3213273A1 (en) * 2014-10-27 2017-09-06 AVK Holding A/S Method of registering an installed valve
WO2017003440A1 (en) * 2015-06-30 2017-01-05 Hewlett-Packard Development Company, L.P. Patrol scrub periods based on power status

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105809331A (en) * 2016-02-26 2016-07-27 北京元心科技有限公司 Method and server for generating and issuing inspection tasks
CN106846530A (en) * 2016-12-25 2017-06-13 北京中海投资管理有限公司 A kind of property movement cruising inspection system and method based on NFC technique
CN107832770A (en) * 2017-11-08 2018-03-23 浙江国自机器人技术有限公司 A kind of equipment routing inspection method, apparatus, system, storage medium and crusing robot
CN111784110A (en) * 2020-06-04 2020-10-16 中国石油天然气股份有限公司 Intelligent line patrol method and device for oil and gas field pipeline

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
一种基于RFID的安全巡检模型;冯海文;付博文;邵中;姜岩;;沈阳工业大学学报(04);全文 *
冯海文 ; 付博文 ; 邵中 ; 姜岩 ; .一种基于RFID的安全巡检模型.沈阳工业大学学报.2009,(04),全文. *

Also Published As

Publication number Publication date
CN112307131A (en) 2021-02-02

Similar Documents

Publication Publication Date Title
US8935573B2 (en) Reliable unit testing through cached mocking
CN109522228B (en) Interface automation test data construction method, device, platform and storage medium
CN109684188B (en) Test method and device
CN112650685A (en) Automatic testing method and device, electronic equipment and computer storage medium
CN113572658A (en) Vehicle control signal testing method and device, electronic equipment and storage medium
CN111367813B (en) Automatic testing method and device for decision engine, server and storage medium
CN112307131B (en) Equipment inspection method, system, electronic equipment and storage medium
US11663113B2 (en) Real time fault localization using combinatorial test design techniques and test case priority selection
CN112416333A (en) Software model training method, device, system, equipment and storage medium
US10382311B2 (en) Benchmarking servers based on production data
CN109474822B (en) Android television multi-language automatic testing method and device
CN116450511A (en) Information updating method, device, electronic equipment and computer readable medium
CN113238940B (en) Interface test result comparison method, device, equipment and storage medium
CN112596966B (en) Chip verification method, device, equipment and storage medium
CN114338846A (en) Message testing method and device
CN111240928B (en) Automatic detection method, device, equipment and storage medium for equipment drive
CN117592311B (en) Multi-level simulation method, device and equipment for workflow and readable medium
CN116820946A (en) Method and device for automatically testing compatibility of target software
CN117931552A (en) Method, device, equipment and storage medium for distinguishing functional test files of display module
CN107291613B (en) Functional node abnormity simulation method and device
CN116828522A (en) Test method, test device, electronic equipment and computer readable storage medium
CN114048145A (en) Transaction checking test method and device, electronic equipment and storage medium
CN115687109A (en) Interface test method and device, electronic equipment and storage medium
CN113190453A (en) User interface testing method, device, server and medium
CN117555786A (en) Method and device for testing target function and computer readable 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