CN115168929B - Dynamo-based BIM model element coding information input method - Google Patents

Dynamo-based BIM model element coding information input method Download PDF

Info

Publication number
CN115168929B
CN115168929B CN202211086687.6A CN202211086687A CN115168929B CN 115168929 B CN115168929 B CN 115168929B CN 202211086687 A CN202211086687 A CN 202211086687A CN 115168929 B CN115168929 B CN 115168929B
Authority
CN
China
Prior art keywords
family
dynamo
coding information
type
element coding
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
CN202211086687.6A
Other languages
Chinese (zh)
Other versions
CN115168929A (en
Inventor
李晓东
王涛
夏松
吴海
秦文
李林峰
江伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Construction First Group Corp Ltd
Second Construction Co Ltd of China Construction First Group Co Ltd
Original Assignee
China Construction First Group Corp Ltd
Second Construction Co Ltd of China Construction First Group Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Construction First Group Corp Ltd, Second Construction Co Ltd of China Construction First Group Co Ltd filed Critical China Construction First Group Corp Ltd
Priority to CN202211086687.6A priority Critical patent/CN115168929B/en
Publication of CN115168929A publication Critical patent/CN115168929A/en
Application granted granted Critical
Publication of CN115168929B publication Critical patent/CN115168929B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/12Geometric CAD characterised by design entry means specially adapted for CAD, e.g. graphical user interfaces [GUI] specially adapted for CAD
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The invention provides a BIM model element coding information input method based on Dynamo, which comprises the following steps: setting a code hierarchy as Family Type in a Revit project by using Dynamo, and selecting the Family Type of a component with an example in the Revit project; acquiring all family examples under the family type; obtaining a family to which each family instance in the family instance list belongs; acquiring the hierarchy of all family types under the family; extracting a 'part code' parameter in the family type; judging element coding information corresponding to the family type, and inputting the element coding information in a Dynamo program; and inputting the element coding information into the extracted part code parameters, and inputting the element coding information of the BIM model component. The invention can realize the quick input of the element coding information of the member in the Revit project model, reduce the learning cost of BIM implementing personnel and improve the working efficiency of the element coding input of the BIM model member.

Description

Dynamo-based BIM model element coding information input method
Technical Field
The invention relates to the technical field of BIM model information input, in particular to a method for inputting national standard coding information by a BIM component, and specifically relates to a Dynamo-based BIM model element coding information input method.
Background
"Information" in a Building Information Modeling (Building Information Modeling, abbreviated as BIM) is one of important components in a model, revit is main software in the application process of the current domestic Building Information model, a conventional BIM model only needs to establish a corresponding entity according to a drawing, and detailed and specific requirements for giving component Information in the model are not provided. With the gradual improvement of the application level of the BIM in China, the requirements of enterprises and local governments on the modeling quality are gradually improved, tools for automatically examining the model are gradually developed in many places, the data of the BIM needs to be extracted, analyzed and transmitted in the design, examination, construction and whole life cycle of a building, and the coding information of the building information model is one of very important information in the BIM.
Although the code standard GB/T51269-2017 of building information model classification and code standard has been released in China, the method for giving member codes in Revit is complex, the repetitive operation is too much, and the process of giving codes wastes a lot of time for BIM implementing personnel.
In the current method for coding the BIM model, two modes of manual input and secondary plug-in development are mainly adopted, wherein the speed of manual input of information is low, and a lot of repeated operations are performed; the quick component coding function can be realized by secondarily developing the plug-ins, but the plug-in development difficulty is high, the cost is high, part of enterprises do not have the capability of developing the plug-ins, and the plug-ins developed by each enterprise are only used in the enterprises and cannot be shared. Different deepening and modification are carried out on part of enterprises on the basis of national standard coding, so that the coding requirements in the national standard cannot be met, and the enterprises cannot be used universally.
In view of the above problems, it is desirable to find a method for quickly assigning coding information to BIM model components without secondary development, so as to solve the problem that the assignment of coding information by BIM implementers is slow at present.
Disclosure of Invention
In view of this, the present invention provides a method for entering national standard element coding information into a BIM model component, which overcomes the above problems in the prior art, does not need secondary development and manual repeated entry, and enables the BIM model component to quickly enter the BIM model element coding information.
The structure of the Revit item can be divided into a "Category" (Category) "" Family (Family) "" Type (Family Type) ") and an" Instance (Family Instance) ", in an element classification coding structure of a coding rule of the national standard, codes at each level can correspond to different Family structure hierarchies in the Revit, a middle-class code corresponds to the Category (Category) in the Revit item structure, a small-class code corresponds to the Family (Family) in the Revit item structure, and a fine-class code corresponds to the Type (Family Type) in the Revit item structure.
The Dynamo plug-in is a piece of parameterized design software, and the principle is that a visual programming mode is utilized, so that a user can easily call the API of Revit, design a script by himself, and develop corresponding functions according to engineering requirements. The function of Revit can be realized in Dynamo, and the realization mode is more flexible. The BIM implementation unit can utilize Dynamo software to perform batch operation in Revit and generate complex building forms by function control.
The invention provides a BIM model element coding information input method based on Dynamo, which comprises the following steps:
s1, setting a code hierarchy as a Type Family Type in a Revit project for establishing a BIM (building information modeling) by using Dynamo, and selecting a Family Type of a component with an example in the Revit project;
s2, reading the selected family type, acquiring all family instances of the family type, and generating a family instance list;
s3, reading the family instance list, acquiring a family to which each family instance in the family instance list belongs, and generating a family list;
s4, reading the family in the family list, acquiring the hierarchy of all the family types under the family, and generating a multi-level list of the family types;
s5, reading the multi-level list of the family type, and extracting a component code parameter in the family type; judging element coding information corresponding to the family type according to the family type in the selected Revit project, and inputting the element coding information in a Dynamo program; and inputting the element coding information into the extracted 'part code' parameter, and inputting the element coding information of the BIM component.
Further, the method for selecting the family type in the step S1 includes:
selecting a component in the Revit project by using Family Types in Dynamo, and reading the Family type of the component in the Revit project model by the Dynamo;
for example, selecting a beam 1 in the Revit project, dynamo reads the family type to which the beam 1 in the Revit project model belongs.
Further, the method for acquiring a family instance in the step S2 includes:
using a family instance.byfamily type node in Dynamo to transfer the family type of the component into the family instance.byfamily type node, the family instance.byfamily type node will generate a list of all existing family instances under the family type of the component;
for example, the family type of beam 1 is passed into the family instruction.byfamily type node, which will generate a list of all existing family instances under the family type of beam 1, the family instance generated by family type beam 1 being [ beam 11, beam 12, beam 13].
Further, the method for acquiring the family to which each family instance in the family instance list belongs in the step S3 includes:
the family to which each family instance in the list belongs is obtained using the family instance.
For example, the family type of the beam 1 is a family example list [ beam 11, beam 12, beam 13] generated in the previous step, each family example is obtained, and a family list [ concrete beam, concrete beam ] is generated;
the family instance list is generated from one family instance, so the families in the family list generated from the family instance list should be the same family.
Further, the method for acquiring the hierarchy of all family types under the family in the S4 step includes:
obtaining hierarchies for all family types under the family using family.types nodes in Dynamo;
for example, the family type of the beam 1 is a family list [ concrete beam, concrete beam ] generated in the previous step, the family type under each family is acquired and a list [ concrete beam [ beam 1, beam 2, beam 3 \8230; ], concrete beam [ beam 1, beam 2, beam 3 \8230; ];
since the family type of the beam 1 is the same family in the family list generated in the previous step, each concrete beam list is the same in the generated multi-level list of family types.
Further, the method for extracting the "part code" parameter in the family type in the S5 step includes:
using an element.setparameterbyname node in Dynamo, which reads the multi-level list of the family type, the name of the parameter to be set is imported through a String node, a "part code" is input into the String node, and the value of the parameter to be set is also imported through the String node.
Further, the method for determining the element encoding information corresponding to the family type in step S5 includes:
and searching national standard element codes in an element code table in the building information model classification and coding standard through the family obtained in the step S3.
Further, the method of inputting the element encoding information in the Dynamo program of the S5 step includes:
inputting a national standard element code corresponding to the family type in another String node;
for example, when the coding information of the concrete beam is recorded, "14-20.20.06" needs to be input into the String node.
Further, the method for entering element coding information of the BIM model component in the step S5 includes:
connecting two String nodes to the element.
Further, in the process of coding the components of the Revit project, element codes corresponding to each component of the Dynamo coding program formed in the steps S1 to S5 can respectively write a module, and the modules are freely combined according to the components contained in different professional models, so that the quick coding of the model components of the Revit project is realized.
Compared with the prior art, the invention has the beneficial effects that:
(1) Compared with manual code input, the invention saves a large amount of time and improves the input efficiency of the BIM model component code information.
(2) By designing and optimizing the element coding modules, the number of running nodes in each element coding module is small, the logic of each element coding module is simple, the structure of each element coding module is unified, computer resources are saved, and the performance requirements of the computer are reduced.
(3) The BIM model element coding information input method provided by the invention has the advantages that secondary development is not needed, the learning cost is low, BIM implementers do not need to master programming knowledge, dynamo can be used only by knowing the functions of each node, and the threshold of BIM modeling technology application is reduced.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention.
In the drawings:
fig. 1 is a flowchart of a Dynamo-based BIM model element coding information entry method according to the present invention;
fig. 2 is a technical route diagram of a Dynamo-based BIM model element coding information entry method according to an embodiment of the present invention.
Fig. 3 is a Dynamo node and connection logic diagram of the BIM model element coding information entry method based on Dynamo according to the embodiment of the present invention.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and products consistent with certain aspects of the present disclosure, as detailed in the appended claims.
The terminology used in the present disclosure is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. As used in this disclosure and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It is to be understood that although the terms first, second, third, etc. may be used herein to describe various information, such information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of the present disclosure. The word "if" as used herein may be interpreted as "at" \8230; "or" when 8230; \8230; "or" in response to a determination ", depending on the context.
The embodiments of the present invention will be described in further detail with reference to the accompanying drawings.
The embodiment of the invention provides a BIM model element coding information entry method based on Dynamo, which is shown in a figure 1 and comprises the following steps:
s1, setting a code hierarchy as a Type Family Type in a Revit project for establishing a BIM (building information modeling) by using Dynamo, and selecting a Family Type of a component with an example in the Revit project;
specifically, the method for selecting the family type comprises the following steps:
selecting a component in the Revit project by using Family Types in Dynamo, and reading the Family type of the component in the Revit project model by the Dynamo;
in this embodiment, selecting one beam 1, dynamo in the Revit project reads the family type to which the beam 1 in the Revit project model belongs;
s2, reading the selected family type, acquiring all family instances of the family type, and generating a family instance list;
specifically, the method for acquiring the family instance comprises the following steps:
using a family instance in Dynamo, the byfamily type node to transfer the family type of the component into the family instance, the family instance to generate a list of all existing family instances under the family type of the component;
in this embodiment, the family type of the beam 1 is transmitted to a family instance node, and the family instance node generates a list of all existing family instances under the family type of the beam 1, where the list of the family instances generated by the family type beam 1 is [ beam 11, beam 12, beam 13];
s3, reading the family instance list, acquiring a family to which each family instance in the family instance list belongs, and generating a family list;
the method for acquiring the family to which each family instance in the family instance list belongs comprises the following steps:
acquiring a family to which each family instance in the list belongs by using a family instance.
In this embodiment, a family example list [ beam 11, beam 12, beam 13] generated in the previous step by the family type of the beam 1 is obtained, and each family example is generated to generate a family list [ concrete beam, concrete beam ];
the family instance list is generated by one family instance, so that the families in the family list generated by the family instance list are the same family;
s4, reading the family in the family list, acquiring the hierarchy of all family types under the family, and generating a multilevel list of the family types;
the method for acquiring the hierarchy of all family types under the family comprises the following steps:
obtaining hierarchies for all family types under the family using family.types nodes in Dynamo;
in this embodiment, the family type of the beam 1 is the family list [ concrete beam, concrete beam ] generated in the previous step, the family type under each family is acquired and the list [ concrete beam [ beam 1, beam 2, beam 3 \8230; ], concrete beam [ beam 1, beam 2, beam 3 \8230; ];
since the family type of the beam 1 is the same family in the family list generated in the previous step, each concrete beam list is the same in the generated multistage list of family types;
s5, reading the multi-level list of the family type, and extracting a component code parameter in the family type; judging element coding information corresponding to the family type according to the family type in the selected Revit project, and inputting the element coding information in a Dynamo program; inputting the element coding information into the extracted part code parameter, and inputting the element coding information of the BIM model component;
specifically, the method for extracting the "part code" parameter in the family type comprises the following steps:
using an element.setparameterbyname node in Dynamo, wherein the element.setparameterbyname node reads the multi-level list of the family type, the name of a parameter to be set is transmitted through a String node, a 'part code' is input into the String node, and meanwhile, the value of the parameter to be set is also transmitted through the String node;
specifically, the method for determining the element encoding information corresponding to the family type includes:
searching national standard element codes in an element code table in 'building information model classification and coding standard' through the family obtained in the step S3;
specifically, the method for inputting the element encoding information in the Dynamo program includes: inputting a national standard element code corresponding to the family type in another String node;
in this embodiment, when the coding information of the concrete beam is recorded, "14 to 20.20.06" needs to be input into the String node.
Specifically, the method for entering element coding information of the BIM model component includes:
connecting two String nodes to the element.
Referring to fig. 3, a Dynamo node and connection logic diagram according to an embodiment of the present invention is shown.
Referring to fig. 2, a technical route of an embodiment of the present invention is shown.
In the embodiment of the invention, in the coding process of the components of the Revit project, element codes corresponding to each component of the formed Dynamo coding program in the steps S1-S5 can respectively write a module, and the modules are freely combined according to the components contained in different professional models, so that the quick coding of the model components of the Revit project is realized.
Compared with manual code input, the embodiment of the invention saves a large amount of time and improves the input efficiency of the BIM model component code information.
According to the element coding module disclosed by the embodiment of the invention, through design and optimization, the number of running nodes in each element coding module is small, each element coding module has simple logic and unified structure, the computer resource is saved, and the performance requirement of a computer is reduced.
The BIM model element coding information input method provided by the embodiment of the invention has the advantages that secondary development is not needed, the learning cost is low, programming knowledge does not need to be mastered by BIM implementers, dynamo can be used only by knowing the functions of each node, and the threshold of BIM modeling technology application is reduced.
So far, the technical solutions of the present invention have been described in connection with the preferred embodiments shown in the drawings, but it is easily understood by those skilled in the art that the scope of the present invention is obviously not limited to these specific embodiments. Equivalent changes or substitutions of related technical features can be made by those skilled in the art without departing from the principle of the invention, and the technical scheme after the changes or substitutions can fall into the protection scope of the invention.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention; various modifications and alterations to this invention will become apparent to those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. The BIM model element coding information entry method based on Dynamo is characterized by comprising the following steps of:
s1, setting a code hierarchy as a Type Family Type in a Revit project for building a BIM (building information modeling) by using Dynamo, and selecting a Family Type of a component with an example in the Revit project;
s2, reading the selected family type, acquiring all family instances of the family type, and generating a family instance list;
s3, reading the family instance list, acquiring a family to which each family instance in the family instance list belongs, and generating a family list;
s4, reading the family in the family list, acquiring the hierarchy of all family types under the family, and generating a multilevel list of the family types;
s5, reading the multi-level list of the family type, and extracting a component code parameter in the family type; judging element coding information corresponding to the family type according to the family type in the selected Revit project, and inputting the element coding information in a Dynamo program; and inputting the element coding information into the extracted 'part code' parameter, and inputting the element coding information of the BIM component.
2. Dynamo-based BIM model element coding information entry method according to claim 1, wherein the method of selecting a family type at S1 step comprises:
using the Family Types node in Dynamo to select a building block in the Revit project, dynamo reads the Family type to which the building block in the Revit project model belongs.
3. Dynamo-based BIM model element coding information entry method according to claim 2, wherein the method of obtaining a family instance at S2 step comprises:
using the family instance.
4. The Dynamo-based BIM model element coding information entry method according to claim 1, wherein the method of obtaining a family to which each family instance in the family instance list belongs at step S3 includes:
the family to which each family instance in the list belongs is obtained using the family instance.
5. Dynamo-based BIM model element coding information entry method according to claim 1, wherein the method of acquiring hierarchy of all family types under a family at S4 step comprises:
the family.types node in Dynamo is used to obtain the hierarchy for all family types under the family.
6. The Dynamo-based BIM model element coding information entry method according to claim 1, wherein the method of extracting "part code" parameters in family type of S5 step comprises:
using an element.setparameterbyname node in Dynamo, which reads the multi-level list of the family type, the name of the parameter to be set is imported through a String node, a "part code" is input into the String node, and the value of the parameter to be set is also imported through the String node.
7. The Dynamo-based BIM model element coding information entry method according to claim 6, wherein the method of determining the element coding information corresponding to the family type in step S5 includes:
and searching national standard element codes in an element code table in building information model classification and coding standard through the family obtained in the step S3.
8. The Dynamo-based BIM model element-coded information entry method according to claim 6, wherein the method of inputting the element-coded information in a Dynamo program of step S5 includes:
and inputting the national standard element code corresponding to the family type in another String node.
9. The Dynamo-based BIM model element coding information entry method according to claim 8, wherein the method of entering element coding information of a BIM model member of the S5 step includes:
connecting two String nodes to element.
10. A Dynamo-based BIM model element coding information entry method according to any one of claims 1 to 9, wherein in a coding process of a member of a Revit project, an element code corresponding to each member of a Dynamo coding program formed in steps S1 to S5 can write a module respectively, and the modules are freely combined according to members included in different professional models to realize rapid coding of the Revit project model member.
CN202211086687.6A 2022-09-07 2022-09-07 Dynamo-based BIM model element coding information input method Active CN115168929B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211086687.6A CN115168929B (en) 2022-09-07 2022-09-07 Dynamo-based BIM model element coding information input method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211086687.6A CN115168929B (en) 2022-09-07 2022-09-07 Dynamo-based BIM model element coding information input method

Publications (2)

Publication Number Publication Date
CN115168929A CN115168929A (en) 2022-10-11
CN115168929B true CN115168929B (en) 2023-01-31

Family

ID=83480571

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211086687.6A Active CN115168929B (en) 2022-09-07 2022-09-07 Dynamo-based BIM model element coding information input method

Country Status (1)

Country Link
CN (1) CN115168929B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116069999A (en) * 2023-04-06 2023-05-05 中建交通建设集团有限公司 Concrete technical information batch processing method and system based on Revit platform

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108920770A (en) * 2018-06-08 2018-11-30 上海大学 Based on the BIM component autocoding of Revit software and the method that is associated with BIM model
CN112100719A (en) * 2020-08-31 2020-12-18 东南大学 BIM technology-based automatic construction process information classification and coding system
AU2021102395A4 (en) * 2021-05-07 2021-07-08 China Academy Of Transportation Sciences BIM (Building Information Modeling) Parametric Modeling and Augmented Reality Mobile Inspection Method for Pavement Distresses
CN113139227A (en) * 2021-04-23 2021-07-20 中南建筑设计院股份有限公司 BIM component construction code creation method based on Revit

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108920770A (en) * 2018-06-08 2018-11-30 上海大学 Based on the BIM component autocoding of Revit software and the method that is associated with BIM model
CN112100719A (en) * 2020-08-31 2020-12-18 东南大学 BIM technology-based automatic construction process information classification and coding system
CN113139227A (en) * 2021-04-23 2021-07-20 中南建筑设计院股份有限公司 BIM component construction code creation method based on Revit
AU2021102395A4 (en) * 2021-05-07 2021-07-08 China Academy Of Transportation Sciences BIM (Building Information Modeling) Parametric Modeling and Augmented Reality Mobile Inspection Method for Pavement Distresses

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
《基于BIM平台的城市快速路工程构件信息分类编码方法及其应用》;陆剑骏 李慧 代慧瑶;《中国市政工程》;20200821;第1-4页 *

Also Published As

Publication number Publication date
CN115168929A (en) 2022-10-11

Similar Documents

Publication Publication Date Title
Dou et al. A GA-based approach for optimizing single-part flow-line configurations of RMS
CN112181428B (en) Abstract syntax tree-based open-source software defect data classification method and system
CN113379399B (en) RPA component recommendation method based on state transition probability model
CN112100719A (en) BIM technology-based automatic construction process information classification and coding system
CN115168929B (en) Dynamo-based BIM model element coding information input method
CN110955410A (en) Automatic code generation method, device, equipment and medium
CN107329942A (en) Report form generation method and device based on tree structure
CN111309317A (en) Code automation method and device for realizing data visualization
CN111339640A (en) Automatic building parking space number creation method based on Revit plug-in Dynamo
CN114594927A (en) Low code development method, device, system, server and storage medium
Mourshed et al. Integrating building energy simulation in the design process
US6978228B1 (en) Method of performing a system reverse engineering process
CN106446381A (en) PDM-based wood-artware digital design system
Meerkov et al. Cellular production lines with asymptotically reliable Bernoulli machines: Lead time analysis and control
CN114706558A (en) K-TRUSS-based complex software key module identification method
Khokhlovsky et al. MODERNISATION OF A CONTROL CABINET PRODUCTION PROCESS USING MULTICRITERIA OPTIMIZATION LOGIC AND AUGMENTED REALITY.
CN110705823A (en) Production process route configuration method
CN112800149A (en) Data blood margin analysis-based data management method and system
CN104899045A (en) Universal software coding assistance system and method
CN111401680B (en) Collaborative activity construction method for automatic manufacturing system with complex process subnetwork
DiCesare et al. A code generation tool for simulation and control, based on colored Petri nets
CN113238934B (en) Method for automatically judging data acquisition result of test system
CN113495535B (en) Method and system for realizing production operation control through configuration
CN110879704B (en) API recommendation method based on class inheritance relation analysis
WO2015145538A1 (en) Program chart creation device, program chart creation method, and program chart creation program

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