CN108319991B - Node engineering wiring diagram determining method and device - Google Patents

Node engineering wiring diagram determining method and device Download PDF

Info

Publication number
CN108319991B
CN108319991B CN201710032563.2A CN201710032563A CN108319991B CN 108319991 B CN108319991 B CN 108319991B CN 201710032563 A CN201710032563 A CN 201710032563A CN 108319991 B CN108319991 B CN 108319991B
Authority
CN
China
Prior art keywords
node
adjacent
structure name
tree
leaf
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
CN201710032563.2A
Other languages
Chinese (zh)
Other versions
CN108319991A (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.)
Aisino Corp
Original Assignee
Aisino Corp
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 Aisino Corp filed Critical Aisino Corp
Priority to CN201710032563.2A priority Critical patent/CN108319991B/en
Publication of CN108319991A publication Critical patent/CN108319991A/en
Application granted granted Critical
Publication of CN108319991B publication Critical patent/CN108319991B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K17/00Methods or arrangements for effecting co-operative working between equipments covered by two or more of main groups G06K1/00 - G06K15/00, e.g. automatic card files incorporating conveying and reading operations

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)

Abstract

The invention discloses a method and a device for determining a node engineering wiring diagram, which are used for drawing the node engineering wiring diagram according to the label number of each node. The method comprises the following steps: respectively determining the structure name of each node on the path from each leaf node to the root node and the relative position relationship between each node and the adjacent node according to the label number of each leaf node, and establishing a tree-type logic diagram; determining coordinate information of each node in the tree-type logic diagram according to a first preset rule, the structure name of each node in the tree-type logic diagram and the relative position relation between each node and adjacent nodes in the tree-type logic diagram; determining drawing information of each node according to a second preset rule according to the structure name of each node in the tree logic diagram, the coordinate information of each node and the relative position relation between each node and adjacent nodes; and drawing a node engineering wiring diagram according to the drawing information of each node.

Description

Node engineering wiring diagram determining method and device
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for determining a node engineering wiring diagram.
Background
In general, various engineering wiring is installed inside a building or in a place hidden by the building. When a certain node of the engineering wiring is in a problem, the nodes need to be checked and detected one by one, the difficulty of checking and detecting is high, and the efficiency is low.
Currently, a Radio Frequency Identification (RFID) tag may be provided at each node of the engineering wiring, and the RFID tag provides a state of the represented node, which is used to indicate whether the node has a fault.
However, there is currently a lack of effective management of the location of the RFID tags and the nodes represented by the RFID tags, and it is not yet possible to quickly locate the location of the node represented by the failed RFID tag.
If the node engineering wiring diagram can be drawn according to the label number of each node, the position of the node represented by the failed RFID label can be quickly positioned on the basis of the node engineering wiring diagram, and how to draw the node engineering wiring diagram according to the RFID label number of each node is a problem to be solved.
Disclosure of Invention
The embodiment of the invention provides a method and a device for determining a node engineering wiring diagram, which are used for drawing the node engineering wiring diagram according to the label number of a node.
The embodiment of the invention provides the following specific technical scheme:
in a first aspect, an embodiment of the present invention provides a method for determining a node engineering wiring diagram, where the method includes:
acquiring the label number of each leaf node;
according to the label number of each leaf node, respectively determining the structure name of each node on the path from each leaf node to the root node and the relative position relationship between each node and the adjacent previous node, and establishing a tree-type logic diagram;
determining coordinate information of each node in the tree-type logic diagram according to a first preset rule, the structure name of each node in the tree-type logic diagram and the relative position relationship between each node and the adjacent previous node in the tree-type logic diagram;
determining drawing information of each node according to a second preset rule according to the structure name of each node in the tree logic diagram, the coordinate information of each node and the relative position relationship between each node and the adjacent previous node;
and drawing a node engineering wiring diagram according to the drawing information of each node.
In a possible implementation, the tag number of the leaf node includes a reference symbol of a structure name of each node on the leaf node to root node path, and includes a reference symbol of a relative position relationship between each node on the leaf node to root node path and an adjacent previous node.
In a possible embodiment, determining the coordinate information of each node in the tree logic diagram according to a first preset rule, a structure name of each node in the tree logic diagram, and a relative position relationship between each node in the tree logic diagram and an adjacent previous node includes:
and determining the coordinate information of each node in the tree-shaped logic diagram according to the structure name of the node, the structure name of the next node adjacent to the node, the relative position relationship between the node and the next node adjacent to the node and the corresponding relationship among the coordinate information of the node, wherein the structure name of the node, the structure name of the next node adjacent to the node, the relative position relationship between the node and the next node adjacent to the node and the corresponding relationship are contained in the first preset rule.
In a possible embodiment, determining the drawing information of each node according to a second preset rule according to the structure name of each node in the tree logic diagram, the coordinate information of each node, and the relative position relationship between each node and the previous adjacent node includes:
and determining the drawing information of each node in the tree-type logic diagram according to the structure name of the node, the coordinate information of each node, the relative position relationship between each node and the next adjacent node and the corresponding relationship from each node to the drawing information of the next adjacent node contained in the second preset rule.
In a possible embodiment, the drawing information includes a direction of a connecting line from the node to an adjacent next node and a drawing color of the connecting line.
In a second aspect, an embodiment of the present invention provides a node engineering wiring diagram determining apparatus, including:
the first processing module is used for acquiring the label number of each leaf node;
the second processing module is used for respectively determining the structure name of each node on the path from each leaf node to the root node and the relative position relationship between each node and the adjacent previous node according to the label number of each leaf node, and establishing a tree-type logic diagram;
the third processing module is used for determining the coordinate information of each node in the tree-type logic diagram according to a first preset rule, the structure name of each node in the tree-type logic diagram and the relative position relationship between each node in the tree-type logic diagram and the adjacent previous node;
the fourth processing module is used for determining the drawing information of each node according to a second preset rule according to the structure name of each node in the tree logic diagram, the coordinate information of each node and the relative position relationship between each node and the adjacent previous node;
and the fifth processing module is used for drawing the node engineering wiring diagram according to the drawing information of each node.
In a possible implementation, the tag number of the leaf node includes a reference symbol of a structure name of each node on the leaf node to root node path, and includes a reference symbol of a relative position relationship between each node on the leaf node to root node path and an adjacent previous node.
In a possible embodiment, the third processing module is configured to:
and determining the coordinate information of each node in the tree-shaped logic diagram according to the structure name of the node, the structure name of the next node adjacent to the node, the relative position relationship between the node and the next node adjacent to the node and the corresponding relationship among the coordinate information of the node, wherein the structure name of the node, the structure name of the next node adjacent to the node, the relative position relationship between the node and the next node adjacent to the node and the corresponding relationship are contained in the first preset rule.
In a possible embodiment, the fourth processing module is configured to:
and determining the drawing information of each node in the tree-type logic diagram according to the structure name of the node, the coordinate information of each node, the relative position relationship between each node and the next adjacent node and the corresponding relationship from each node to the drawing information of the next adjacent node contained in the second preset rule.
In a possible embodiment, the drawing information includes a direction of a connecting line from the node to an adjacent next node and a drawing color of the connecting line.
Based on the above technical solution, in the embodiment of the present invention, according to the label number of each leaf node, the structure name of each node on the path from each leaf node to the root node and the relative position relationship between each node and the adjacent node are respectively determined, a tree-type logic diagram is established, the coordinate information of each node in the tree-type logic diagram is determined according to a first preset rule, the drawing information of each node is determined according to a second preset rule, and the node engineering wiring diagram is drawn according to the drawing information of each node, so that the function of automatically drawing the node engineering wiring diagram according to the label number of the node is realized, and a possibility is provided for automatic detection and troubleshooting of a line fault, the labor cost is saved, and the construction difficulty is reduced.
Drawings
FIG. 1 is a schematic flow chart of a method for determining a node engineering wiring diagram according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a tree structure according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a binary tree structure according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a node engineering wiring diagram according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a node engineering wiring diagram determining apparatus in an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
In the embodiment of the present invention, as shown in fig. 1, a detailed method flow for determining a node engineering wiring diagram is as follows:
step 101: the respective tag number of each leaf node is obtained.
Wherein the tag number of each leaf node is an RFID tag number.
In a specific embodiment, the tag number of the leaf node includes a reference symbol of a structure name of each node in a path from the leaf node to a root node, and a reference symbol of a relative position relationship between each node in the path from the leaf node to the root node and an adjacent previous node, where the reference symbols of the structure name of each node in the path from the leaf node to the root node are arranged according to a sequence of appearance of each node in the path, and similarly, the reference symbols of the relative position relationship between each node in the path from the leaf node to the root node and the adjacent previous node are arranged according to a sequence of appearance of each node in the path.
In specific implementation, according to a corresponding relationship between a reference symbol of a preset structure name and the structure name, determining the structure name which is carried in a tag number of a leaf node and is referred by the reference symbol of the structure name of each node on a path from the leaf node to a root node. For example, reference symbol a is used to refer to a router, and reference symbol B is used to refer to a power divider.
In specific implementation, according to a corresponding relationship between a reference symbol of a preset relative position relationship and the relative position relationship, a relative position relationship, which is referred by the reference symbol of the relative position relationship between each node on a path from the leaf node to the root node carried in the tag number of the leaf node and the adjacent previous node, is determined. For example, the number 1 is used to refer to the first child node of the previous node, and the number 2 indicates the 2 nd child node of the previous node.
In one embodiment, in the tag number of a leaf node, the information of each node on the path from the leaf node to the root node occupies two characters, a first character of the two characters represents the physical meaning represented by the node or the level of the node, and a second character of the two characters represents the relative position relationship between the node and the adjacent node.
Step 102: and respectively determining the structure name of each node on the path from each leaf node to the root node and the relative position relationship between each node and the adjacent previous node according to the label number of each leaf node, and establishing a tree-type logic diagram.
In one embodiment, the following process is performed for each tag number of a leaf node:
determining the structure name and the sequence of each node from the leaf node to the root node according to the reference symbol of the structure name of each node on the path from the leaf node to the root node in the tag number of the leaf node and the arrangement sequence of the reference symbol of the structure name of each node on the path;
and determining the relative position relation between each node from the leaf node to the root node and the adjacent previous node according to the reference symbol of the relative position relation between each node on the path from the leaf node to the root node in the label number of the leaf node and the adjacent previous node and the arrangement sequence of the reference symbols of the relative position relation between each node on the path and the adjacent previous node.
After this process is performed on the tag number of each leaf node, a logic diagram is obtained.
For example, taking the tree structure shown in fig. 2 as an example, assume that the root node is node 0, assume that the number of one of the leaf nodes is A1B1C1, the information of each node in the number occupies two characters, the first character refers to the structure name, and the second character refers to the relative position relationship between the node and the previous node. The number indicates that there are three nodes on the path from the leaf node to the root node, which are respectively node A, B and C, and then node A, B, C is in turn from the root node to the leaf node, where A, B, C is the reference symbol of each node, and the reference symbols refer to different structure names according to the convention A, B, C. In the number, A1 represents that the node A is the first child node of the root node, B1 represents that the node B is the first child node of the node A, and C1 represents that the node C is the first child node of the node B, it can be determined that A1B1C1 is the node 7 of the tree structure, and the path determined according to the number of the node 7 is 0-1-3-7. Similarly, assuming that the number of one of the nodes is A1B1C2, A1 in the number indicates that the node a is the first child node of the root node, B1 indicates that the node B is the first child node of the node a, and C2 indicates that the node C is the second child node of the node B, it can be determined that the A1B1C2 is the node 8 of the tree structure, and the path determined according to the number of the node 8 is 0-1-3-8. Similarly, if the A2B1C2 is determined to be the node 12 of the tree structure, the path determined according to the number of the node 12 is 0-2-5-12.
Step 103: and determining the coordinate information of each node in the tree-type logic diagram according to a first preset rule, the structure name of each node in the tree-type logic diagram and the relative position relationship between each node and the adjacent previous node in the tree-type logic diagram.
In a specific embodiment, the coordinate information of each node in the tree-shaped logic diagram is determined according to a structure name of a node, a structure name of a next node adjacent to the node, a relative position relationship between the node and the next node, and a correspondence relationship between coordinate information of the nodes, which are included in the first preset rule.
And the coordinate information of the node is used for reflecting the position of the node in the node engineering wiring diagram.
For example, suppose S represents a root node, a represents a class one node, B a class two node, and C represents a class three node (i.e., leaf node). Traversing the tree-type logic diagram according to a first preset rule, if a next node encountered by a root node S is a, determining that coordinate information of the a is (Ax, Bx), and a state is SA1, where the state refers to drawing information (such as a direction of a connecting line, a color, and the like) and an attribute corresponding to the node a when the node S reaches the node a, and the state is used to determine the drawing information and the attribute of the next node when the node a encounters the next node; if the next node encountered by the root node S is of other structures, no operation is performed; if the state is SA1 and the next node is encountered as structure a, determining that the coordinate information of the node a is (A2x, B2x) and the state is SA 2; if the state is SA1 and the next node encountered is B, the coordinate information of node B is (B1x, B2x), the state is SB1, and so on, the binary tree shown in fig. 3 can be obtained, and the rightmost node C in the binary tree shown in fig. 3 is the leaf node providing the tag number.
Step 104: and determining the drawing information of each node according to a second preset rule according to the structure name of each node in the tree logic diagram, the coordinate information of each node and the relative position relationship between each node and the adjacent previous node.
In a specific embodiment, the drawing information of each node in the tree-type logic diagram is determined according to a structure name of the node, coordinate information of each node, a relative position relationship between each node and an adjacent next node, and a corresponding relationship between the drawing information of each node and the adjacent next node, which are included in the second preset rule.
In a specific embodiment, the drawing information includes a direction of a connecting line from the node to an adjacent next node and a drawing color of the connecting line. The drawing color of the connecting line can be the color of a painting brush or a painting brush.
Step 105: and drawing a node engineering wiring diagram according to the drawing information of each node.
Specifically, the node engineering wiring diagram can be obtained by drawing according to the coordinate information of each node and the drawing information of each node.
For example, according to a second preset rule, traversing the tree-type logic diagram, if a node next to the node encounters the a node, the coordinate information of the a node is fa (x, y), the state of the a node is SA1 state, the direction of the connecting line is downward, and the color of the connecting line is the first color; if the next node encounters the node B, the coordinate information of the node B is fb (x, y), and the state of the node B is SB1, the connecting line goes to the right, the color of the connecting line is the second color, and so on, the node engineering wiring diagram shown in fig. 4 can be obtained.
In the embodiment of the invention, the attribute of the root node is configured in advance, and the attribute of the root node at least comprises the coordinate information of the root node.
In specific implementation, after the node engineering wiring diagram is drawn, the nodes in the fault state are marked, namely the fault nodes are visually displayed, and then the fault nodes are positioned, so that the positioning efficiency of the fault nodes is improved.
In the embodiment of the invention, according to the label number of each leaf node, the structure name of each node on the path from each leaf node to the root node and the relative position relationship between each node and the adjacent node are respectively determined, a tree-shaped logic diagram is established, the coordinate information of each node in the tree-shaped logic diagram is determined according to a first preset rule, the drawing information of each node is determined according to a second preset rule according to the structure name of each node, the coordinate information of each node and the relative position relationship between each node and the adjacent node in the tree-shaped logic diagram, and the node engineering wiring diagram is drawn according to the drawing information of each node, so that the function of automatically drawing the node engineering wiring diagram according to the label number of the node is realized, the possibility is provided for the automatic detection and the troubleshooting of the line fault, and the labor cost is saved, the construction difficulty is reduced.
Based on the same inventive concept, an embodiment of the present invention provides a node engineering wiring diagram determining apparatus, and specific implementation of the apparatus may refer to the description of the method embodiment, and repeated details are not repeated, as shown in fig. 5, the apparatus mainly includes:
a first processing module 501, configured to obtain a tag number of each leaf node;
a second processing module 502, configured to determine, according to the tag number of each leaf node, a structure name of each node on a path from each leaf node to a root node and a relative position relationship between each node and an adjacent previous node, respectively, and establish a tree-type logic diagram;
a third processing module 503, configured to determine coordinate information of each node in the tree-shaped logic diagram according to a first preset rule, a structure name of each node in the tree-shaped logic diagram, and a relative position relationship between each node in the tree-shaped logic diagram and an adjacent previous node;
a fourth processing module 504, configured to determine, according to a second preset rule, drawing information of each node according to a structure name of each node in the tree-type logic diagram, coordinate information of each node, and a relative position relationship between each node and an adjacent previous node;
and a fifth processing module 505, configured to draw a node engineering wiring diagram according to the drawing information of each node.
In a possible implementation, the tag number of the leaf node includes a reference symbol of a structure name of each node on the leaf node to root node path, and includes a reference symbol of a relative position relationship between each node on the leaf node to root node path and an adjacent previous node.
In a possible embodiment, the third processing module is configured to:
and determining the coordinate information of each node in the tree-shaped logic diagram according to the structure name of the node, the structure name of the next node adjacent to the node, the relative position relationship between the node and the next node adjacent to the node and the corresponding relationship among the coordinate information of the node, wherein the structure name of the node, the structure name of the next node adjacent to the node, the relative position relationship between the node and the next node adjacent to the node and the corresponding relationship are contained in the first preset rule.
In a possible embodiment, the fourth processing module is configured to:
and determining the drawing information of each node in the tree-type logic diagram according to the structure name of the node, the coordinate information of each node, the relative position relationship between each node and the next adjacent node and the corresponding relationship from each node to the drawing information of the next adjacent node contained in the second preset rule.
In a possible embodiment, the drawing information includes a direction of a connecting line from the node to an adjacent next node and a drawing color of the connecting line.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (6)

1. A node engineering wiring diagram determining method is characterized by comprising the following steps:
acquiring the label number of each leaf node;
according to the label number of each leaf node, respectively determining the structure name of each node on the path from each leaf node to the root node and the relative position relationship between each node and the adjacent previous node, and establishing a tree-type logic diagram;
determining coordinate information of each node in the tree-shaped logic diagram according to a structure name of the node, a structure name of a next node adjacent to the node, a relative position relationship between the node and the next node adjacent to the node and a corresponding relationship among coordinate information of the node, wherein the structure name of the node, the structure name of the next node adjacent to the node, the relative position relationship between the node and the next node adjacent to the node are contained in a first preset rule;
determining the drawing information of each node in the tree-type logic diagram according to the structure name of the node, the coordinate information of each node, the relative position relationship between each node and the next adjacent node and the corresponding relationship from each node to the drawing information of the next adjacent node contained in a second preset rule;
and drawing a node engineering wiring diagram according to the drawing information of each node.
2. The method according to claim 1, wherein the tag number of the leaf node includes a reference symbol of a structure name of each node on the leaf node-to-root node path and a reference symbol of a relative positional relationship of each node on the leaf node-to-root node path with an adjacent previous node.
3. The method of claim 1, wherein the drawing information includes a direction of a connecting line of the node to an adjacent next node and a drawing color of the connecting line.
4. A node-engineered wiring diagram determination apparatus, comprising:
the first processing module is used for acquiring the label number of each leaf node;
the second processing module is used for respectively determining the structure name of each node on the path from each leaf node to the root node and the relative position relationship between each node and the adjacent previous node according to the label number of each leaf node, and establishing a tree-type logic diagram;
a third processing module, configured to determine coordinate information of each node in the tree-type logic diagram according to a structure name of a node, a structure name of a next node adjacent to the node, a relative position relationship between the node and the next node, and a correspondence relationship between coordinate information of the node, which are included in a first preset rule;
the fourth processing module is used for determining the drawing information of each node in the tree-type logic diagram according to the structural name of the node, the coordinate information of each node, the relative position relationship between each node and the next adjacent node and the corresponding relationship between the drawing information of each node and the next adjacent node contained in the second preset rule;
and the fifth processing module is used for drawing the node engineering wiring diagram according to the drawing information of each node.
5. The apparatus of claim 4, wherein the tag number of the leaf node comprises a reference symbol of a structure name of each node on the leaf node-to-root node path and a reference symbol of a relative positional relationship of each node on the leaf node-to-root node path with an adjacent previous node.
6. The apparatus of claim 4, wherein the drawing information comprises a trend of a connecting line of the node to an adjacent next node and a drawing color of the connecting line.
CN201710032563.2A 2017-01-16 2017-01-16 Node engineering wiring diagram determining method and device Active CN108319991B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710032563.2A CN108319991B (en) 2017-01-16 2017-01-16 Node engineering wiring diagram determining method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710032563.2A CN108319991B (en) 2017-01-16 2017-01-16 Node engineering wiring diagram determining method and device

Publications (2)

Publication Number Publication Date
CN108319991A CN108319991A (en) 2018-07-24
CN108319991B true CN108319991B (en) 2021-02-09

Family

ID=62891149

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710032563.2A Active CN108319991B (en) 2017-01-16 2017-01-16 Node engineering wiring diagram determining method and device

Country Status (1)

Country Link
CN (1) CN108319991B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109190326B (en) * 2018-11-22 2024-01-30 南京新联电能云服务有限公司 Method and device for generating process flow chart
CN111967114B (en) * 2020-08-17 2024-02-02 深圳市安冠科技有限公司 Drawing method of equipment wiring diagram

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100499504C (en) * 2006-12-04 2009-06-10 中国科学院计算技术研究所 A method to realize visualization of wireless sensor network
KR101088058B1 (en) * 2009-12-15 2011-11-30 동국대학교 산학협력단 Method and apparatus for allocating address in tree structured network
CN102467535B (en) * 2010-11-12 2014-07-09 金蝶软件(中国)有限公司 Method, device and system for acquiring tree data output coordinate
CN102566849B (en) * 2010-12-10 2014-01-08 金蝶软件(中国)有限公司 Method and device for acquiring tree-form data drawing output positions and ERP (enterprise resource planning) system
CN102148703A (en) * 2011-01-19 2011-08-10 武汉迈威光电技术有限公司 Network management topology realizing algorithm of switchboard
CN102819533B (en) * 2011-09-20 2016-08-03 金蝶软件(中国)有限公司 The warehouse compartment information processing method in visualization warehouse and device
CN103577164B (en) * 2012-07-20 2016-01-20 腾讯科技(深圳)有限公司 Flow process map generalization method and apparatus
CN103838889A (en) * 2012-11-23 2014-06-04 中国北车集团大同电力机车有限责任公司 Method and device for generating report form of locomotive electrical principle and wiring diagram
CN103440521B (en) * 2013-08-21 2016-08-10 南昌大学 A kind of coding be applicable to power distribution network and genetic algorithm and the application Distribution system
CN103699598A (en) * 2013-12-12 2014-04-02 福建榕基软件股份有限公司 Method for displaying data reference process in graphical manner and device thereof
US10332008B2 (en) * 2014-03-17 2019-06-25 Microsoft Technology Licensing, Llc Parallel decision tree processor architecture
CN104461496B (en) * 2014-10-30 2017-09-29 华中科技大学 It is a kind of with or figure stratification display methods
CN105488088B (en) * 2014-12-31 2019-05-07 哈尔滨安天科技股份有限公司 Two-dimensional network angular distribution layout method based on tree structure
CN105490830B (en) * 2015-05-12 2019-07-02 哈尔滨安天科技股份有限公司 The method and system of cyclic structure are searched in a kind of network topological diagram
CN105024929A (en) * 2015-07-22 2015-11-04 上海交通大学 Application awareness resource management method in software defined network
CN105488130A (en) * 2015-11-25 2016-04-13 成都数联铭品科技有限公司 Associated data visualization display method
CN105426499A (en) * 2015-11-25 2016-03-23 成都数联铭品科技有限公司 Implementation method of data visualization
CN106250129B (en) * 2016-07-26 2019-04-26 南京航空航天大学 Vector quantization symbol dynamic drawing method based on meta graph recognition model

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于改进 RRT 算法的线缆自动布线技术;刘潇等;《机械工程学报》;20150105;第1-3节 *

Also Published As

Publication number Publication date
CN108319991A (en) 2018-07-24

Similar Documents

Publication Publication Date Title
CN108255722B (en) Script generation method, script generation device and server
CN106657192B (en) Method and equipment for presenting service calling information
CN107547262A (en) Generation method, device and the Network Management Equipment of alarm level
CN106294222A (en) A kind of method and device determining PCIE device and slot corresponding relation
CN109190326B (en) Method and device for generating process flow chart
CN108319991B (en) Node engineering wiring diagram determining method and device
CN106909429A (en) A kind of synchronous upgrade method and device
CN103077062A (en) Method and device for detecting code change
WO2018066661A1 (en) Log analysis method, system, and recording medium
CN112148713B (en) Method and device for data migration between heterogeneous databases
CN110908644B (en) Configuration method and device of state node, computer equipment and storage medium
CN109583726B (en) Method and system for detecting process state
CN106612213B (en) Equipment testing method and device
CN113238748B (en) Direct current control and protection program page modification and verification method, device, terminal and medium
EP3575966A1 (en) Method and system for handling engineering data in a multi- engineering system environment
US11940890B2 (en) Timing index anomaly detection method, device and apparatus
CN115098362A (en) Page testing method and device, electronic equipment and storage medium
CN110932884B (en) Method and device for adding multiple networks to cloud physical machine
CN105607957B (en) A kind of data acquisition analysis system based on OPC DA
CN111045681A (en) Equipment topology display method and device
CN114567558A (en) Method, device, equipment and medium for configuring virtual network card for computer cluster
CN114564799A (en) Card wiring diagram generation method, system and storage medium
CN115345131A (en) Method and device for constructing hierarchical relationship tree and electronic equipment
CN108932305A (en) A kind of data processing method, device, electronic equipment and storage medium
Pande et al. A decision tree approach for design patterns detection by subgraph isomorphism

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