CN109214086B - Method for verifying consistency of product structure and model derived from VPM - Google Patents

Method for verifying consistency of product structure and model derived from VPM Download PDF

Info

Publication number
CN109214086B
CN109214086B CN201811027398.2A CN201811027398A CN109214086B CN 109214086 B CN109214086 B CN 109214086B CN 201811027398 A CN201811027398 A CN 201811027398A CN 109214086 B CN109214086 B CN 109214086B
Authority
CN
China
Prior art keywords
vpm
product
catpart
version
file
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
CN201811027398.2A
Other languages
Chinese (zh)
Other versions
CN109214086A (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.)
Shenyang Aircraft Industry Group Co Ltd
Original Assignee
Shenyang Aircraft Industry 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 Shenyang Aircraft Industry Group Co Ltd filed Critical Shenyang Aircraft Industry Group Co Ltd
Priority to CN201811027398.2A priority Critical patent/CN109214086B/en
Publication of CN109214086A publication Critical patent/CN109214086A/en
Application granted granted Critical
Publication of CN109214086B publication Critical patent/CN109214086B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/15Vehicle, aircraft or watercraft design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Abstract

The invention belongs to the technical field of digital manufacturing of aircrafts, and relates to a method for verifying consistency of a product structure and a model derived from a VPM. Firstly, analyzing the issued model file through the secondary development of CATIA, reading the product structure in CATProduct, and then calculating the unique code of each CATPart; deploying a remote call service on a database server of the VPM, and acquiring structural information and attributes of the product by inquiring a database table of the VPM; the local program calls the service by taking the drawing number version as a parameter, acquires the structure and attribute information of the product, and simultaneously acquires the position of the CATPart file corresponding to the part and the version in a Vault warehouse; calling a remote service program deployed in a Vault warehouse to obtain the position of the electronic warehouse where the CATPart is located, finding out the digital-analog file, calculating a unique code, and returning the result; and finally, comparing the unique codes of the local product structure and the model file with the returned result of the program call, and judging the difference between the unique codes to determine the consistency of the issued data and the data in the VPM.

Description

Method for verifying consistency of product structure and model derived from VPM
Technical Field
The invention relates to a consistency verification method for a VPM derived product structure and model, belonging to the technical field of digital manufacturing of aircrafts.
Background
The current aircraft design phase is typically model design with CATIA and collaborative design management using VPM. After the design is completed, CATProduct files are exported from the VPM, and CATParts are organized using CATProducts to form a product structure, which is then issued. However, due to errors of the export procedure or problems of some types such as transmission stage, the model file opened in the field can appear in the phenomenon that the VPM is inconsistent, so that the model cannot guide production correctly. There is no way to verify that the received product structure and model remain consistent with the design end.
Disclosure of Invention
The invention divides the consistency of verification and distribution data into two aspects, namely, the consistency of the structure and the attribute of the product is verified, and the consistency of the model is verified.
The technical scheme of the invention is as follows:
a method for verifying the consistency of a product structure and a model derived from a VPM comprises the following steps:
firstly, a data packet file is acquired, a model file issued is analyzed through secondary development of CATIA, the product structure in CATProduct, namely the father-son relationship among instance numbers, drawing numbers, versions and instances, and the CATPart file associated with each drawing number and version are read, and then the unique code of each CATPart is calculated. And recorded in the program memory. And deploying a remote call service on a database server of the VPM, and acquiring structural information and attributes of the product by querying a database table of the VPM. The local program calls the service by taking the drawing number version as a parameter, acquires the structure and attribute information of the product, and simultaneously acquires the position of the CATPart file corresponding to the part and the version in the Vault warehouse. And then calling the position of the electronic warehouse where the CATPart obtained in the previous step is located, finding out the digital-analog file, calculating a unique code, and returning the result. And finally, comparing the unique codes of the local product structure and the model file with the returned result of the program call, and judging the difference between the unique codes to determine the consistency of the issued data and the data in the VPM.
The invention has the beneficial effects that: the invention provides a method for rapidly checking whether the received CATIA product structure, model file and design end VPM data are consistent. Compared with manual detection, the method is quicker and more accurate, and the accuracy of production basis is greatly improved.
Detailed Description
The following describes the embodiments of the present invention in further detail with reference to the drawings.
A method for verifying the consistency of a product structure and a model derived by a VPM (virtual private Mobile) requires the deployment of two services, the information acquisition and verification in four steps:
the first step, through the model file of the analysis release of the secondary development of CATIA, read the product structure in CATProduct, namely the father-son relation among example number, figure number, version, example, and CATPart file that each figure number, version are correlated with, calculate the unique code of each CATPart again. The information of the issued file is obtained through the mode and recorded in the program memory.
And secondly, deploying a remote call service on a database server of the VPM, and acquiring the structure information and the attribute of the product by inquiring three tables of the VPM database vpmassemblyrelation, vpmpartversion, vpmpartmaster and the version information of the product. The first step program uses the drawing number version of the product as a parameter to call the service, and obtains the structure and attribute information of the product. Meanwhile, the service can obtain the storage position of the CATPart file corresponding to the drawing number and version in Valut by querying the VPM database table vpmpartversion, vpmpartmaster, vpmtpproperty, vpmtprelationctoa database table. The first step program calls the service by taking the figure version of the part as a parameter, and the position of the CATPart file corresponding to the part and the version in the Vault warehouse can be obtained.
Thirdly, deploying a remote calling program in a Vault warehouse, finding out the digital-analog file by using the position of the electronic warehouse where the CATPart obtained in the second step is located, calculating a unique code, and returning the result.
And fourthly, comparing the unique codes of the product structure and the attribute information and the CATPart obtained in the first step with the information obtained in the second step and the third step, and judging the consistency of the product structure and the model.
In addition, if the product structure is found to be a black box in the fourth verification process, the second step and the third step are repeated to calculate the unique code of the CATProduct file of the black box, and then the comparison verification is carried out.

Claims (1)

1. A method for verifying consistency of a VPM derived product structure and model, comprising the steps of:
firstly, analyzing a released model file through secondary development of CATIA, reading a product structure in the CATProduct, namely, a parent-child relationship among an instance number, a drawing number, a version and an instance, and a CATPart file associated with each drawing number and version, and then calculating a unique code of each CATPart; acquiring information of a release file and recording;
secondly, deploying remote calling service on a database server of the VPM, and acquiring structure information and attributes of the product by inquiring three tables of the VPM database vpmassemblyrelation, vpmpartversion, vpmpartmaster and version information of the product; the first step program uses the figure version of the product as a parameter to call the service, and obtains the structure and attribute information of the product; meanwhile, the service can acquire the storage position of the CATPart file corresponding to the drawing number and version in Valut by inquiring the VPM database table vpmpartversion, vpmpartmaster, vpmtpproperty, vpmtprelationctoa database table; the first step of the procedure calls the service by taking the figure version of the part as a parameter, and the position of the CATPart file corresponding to the part and the version in the Vault warehouse is obtained;
thirdly, deploying a remote calling program in a Vault warehouse, finding a digital-analog file by using the position of the electronic warehouse where the CATPart obtained in the second step is located, calculating a unique code, and returning a result;
fourthly, comparing the product structure and attribute information obtained in the first step and the unique code of the CATPart with the information obtained in the second step and the third step, and judging the consistency of the product structure and the model;
in addition, if the product structure is found to be a black box in the fourth verification process, the second step and the third step are repeated to calculate the unique code of the CATProduct file of the black box, and then the comparison verification is carried out.
CN201811027398.2A 2018-09-04 2018-09-04 Method for verifying consistency of product structure and model derived from VPM Active CN109214086B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811027398.2A CN109214086B (en) 2018-09-04 2018-09-04 Method for verifying consistency of product structure and model derived from VPM

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811027398.2A CN109214086B (en) 2018-09-04 2018-09-04 Method for verifying consistency of product structure and model derived from VPM

Publications (2)

Publication Number Publication Date
CN109214086A CN109214086A (en) 2019-01-15
CN109214086B true CN109214086B (en) 2023-05-05

Family

ID=64986735

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811027398.2A Active CN109214086B (en) 2018-09-04 2018-09-04 Method for verifying consistency of product structure and model derived from VPM

Country Status (1)

Country Link
CN (1) CN109214086B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112712338B (en) * 2020-12-29 2022-11-18 中国航空工业集团公司西安飞机设计研究所 Control method for issuing aircraft engineering data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682096A (en) * 2012-04-27 2012-09-19 北京航空航天大学 Collaborative management device and collaborative management method for simulation resource information and model source codes
CN107391112A (en) * 2017-06-23 2017-11-24 江苏艾科半导体有限公司 A kind of FileVersion detection method and its special purpose device
CN108416137A (en) * 2018-03-02 2018-08-17 沈阳飞机工业(集团)有限公司 It is divided and the method for tracking in a kind of aircraft manufacturing convenient for simplifying expression standard component

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090182786A1 (en) * 2007-11-01 2009-07-16 Cybernet Systems Corporation Application coherency manager

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102682096A (en) * 2012-04-27 2012-09-19 北京航空航天大学 Collaborative management device and collaborative management method for simulation resource information and model source codes
CN107391112A (en) * 2017-06-23 2017-11-24 江苏艾科半导体有限公司 A kind of FileVersion detection method and its special purpose device
CN108416137A (en) * 2018-03-02 2018-08-17 沈阳飞机工业(集团)有限公司 It is divided and the method for tracking in a kind of aircraft manufacturing convenient for simplifying expression standard component

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于数据库与电子仓库增量复制的数据交换技术研究与应用;曾卫平 等;航空制造技术(第10期);全文 *

Also Published As

Publication number Publication date
CN109214086A (en) 2019-01-15

Similar Documents

Publication Publication Date Title
CN102236672B (en) A kind of data lead-in method and device
CN102737020B (en) Method for initializing multi-tenant database, and apparatus thereof
CN107943694B (en) Test data generation method and device
CN112306855B (en) Interface automation test method, device, terminal and storage medium
CN110737594B (en) Database standard conformance testing method and device for automatically generating test cases
CN106355375B (en) A kind of automatic materiel affirmation method
CN108536521A (en) Based on emulation platform offline environment checking method and device
CN107291863B (en) A kind of quick check method and device for industrial control equipment information security
CN112612813A (en) Test data generation method and device
CN106294499A (en) A kind of database data querying method and equipment
CN105373472A (en) Database statistical accuracy-based test method and system
CN109885474A (en) Test case edit methods and device, terminal and computer readable storage medium
CN108959065A (en) The verification method and system of software interface test parameter
CN113360975A (en) View construction method and device of building information model and storage medium
CN109214086B (en) Method for verifying consistency of product structure and model derived from VPM
CN111309581B (en) Application performance detection method and device in database upgrading scene
CN113220597B (en) Test method, test device, electronic equipment and storage medium
CN101510172B (en) Test system and method
CN105373473A (en) Original signalling decoding-based CDR accuracy test method and system
CN113868141A (en) Data testing method and device, electronic equipment and storage medium
CN115269548A (en) Method and system for generating data warehouse development model and related equipment
CN114490413A (en) Test data preparation method and device, storage medium and electronic equipment
CN110647588A (en) Universal algorithm for automatically filling all forms in any complex relation data model and automatically testing big data
CN115374003A (en) Flow playback method and system and computer equipment
CN117176581A (en) Application channel configuration data verification method, device and 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