CN112307131A - 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
CN112307131A
CN112307131A CN202011148315.2A CN202011148315A CN112307131A CN 112307131 A CN112307131 A CN 112307131A CN 202011148315 A CN202011148315 A CN 202011148315A CN 112307131 A CN112307131 A CN 112307131A
Authority
CN
China
Prior art keywords
object model
inspection
equipment
basic
creating
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
CN202011148315.2A
Other languages
Chinese (zh)
Other versions
CN112307131B (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

Images

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 method and a system for equipment inspection, 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 copied object model; and inspecting 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 enables the expression of the association relationship between the device and the inspection points to be more concise.

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 a device inspection method, a system, electronic equipment and a storage medium.
Background
In daily work, it is often necessary to check equipment (e.g., machinery within a plant) to determine whether it is in a normal working condition, which is commonly referred to as polling.
At present, equipment inspection usually needs an inspection worker to perform according to an inspection plan, and the inspection plan reflects the association relationship between an inspection point and the equipment. Generally, one device may belong to a plurality of inspection points at the same time, and parameters required to be detected by each inspection point are different. For example, one device simultaneously comprises two parameters of air pressure and temperature, the inspection point A detects the air pressure of all the devices, and the inspection point B detects the temperature of all the devices. When the number of the devices is too large, the number of the devices associated with one inspection point is increased, so that the association relationship between the inspection point and the devices in the database is more complicated. In addition, the association relationship between the inspection point and the equipment is represented by a field, and the field has a limited length, so that when the number of the equipment is too large, all the equipment associated with one inspection point cannot be completely represented, the confusion of the association relationship and the conflict of associated objects are easily caused, and the compatibility is reduced.
Disclosure of Invention
In view of this, embodiments of the present invention provide an apparatus polling method, an apparatus polling system, an electronic apparatus, and a storage medium, so as to improve compatibility when one apparatus associates multiple polling points, and make expression of an association relationship between the apparatus and the polling points simpler.
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 copied object model;
and inspecting the equipment to be detected according to the inspection plan.
Further, creating at least one replicated object model from the base object model comprises:
determining a number of inspection points associated with the base 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 copied object model according to the basic object model, the method further includes:
and establishing and storing the association relationship between the at least one copy object model and the basic object model.
Further, generating the inspection plan according to the at least one copied object model includes:
and matching the copied object models with the inspection points to generate an inspection plan according to the incidence relation between the basic object models and the inspection points, wherein one copied object model corresponds to one inspection point.
Further, according to the plan of patrolling and examining to examine equipment go on patrol and examine after, still include:
acquiring a routing inspection result of the equipment to be detected;
and returning the routing inspection result to the basic object model according to the incidence relation between the copy object model and the basic object model.
In a second aspect, an embodiment of the present invention provides an apparatus inspection system, including:
the basic model creating module is used for creating a basic object model according to the equipment to be detected;
a replication model creation module for creating at least one replication object model from the base object model;
the inspection plan generating module is used for generating an inspection plan according to the at least one copied object model;
and the equipment inspection module is used for inspecting the equipment to be inspected according to the inspection plan.
Further, the replication model creation module is specifically configured to:
determining a number of inspection points associated with the base 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 also comprises the following steps:
and the incidence relation creating module is used for establishing and storing the incidence 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;
a storage device 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 are caused to 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, on which a computer program is stored, where the computer program, when executed by a processor, implements the device inspection method provided in any embodiment of the present invention.
The equipment inspection method provided by the embodiment of the invention creates a basic object model according to the 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 copied object model; and inspecting the equipment to be detected according to the inspection plan. The problem of conflict generated when one device is simultaneously associated with a plurality of inspection points is effectively solved, compatibility is improved, and the expression of the association relation between the device and the inspection points is simpler.
Drawings
Fig. 1 is a schematic flow chart of an apparatus inspection method according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of an apparatus 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 present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. A process may be terminated when its operations are completed, but may have additional steps not included in the figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc.
Furthermore, the terms "first," "second," and the like may be used herein to describe various orientations, actions, steps, elements, or the like, but the orientations, actions, 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", etc. are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "plurality", "batch" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
Example one
Fig. 1 is a schematic flow chart of an equipment inspection method according to an embodiment of the present invention, which is applicable to generating an inspection plan of factory equipment. As shown in fig. 1, an apparatus inspection method according to an embodiment of the present invention includes:
and 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 tested, which includes a device identification (device ID) of the device to be tested and various pieces of parameter information. For example, if the device to be detected has the parameter of air pressure, the basic object model is created with the parameter of air pressure. A basic object model corresponds to an entity of equipment to be tested.
And S120, creating at least one copy object model according to the basic object model.
Specifically, the basic object model is copied to obtain at least one copied object model. The duplicate object model has the same device ID as the base object model.
When a factory inspects equipment, an inspection area is usually divided firstly, one inspection area is equivalent to one inspection point, and the items of inspection of each inspection point are different. The number of the copy object models can be determined according to the number of the polling points, and preferably, the number of the copy object models is determined according to the number of the polling points associated with the basic object model. Thus, creating at least one replicated object model from the base object model comprises: determining a number of inspection points associated with the base 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 polling points, 2 copied object models are obtained by copying.
And S130, generating a routing inspection plan according to the at least one copied object model.
Specifically, the inspection plan is generated according to the copy object model, namely, the copy object model is associated with the corresponding inspection point, so that the model in the inspection plan is the copy object model. That is, generating the patrol plan according to the at least one copied object model includes: and matching the copied object model with the inspection points to generate an inspection plan according to the incidence relation between the basic object model and the inspection points. For example, the basic object model a associates the patrol point 1 with the patrol point 2, the basic object model a is copied to obtain the copied object model a1 and the copied object model a2, the copied object model a1 is associated with the patrol point 1, and the copied object model a2 is associated with the patrol point 2. Therefore, the one-to-one corresponding incidence relation is established between the copied object model and the inspection points, the complex incidence relation between the basic object model and the inspection points is avoided, the expression of the incidence relation between the model (which is equivalent to equipment) and the inspection points is simpler, the problem that one piece of equipment is easy to conflict when being associated with a plurality of inspection points is also avoided, and the compatibility is improved.
And S140, inspecting the equipment to be inspected according to the inspection plan.
Specifically, since the copied object model and the basic object model have the same device ID, the corresponding device to be detected can be determined according to the device ID of the copied object model in the inspection plan, thereby realizing inspection of the device 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 copied object model; and inspecting the equipment to be detected according to the inspection plan. The problem of conflict generated when one device is simultaneously associated with a plurality of inspection points is effectively solved, compatibility is improved, and the expression of the association relation between the device and the inspection points is simpler.
Example two
Fig. 2 is a schematic flow chart of an equipment inspection method according to a second embodiment of the present invention, which further details the above embodiment. As shown in fig. 2, the device inspection method provided by the second embodiment of the present invention includes:
s210, creating a basic object model according to the equipment to be detected.
And S220, determining the number of the patrol points associated with the basic object model.
And S230, copying the basic object model based on the number of the polling points to obtain at least one copied object model.
S240, establishing and storing the incidence relation between the at least one copy object model and the basic object model.
Specifically, after at least one copied object model is obtained through copying, an association relationship between the at least one copied object model and the basic object model is established and stored, so that the corresponding basic object model can be determined according to the copied object model in the following process.
And S250, matching the copied object model with the inspection points to generate an inspection plan according to the incidence relation between the basic object model and the inspection points.
And S260, inspecting the equipment to be inspected according to the inspection plan.
S270, obtaining the inspection result of the equipment to be inspected.
And S280, transmitting the routing inspection result back to the basic object model according to the incidence relation between the copied object model and the basic object model.
Specifically, according to the inspection plan of the detection point, the inspection result is obtained after the equipment to be detected is inspected, and the inspection result mainly refers to various parameter values or the running state of the equipment to be detected. Since the matched copy object model is matched in the patrol plan, 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 pre-stored association relationship between the copy 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 subsequently, the basic object model is consulted without calling the corresponding duplicate object model.
Furthermore, when a plurality of inspection points have the same inspection item, the corresponding parameter value stored in the basic object model is based on the inspection result obtained by the latest inspection. For example, the basic object model a of the device to be detected associates the inspection point 1 and the inspection 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 inspection point 1 to generate the inspection plan 1, and the copied object model a2 is associated with the inspection point 2 to generate the inspection plan 2. The patrol plan 1 is to test the temperature of the copied object model a1 at 10 am, and the patrol plan of the patrol point 2 is to test the temperature of the copied object model a2 at 16 pm. When performing the inspection, the temperature T1 of the device to be inspected is tested at 10 am according to the inspection plan 1, and the temperature T1 is returned to the basic object model a for storage by copying the association relationship between the object model a1 and the basic object model a. The temperature T2 of the device to be tested was tested at 16 pm according to the patrol plan 2, and this temperature T2 was returned to the basic object model a for storage by copying the association between the object model a2 and the basic object model a. The temperature parameters stored in the final basic object model A shall be subject to the temperature T2.
The equipment inspection method provided by the embodiment of the invention effectively solves the problem of conflict generated when one equipment is simultaneously associated with a plurality of inspection points, improves the compatibility and enables the expression of the association relationship between the equipment and the inspection points to be 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, which is applicable to generating an inspection plan of plant equipment. The device inspection system provided by this embodiment can implement the device inspection method provided by any embodiment of the present invention, and has the corresponding functional structure and beneficial effects of the implementation method, and the content not described in detail in this embodiment may refer to the description of any method embodiment of the present invention.
As shown in fig. 3, the device inspection system provided by the third embodiment of the present invention includes: a basic model creation module 310, a replication model creation module 320, an inspection plan generation module 330, and a device inspection module 340, wherein:
the basic model creating module 310 is used for creating a basic object model according to the equipment to be detected;
the replication model creation module 320 is configured to create at least one replication object model from the base object model;
the inspection plan generating module 330 is configured to generate an inspection plan according to the at least one copied object model;
the equipment inspection module 340 is used for inspecting the equipment to be inspected according to the inspection plan.
Further, the replication model creation module 320 is specifically configured to:
determining a number of inspection points associated with the base 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 also comprises the following steps:
and the incidence relation creating module is used for establishing and storing the incidence relation between the at least one copy object model and the basic object model.
Further, the patrol plan generating module 330 is specifically configured to:
and matching the copied object models with the inspection points to generate an inspection plan according to the incidence relation between the basic object models and the inspection points, wherein one copied object model corresponds to one inspection point.
Further, the method also comprises the following steps:
the inspection result acquisition module is used for acquiring an 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 incidence relation between the copied object model and the basic object model.
The equipment inspection system provided by the third embodiment of the invention effectively solves the problem of conflict generated when one piece of equipment is simultaneously associated with a plurality of inspection points through the basic model creation module, the replication model creation module, the inspection plan generation module and the equipment inspection module, improves compatibility and enables the expression of the association relationship between the equipment and the inspection points to be simpler.
Example four
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 present invention. The electronic device 412 shown in fig. 4 is only an example and should not bring any limitations to the functionality and scope of use of the embodiments of the present invention.
As shown in fig. 4, the electronic device 412 is in the form of a general purpose electronic device. The components of the electronic device 412 may include, but are not limited to: one or more processors 416, a storage device 428, and a bus 418 that couples the various system components including the storage device 428 and the processors 416.
Bus 418 represents one or more of any of several types of bus structures, including a memory device bus or memory device controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Electronic device 412 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by electronic device 412 and includes both volatile and nonvolatile media, removable and non-removable media.
Storage 428 may include computer system readable media in the form of volatile Memory, such as 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 and write to non-removable, nonvolatile magnetic media (not shown in FIG. 4, commonly referred to as a "hard 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 Compact disk Read-Only Memory (CD-ROM), Digital Video disk Read-Only Memory (DVD-ROM) or other optical media may be provided. In these cases, each drive may be connected to bus 418 by one or more data media interfaces. Storage 428 may include at least one program product having a set (e.g., at least one) of program modules that are 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 instance, in 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 of which examples or some combination thereof may comprise an implementation of a network environment. The program modules 442 generally perform the functions and/or methodologies of 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 terminals (e.g., network card, modem, etc.) that enable the electronic device 412 to communicate with one or more other computing terminals. Such communication may occur via input/output (I/O) interfaces 422. Also, the electronic device 412 may communicate with one or more networks (e.g., a Local Area Network (LAN), a 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 the other modules of electronic device 412 over bus 418. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 412, including but not limited to: microcode, end drives, Redundant processors, external disk drive Arrays, RAID (Redundant Arrays of Independent Disks) systems, tape drives, and data backup storage systems, among others.
The processor 416 executes various functional applications and data processing by executing programs stored in the storage 428, for example, implementing a device inspection method provided by any embodiment of the present invention, which 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 copied object model;
and inspecting the equipment to be detected according to the inspection plan.
EXAMPLE five
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a device inspection method according to any embodiment of the present invention, where the method includes:
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 copied object model;
and inspecting the equipment to be detected according to the inspection plan.
Computer storage media for embodiments of the invention may employ 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. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination 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 the context of 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.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. 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 for aspects 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 + +, or the like, as well as 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 type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. 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, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. An equipment inspection method is characterized by comprising 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 copied object model;
and inspecting the equipment to be detected according to the inspection plan.
2. The method of claim 1, wherein creating at least one replicated object model from the base object model comprises:
determining a number of inspection points associated with the base 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, wherein after creating at least one replicated object model from the base object model, further comprising:
and establishing and storing the association relationship between the at least one copy object model and the basic object model.
4. The method of claim 3, wherein generating the routing inspection plan from the at least one replicated object model comprises:
and matching the copied object models with the inspection points to generate an inspection plan according to the incidence relation between the basic object models and the inspection points, wherein one copied object model corresponds to one inspection point.
5. The method of claim 4, wherein after inspecting the device to be inspected according to the inspection plan, further comprising:
acquiring a routing inspection result of the equipment to be detected;
and returning the routing inspection result to the basic object model according to the incidence relation between the copy object model and the basic object model.
6. An equipment inspection system, comprising:
the basic model creating module is used for creating a basic object model according to the equipment to be detected;
a replication model creation module for creating at least one replication object model from the base object model;
the inspection plan generating module is used for generating an inspection plan according to the at least one copied object model;
and the equipment inspection module is used for inspecting the equipment to be inspected according to the inspection plan.
7. The method of claim 6, wherein the replication model creation module is specifically configured to:
determining a number of inspection points associated with the base 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 method of claim 7, further comprising:
and the incidence relation creating module is used for establishing and storing the incidence relation between the at least one copy object model and the basic object model.
9. An electronic device, comprising:
one or more processors;
a storage device for storing 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 one of claims 1-5.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a device inspection method according to any one of claims 1 to 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 true CN112307131A (en) 2021-02-02
CN112307131B 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 (6)

* 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
US20180173588A1 (en) * 2015-06-30 2018-06-21 Hewlett-Packard Development Company, L.P. Patrol Scrub Periods Based on Power Status
US20180276594A1 (en) * 2014-10-27 2018-09-27 Avk Holding A/S Method of registering an installed valve
CN111784110A (en) * 2020-06-04 2020-10-16 中国石油天然气股份有限公司 Intelligent line patrol method and device for oil and gas field pipeline

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180276594A1 (en) * 2014-10-27 2018-09-27 Avk Holding A/S Method of registering an installed valve
US20180173588A1 (en) * 2015-06-30 2018-06-21 Hewlett-Packard Development Company, L.P. Patrol Scrub Periods Based on Power Status
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的安全巡检模型", 沈阳工业大学学报, no. 04 *
冯海文;付博文;邵中;姜岩;: "一种基于RFID的安全巡检模型", 沈阳工业大学学报, no. 04, 15 August 2009 (2009-08-15) *

Also Published As

Publication number Publication date
CN112307131B (en) 2024-04-12

Similar Documents

Publication Publication Date Title
US20140068334A1 (en) Reliable unit testing through cached mocking
CN114064208A (en) Method and device for detecting application service state, electronic equipment and storage medium
CN113868868A (en) Equipment data interaction method, system and platform based on object model structure
CN110704325B (en) Data processing method and device, computer storage medium and electronic equipment
CN111367813B (en) Automatic testing method and device for decision engine, server and storage medium
CN112818411A (en) Data detection method and device
CN112416333A (en) Software model training method, device, system, equipment and storage medium
CN112307131B (en) Equipment inspection method, system, electronic equipment and storage medium
CN111190791A (en) Application exception reporting method and device and electronic equipment
CN116450511A (en) Information updating method, device, electronic equipment and computer readable medium
CN113238940B (en) Interface test result comparison method, device, equipment and storage medium
CN110084298B (en) Method and device for detecting image similarity
CN112676178A (en) Classifier control method, classifier, terminal device, and medium
CN113704079A (en) Interface testing method and device based on Protobuf
CN112261072A (en) Service calling method, device, equipment and storage medium
CN116820946B (en) Method and device for automatically testing compatibility of target software
CN117592311B (en) Multi-level simulation method, device and equipment for workflow and readable medium
CN113836291B (en) Data processing method, device, equipment and storage 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
CN117061564A (en) Verification method, device, equipment and medium for vehicle signal transmission state
CN114526925A (en) Vehicle offline detection method and device, electronic equipment and storage medium
CN117435503A (en) Test tool generation method, test device, test equipment and test medium
CN113778773A (en) SIM card simulation method and device and electronic equipment
CN114185605A (en) Data management method, device, 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