CN110597787A - Method and device for creating component library, electronic device and storage medium - Google Patents

Method and device for creating component library, electronic device and storage medium Download PDF

Info

Publication number
CN110597787A
CN110597787A CN201910833262.9A CN201910833262A CN110597787A CN 110597787 A CN110597787 A CN 110597787A CN 201910833262 A CN201910833262 A CN 201910833262A CN 110597787 A CN110597787 A CN 110597787A
Authority
CN
China
Prior art keywords
created
existing standard
matching
standard library
component
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910833262.9A
Other languages
Chinese (zh)
Other versions
CN110597787B (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.)
Vayo Shanghai Technology Co Ltd
Original Assignee
Vayo Shanghai Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Vayo Shanghai Technology Co Ltd filed Critical Vayo Shanghai Technology Co Ltd
Priority to CN201910833262.9A priority Critical patent/CN110597787B/en
Publication of CN110597787A publication Critical patent/CN110597787A/en
Priority to PCT/CN2020/103734 priority patent/WO2021042900A1/en
Application granted granted Critical
Publication of CN110597787B publication Critical patent/CN110597787B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Supply And Installment Of Electrical Components (AREA)

Abstract

The invention discloses a method for creating a component library, which comprises the steps of establishing an existing standard library; and updating the existing standard library through the first matching result, the second matching result, the third matching result and the collision result. The method for creating the component library can rapidly create the component data of the component library, and fully overcomes the defects of the traditional mode, is based on the existing standard library, has low requirements on operators, can avoid the influence of personnel loss of enterprises on enterprise production, and belongs to an automatic creation method, so that the subjective factor influence of the operators is avoided, and the creation efficiency and the operation quality are improved.

Description

Method and device for creating component library, electronic device and storage medium
Technical Field
The invention belongs to the technical field of SMT (surface mount technology) mounting, and particularly relates to a component library creating method, a component library creating device, electronic equipment and a storage medium.
Background
SMT is an abbreviation of Surface Mounted Technology (Surface Mounted Technology) and is currently the most popular technique and process in the electronic assembly industry. At present, there are ten kinds of SMT chip mounter devices in the industry, such as those produced by suppliers like fuji, hong kong ASM, matsushita, japan JUKI, japan hiti, samsung of korea, and american globus, and the equipment suppliers generally configure an equipment driving system and a matched programming software, and data required by the equipment driving system for generally controlling the SMT chip mounter may be divided into two parts: the coordinate data of the PCB board and the component data 2, both of which are indispensable, and each supplier has a respective data standard. The processing of the coordinate data of the PCB board in the programming is about 30% and the processing of the component data is about 70%, so that the creation of the component data is very important.
Currently, the traditional way to create component data is manual creation, such as: creating element data according to engineering drawings or object measurement; or creating component information by finding out corresponding component information from a BOM (Bill of Material) table and copying related data from an existing library.
However, the conventional way of creating the component document data has the following disadvantages: firstly, manually establishing element data, which has high requirements on workers and needs abundant experience; in addition, the manual creation efficiency is low, the manual creation is easily influenced by subjective factors of workers, and the error rate is high during creation.
Disclosure of Invention
In order to solve the above problems in the prior art, the present invention provides a method and an apparatus for creating a component library, an electronic device, and a storage medium. The technical problem to be solved by the invention is realized by the following technical scheme:
a method of creating a library of components, comprising:
establishing an existing standard library;
performing first matching processing on the material code of the element to be created and the material code of the element in the existing standard library to obtain a first matching result, and judging whether to perform second matching processing on the element to be created according to the first matching result;
if the second matching processing is carried out, carrying out second matching processing on the packaging name of the element to be created and the packaging name of the element in the existing standard library to obtain a second matching result, and judging whether to carry out third matching processing on the element to be created according to the second matching result;
if the third matching processing is carried out, searching and matching the parameter data of the element to be created and the parameter data of the element in the existing standard library to obtain a third matching result, and judging whether to carry out collision processing on the element to be created according to the third matching result;
and if the collision processing is carried out, carrying out collision processing on the pins corresponding to the angle conversion graphs of the elements in the existing standard library screened out by the third matching processing and the pad graphs of the elements to be created to obtain collision results, and updating the existing standard library according to the collision results.
In an embodiment of the present invention, performing a first matching process on a material code of an element to be created and a material code of an element in the existing standard library to obtain a first matching result, and determining whether to perform a second matching process on the element to be created according to the first matching result, includes:
obtaining a material code of the element to be created;
and judging whether the material code of the element to be created is matched with the material code of the element in the existing standard library according to preset conditions to obtain a first matching result, if the first matching result is matched, using the data information of the corresponding element in the existing standard library as the data information of the element to be created, and if the first matching result is not matched, performing second matching processing on the element to be created, wherein the preset conditions comprise that the material code of the element to be created is completely the same as the material code of the element in the existing standard library, and the first N bits of the material code of the element to be created are correspondingly the same as the first N bits of the material code of the element in the existing standard library.
In an embodiment of the present invention, performing a second matching process on the package name of the component to be created and the package name of the component in the existing standard library to obtain a second matching result, and determining whether to perform a third matching process on the component to be created according to the second matching result, includes:
obtaining the packaging name of the element to be created;
and judging whether the packaging name of the element to be created is matched with the packaging name of the element in the existing standard library or not and obtaining a second matching result, if the second matching result is matched, correspondingly copying the data information of the element in the existing standard library as the data information of the element to be created, simultaneously using the material code of the element to be created, and if the second matching result is not matched, performing third matching processing on the element to be created.
In an embodiment of the present invention, the searching and matching the parameter data of the element to be created and the parameter data of the element in the existing standard library to obtain a third matching result, and determining whether to perform collision processing on the element to be created according to the third matching result, includes:
obtaining parameter data of the element to be created, wherein the parameter data comprises the pin number, the pin interval, the length and the width of the element to be created;
and judging whether the parameter data of the element to be created is matched with the parameter data of the element in the existing standard library or not and obtaining a third matching result, if the third matching result is matched, correspondingly copying the data information of the element in the existing standard library as the data information of the element to be created, simultaneously using the material code and the packaging name of the element to be created, and if the third matching result is not matched, performing collision processing on the element to be created.
In an embodiment of the present invention, determining whether the parameter data of the component to be created is matched with the parameter data of the component in the existing standard library to obtain a third matching result includes:
obtaining the pin number of the element to be created;
searching and screening a first element to be screened with the same pin number as the element to be created in the existing standard library;
searching and screening a second element to be screened matched with the pin pitch of the element to be created in the first element to be screened according to a first preset range;
and judging whether an element matched with the length and the width of the element to be created exists in the second element to be screened according to a second preset range, and obtaining a third matching result.
In an embodiment of the present invention, performing collision processing on the pins corresponding to the angle transformation patterns of the components screened by the third matching processing in the existing standard library and the pad patterns of the components to be created to obtain collision results, and updating the existing standard library according to the collision results, includes:
carrying out angle transformation on the graph of the second element to be screened according to a preset angle to obtain an angle transformation graph;
judging whether pins corresponding to the angle transformation graph and a pad graph of the element to be created collide one by one to obtain a collision result, if the collision result is one-to-one collision, correspondingly copying data information of the element in the existing standard library to serve as the data information of the element to be created, simultaneously using a material code and a packaging name of the element to be created, if the collision result is not one-to-one collision, extracting a template from the existing standard library, replacing the pin data of the template with the pad data of the element to be created, and simultaneously using the material code and the packaging name of the element to be created.
In one embodiment of the present invention, the existing standard library includes a material code of the component, a pin pitch value of the component, a pin number of the component, a length and a width of the component, a pattern of the component, a machine parameter corresponding to the component, and packaging information of the component.
An embodiment of the present invention also provides a device for creating a component library, including:
the establishing module is used for establishing an existing standard library;
the first matching module is used for carrying out first matching processing on the material code of the element to be created and the material code of the element in the existing standard library to obtain a first matching result, and judging whether to carry out second matching processing on the element to be created according to the first matching result;
the second matching module is used for carrying out second matching processing on the packaging name of the element to be created and the packaging name of the element in the existing standard library to obtain a second matching result, and judging whether to carry out third matching processing on the element to be created according to the second matching result;
the third matching module is used for searching and matching the parameter data of the element to be created and the parameter data of the element in the existing standard library to obtain a third matching result, and judging whether to perform collision processing on the element to be created according to the third matching result;
and the collision module is used for performing collision processing on the pins corresponding to the angle conversion graphs of the elements in the existing standard library screened by the third matching processing and the pad graphs of the elements to be created to obtain collision results, and updating the existing standard library according to the collision results.
An embodiment of the present invention further provides an electronic device, including a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface, and the memory complete communication with each other through the communication bus;
a memory for storing a computer program;
a processor, configured to implement the steps of the method for creating a component library according to any one of the above embodiments when the computer program is executed.
An embodiment of the present invention further provides a storage medium, in which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the method for creating a component library according to any one of the above embodiments.
The invention has the beneficial effects that:
the method for creating the component library can rapidly create the component data of the component library, and fully overcomes the defects of the traditional mode, is based on the existing standard library, has low requirements on operators, can avoid the influence of personnel loss of enterprises on enterprise production, and belongs to an automatic creation method, so that the subjective factor influence of the operators is avoided, and the creation efficiency and the operation quality are improved.
The present invention will be described in further detail with reference to the accompanying drawings and examples.
Drawings
Fig. 1 is a schematic flow chart of a method for creating a component library according to an embodiment of the present invention;
FIG. 2 is a diagram of an existing standard library provided by an embodiment of the present invention;
FIG. 3 is a schematic illustration of one crash result provided by an embodiment of the present invention;
FIG. 4 is a flow chart illustrating another method for creating a component library according to an embodiment of the present invention;
FIG. 5a is a schematic diagram of a diagram of an element provided by an embodiment of the present invention;
FIG. 5b is a schematic diagram of an angularly transformed pattern of the elements of FIG. 5a provided by an embodiment of the present invention;
FIG. 6 is a schematic diagram of a pad pattern of a component to be created according to an embodiment of the present invention;
FIG. 7 is a schematic illustration of the collision results of FIGS. 5b and 6 provided by an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a device for creating a component library according to an embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to specific examples, but the embodiments of the present invention are not limited thereto.
Example one
Referring to fig. 1, fig. 1 is a schematic flowchart of a method for creating a component library according to an embodiment of the present invention. The embodiment of the invention provides a method for creating a component library. The method for creating the component library may specifically include:
step 1, establishing an existing standard library;
step 2, carrying out first matching processing on the material code of the element to be created and the material code of the element in the existing standard library to obtain a first matching result, and judging whether to carry out second matching processing on the element to be created according to the first matching result;
step 3, if the second matching processing is carried out, carrying out second matching processing on the packaging name of the element to be created and the packaging name of the element in the existing standard library to obtain a second matching result, and judging whether to carry out third matching processing on the element to be created according to the second matching result;
step 4, if the third matching processing is carried out, searching and matching the parameter data of the element to be created and the parameter data of the element in the existing standard library to obtain a third matching result, and judging whether to carry out collision processing on the element to be created according to the third matching result;
and 5, if collision processing is carried out, carrying out collision processing on the pins corresponding to the angle conversion graphs of the elements in the existing standard library screened out through the third matching processing and the pad graphs of the elements to be created to obtain collision results, and updating the existing standard library according to the collision results.
Specifically, referring to fig. 2, in this embodiment, an existing standard library is already established, and after a lot of accumulation, the existing standard library generally already has data of a huge number of components, and the existing standard library records data of related components, including material codes of the components, parameter data of the components (including pin pitch values of the components, pin numbers of the components, lengths and widths of the components), package information of the components (such as package names of the components), patterns of the components, machine parameters corresponding to the components (such as device data, e.g., feeding information, camera, nozzle information, etc.), and package information of the components (such as package names of the components), and before the creating method of this embodiment is implemented, package names and pad data of the components can be directly obtained from a basic database, and package names can be obtained from a PCB file or an XY coordinate file and a BOM file, for example, the pad data may be obtained from a PCB file or Gerber file, for example.
In this embodiment, first, the material code of the component to be created and the material code of the existing component in the existing standard library are subjected to matching processing (i.e., first matching processing) to obtain a first matching result, where the first matching result includes successful matching and unsuccessful matching, if matching is successful, it is indicated that the component to be created already exists in the existing standard library, and then the component to be created can be directly called for use, and if unmatched is successful, the component to be created needs to be subjected to second matching processing.
In this embodiment, if the second matching process is performed, the package name of the component to be created is matched with the package name of the existing component in the existing standard library (i.e., the second matching process), so as to obtain a second matching result, where the second matching result includes a successful matching and a unsuccessful matching, and if the matching is successful, it indicates that an component whose package name is the same as or similar to the package name of the component to be created already exists in the existing standard library, the data of the component corresponding to the existing standard library may be copied, and the material code of the component is modified into the material code of the component to be created, so as to create the data of the component to be created in the existing standard library, and if the matching is unsuccessful, the third matching process is performed on the component to be created.
If the third matching process is performed, the parameter data of the component to be created and the parameter data of the existing component in the existing standard library are subjected to the matching process (i.e. the third matching process), thereby obtaining a third matching result, the parameter data of this embodiment is the parameters of the device, such as the number of pins, the pitch of pins, the shape of the device, the size of the device, etc., wherein the third matching result comprises a successful matching and a unsuccessful matching, if the matching is successful, the matching indicates that the component with the parameter data matched with the parameter data of the component to be created exists in the existing standard library, the data of the corresponding component in the existing standard library can be copied, and the material code of the component is modified into the material code of the component to be created, therefore, the data of the element to be created is created in the existing standard library, and if the matching is not successful, the collision processing needs to be carried out on the element to be created.
In this embodiment, if the collision processing is performed, the pins corresponding to the angle transformation pattern of the component screened by the third matching processing in the existing standard library and the pad pattern of the component to be created are subjected to collision processing, so as to obtain a collision result, where the angle transformation pattern is a pattern obtained by subjecting the pattern corresponding to the component screened by the third matching processing in the existing standard library to angle transformation (i.e., pattern rotation), and a pattern of the component corresponding to the position of the pin corresponding to the pad is corresponding to the pattern of the pad, the collision processing in this embodiment refers to matching the pad of the component to be created and the pin position corresponding to the angle transformation pattern of the component in the existing standard library, and if the positions corresponding to the pins in the angle transformation pattern of the component in the existing standard library and the positions corresponding to the pad pattern of the component to be created can be in one-to-one contact (including partial contact and full contact), for example, as shown in fig. 3, where a is a pin position corresponding to the component pattern, and B is a position corresponding to the pad, the collision success is that a and B shown in fig. 3 are partially contacted, the collision success is described, the collision success describes that the component whose pattern has undergone angle transformation in the existing standard library matches the component to be created, the data of the component corresponding to the component in the existing standard library may be copied, and the material code of the component is modified into the material code of the component to be created, and the package name of the component is modified into the package name of the component to be created, so that the data of the component to be created is created in the existing standard library, and if the collision does not succeed, the creation of the data of the component to be created may be completed directly by extracting the template from the existing standard library.
The method is based on the existing standard library, the elements to be created are automatically matched through four processes of first matching processing, second matching processing, third matching processing and collision processing, and the data of the elements to be created are correspondingly established in the existing standard library.
Example two
The present embodiment specifically describes the method for creating a component library according to the present invention on the basis of the above-described embodiments.
On the basis of the foregoing embodiments, this embodiment will specifically describe step 2 in the first embodiment, please refer to fig. 4, where step 2 may specifically include:
and 2.1, obtaining the material code of the element to be created.
The material code of the component to be created is a unique code that can be obtained directly from data provided by the supplier.
And 2.2, judging whether the material codes of the elements to be created are matched with the material codes of the elements in the existing standard library according to preset conditions to obtain a first matching result, if the first matching result is matched, using the data information of the corresponding elements in the existing standard library as the data information of the elements to be created, and if the first matching result is not matched, performing second matching processing on the elements to be created.
Specifically, in the embodiment, the material code of the component to be created is used as a matching condition to search in the existing standard library, the matching condition is matched according to a preset condition, the preset condition includes that the material code of the component to be created is completely the same as the material code of the component in the existing standard library, the first N bits of the material code of the component to be created are correspondingly the same as the first N bits of the material code of the component in the existing standard library, and the material code of the component to be created is completely the same as the material code of the component in the existing standard library, which means that the data of the component to be created exists in the existing standard library, and no addition is needed, so that the data of the component to be created is created by directly copying the data of the component corresponding to the existing standard library as the data of the component to be created, and modifying the material code of the component corresponding to the component in the existing standard library into the material code of the, it should be understood that, in this embodiment, N is not specifically limited, and it is within the field that the data of the corresponding component in the existing standard library can be ensured to be directly used for the data of the component to be created, for example, the material code of the component to be created is 7 bits, and the material code of the corresponding component in the existing standard library is 8 bits, and if the first 7 bits are all the same, it indicates that the component can be directly copied and used. In addition, if the first matching result is not matched, the second matching processing is required to be carried out on the element to be created.
On the basis of the foregoing embodiment, this embodiment will specifically describe step 3 in the first embodiment, where step 3 may specifically include:
and 3.1, obtaining the packaging name of the element to be created.
And 3.2, judging whether the packaging name of the element to be created is matched with the packaging name of the element in the existing standard library or not and obtaining a second matching result, if the second matching result is matched, correspondingly copying the data information of the element in the existing standard library as the data information of the element to be created, simultaneously using the material code of the element to be created, and if the second matching result is not matched, performing third matching processing on the element to be created.
Specifically, after the first matching process is not successfully matched, the package name of the element to be created is used as a matching condition to search in the existing standard library, and if an element which is completely the same as the package name of the element to be created is found in the existing standard library, it is indicated that the data corresponding to the element in the existing standard library can be directly copied to be the data of the element to be created, so that the data of the element which is the same as the package name in the existing standard library can be directly copied to be the data of the element to be created, and the material code of the element which is the same as the package name in the existing standard library is modified to be the material code of the element to be created, so that the creation of the data of the element to be created is completed; in addition, if the second matching result is not matched, a third matching process needs to be performed on the element to be created.
On the basis of the foregoing embodiment, this embodiment will specifically describe step 4 in the first embodiment, where step 4 may specifically include:
and 4.1, obtaining parameter data of the element to be created, wherein the parameter data comprises the pin number, the pin interval, the length and the width of the element to be created.
In this embodiment, pad data of the component to be created can be directly obtained from the basic database, and the number of pins, the pitch of the pins, and the length and width of the component to be created can be obtained through pad data calculation.
And 4.2, judging whether the parameter data of the element to be created is matched with the parameter data of the element in the existing standard library or not and obtaining a third matching result, if the third matching result is matched, correspondingly copying the data information of the element in the existing standard library as the data information of the element to be created, simultaneously using the material code and the packaging name of the element to be created, and if the third matching result is not matched, performing collision processing on the element to be created.
Specifically, after the second matching process is not successfully matched, the parameter data of the component to be created is used as a matching condition to search in the existing standard library, that is, the pin number and the pin pitch of the component to be created and the length and the width of the component to be created are used as matching conditions to search in the existing standard library, if the component matched with the parameter data of the component to be created is found in the existing standard library, that is, the pin number and the pin pitch of one component and the length and the width of the component are suitable for the component to be created exist in the existing standard library, it is indicated that the data corresponding to the component in the existing standard library can be directly copied as the data of the component to be created, so that the data of the component matched with the parameter data in the existing standard library can be directly copied as the data of the component to be created, and simultaneously the material code of the component matched with the parameter data in the existing standard library is modified into the material code of the component to be created, modifying the package name of the element matched with the parameter data in the existing standard library into the package name of the element to be created, thereby completing the creation of the data of the element to be created; in addition, if the third matching result is not matched, collision processing needs to be performed on the element to be created.
Further, step 4.2 of this embodiment can be implemented, for example, by the following method:
step 4.21, firstly obtaining the pin number of the element to be created;
step 4.22, searching and screening the first element to be screened with the same pin number as the element to be created in the existing standard library, wherein the first element to be screened comprises all elements with the same pin number as the element to be created in the existing standard library;
step 4.23, searching and screening a second element to be screened matched with the pin pitch of the element to be created in the first element to be screened according to the first preset range;
specifically, a first preset range is set first, then an element with a pin pitch meeting the first preset range is selected from the first elements to be screened as a second element to be screened based on the pin pitch of the element to be created, the second element to be screened includes all the elements meeting the first preset range in the first elements to be screened, for example, the first preset range f1 meets-0.1% ≦ f1 ≦ 0.1%, and the pin pitch s of the element to be created is set to 1.27mm, then all the elements between 1.269-1.271mm in the first elements to be screened belong to the second element to be screened, it should be understood that the first preset range can be set according to actual requirements, and this embodiment is not limited in particular.
And 4.24, judging whether an element matched with the length and the width of the element to be created exists in the second element to be screened according to a second preset range, and obtaining a third matching result.
Specifically, a second preset range is set, the second preset range may include a first sub-preset range and a second sub-preset range, the first sub-preset range is used to set a range that the length of the second element to be screened needs to meet correspondingly, the second sub-preset range is used to set a range that the width of the second element to be screened needs to meet correspondingly, then based on the length and the width of the element to be created, an element whose length and width both meet the second preset range and whose length and width are closest to the length and the width of the element to be created is selected from the second element to be screened, the data of the element may be suitable for the data of the element to be created, and the data of the element finally screened in the existing standard library may be directly copied as the data of the element to be created, and simultaneously the material code of the element finally screened in the existing standard library is modified into the material code of the element to be created, Modifying the package name into the package name of the element to be created so as to complete the creation of the data of the element to be created; for example, if the first sub-preset range f2 satisfies-0.1% ≦ f2 ≦ 0.1%, and the second sub-preset range f3 satisfies-0.1% ≦ f3 ≦ 0.1%, and the length of the element to be created is set to 4.9mm and the width is set to 3.9mm, then an element having a length of 4.899-4.901mm and a width of 3.899mm-3.901mm is selected from the second element to be screened, and an element having data closest to 4.9mm and 3.9mm is selected from these elements as the final screened element. It should be understood that the first sub-preset range and the second sub-preset range may be set according to actual requirements, and this embodiment does not specifically limit this. In addition, if no element satisfying the second preset range is screened out from the second element to be screened, the element in the second element to be screened needs to be subjected to collision processing based on the second element to be screened.
On the basis of the foregoing embodiment, this embodiment will specifically describe step 5 in the first embodiment, where step 5 may specifically include:
step 5.1, performing angle transformation on the graph of the second element to be screened according to a preset angle to obtain an angle transformation graph, wherein the angle transformation value may be 0 °, 90 °, 180 °, 270 °, for example, please refer to fig. 5a and 5b, fig. 5a is a graph of an original angle of a certain element in the second element to be screened, and fig. 5b is a graph of fig. 5a after the angle transformation of 90 °.
And 5.2, judging whether the pins corresponding to the angle conversion graph and the pad graph of the element to be created collide one by one and obtaining a collision result, if the collision result is one-to-one collision, correspondingly copying data information of the element in the existing standard library as the data information of the element to be created, simultaneously using the material code and the packaging name of the element to be created, if the collision result is not one-to-one collision, extracting a template from the existing standard library, replacing the pin data of the template with the pad data of the element to be created, and simultaneously using the material code and the packaging name of the element to be created.
Specifically, in this embodiment, the positions of the pins in the angle transformation graph and the positions corresponding to the pad graphs of the elements to be created are collided one by one, and if there is an element in the second element to be screened after the angle transformation that can satisfy the effect of collision one by one, it is described that the data of the element can be applied to the data of the element to be created, the data of the element can be directly copied as the data of the element to be created, and meanwhile, the material code of the element is modified into the material code of the element to be created, and the package name of the element is modified into the package name of the element to be created, so that the creation of the data of the element to be created is completed. For example, referring to fig. 5b and fig. 6, if the pin positions marked with the positions a1-a8 in fig. 5b are partially or fully contacted with the positions b1-b8 in fig. 6 in a one-to-one correspondence, the collision success is indicated. In addition, if the components which can be suitable for the components to be created are not screened out from the existing standard library after the processing, a template can be directly extracted from the existing standard library, the size of the pad is obtained from the pad data in the basic database, the pin data of the template is replaced by the pad data, the material code and the package name are modified to be the material code and the package name of the components to be created, and the creation of the data of the components to be created is completed.
In addition, after the creation of the material data of the component to be created is completed each time, the data creation of the next component is performed, and the creation of the component material data is performed through the above steps. And simultaneously, after all the elements on the PCB are established, updating the existing standard library.
The method is based on the existing standard library, the elements to be created are automatically matched through four processes of first matching processing, second matching processing, third matching processing and collision processing, and the data of the elements to be created are correspondingly established in the existing standard library. The method for creating the component library replaces manual creation with automatic creation, the automatic creation is a development trend in the industry, and the method for creating the component library accelerates the global development of the industry.
EXAMPLE III
The present embodiment is described with reference to a specific embodiment based on the above embodiments, and the method for creating the component library is implemented as an example.
Step 1, importing a PCB file and a BOM file, and acquiring basic data of a PCB element.
Specifically, the basic data includes package names, pad data, material codes, and component description information of the components (obtained from a BOM file or a CAD file or manually entered), and is shown in table 1:
TABLE 1 basic data
Material coding Description information Name of package
PN11130 IC SOP8 SOP8
PN11131 CAP_SMC_0805_.085X.055B_MILSPEC C0805
PN11132 RES_SMC_1206_.134X.071B_MILSPEC R1206
... ... ...
And 2, acquiring data information of the element to be created on the PCB.
For example, a certain component to be created, the package name of which is SOP8, can be obtained from the component description information, and the material code of the component to be created is PN11130 obtained from the BOM file.
And 3, searching and screening in the existing standard library by taking the material code PN11130 of the element to be created as a search condition, wherein the matching results are three types:
the result is as follows: the material code of a certain element searched in the existing standard library is the same as the material code of the element to be created, namely PN11130, so that the data of the element to be created does not need to be created, and the data of the element with the same material code can be directly used.
And a second result: if no element with the same material code is searched in the existing standard library, whether an element with the similar material code exists can be searched, if the material code of a certain element in the existing standard library is PN11130A, the 7 bits before the material code of the element is the same as the 7 bits before the material code of the element to be created, the material data of the element can be copied and added into the existing standard library, and meanwhile, PN11130A is modified into the material code PN11130 of the element to be created, and the material data of the element to be created is created in the existing standard library.
And a third result: if no material code identical or similar to the component to be created is found in the existing standard library, step 4 is performed.
And 4, obtaining the package name SOP8 of the element to be created from the basic data, and carrying out search screening in the existing standard library by taking SOP8 as a search condition, wherein the matching results are two types:
the result is as follows: if the package name of a certain element is searched in the existing standard library and is the same as that of the element to be created, namely SOP8, the material data of the element can be copied and added into the existing standard library, and the material code is modified into the material code PN11130 of the element to be created, and the material data of the element to be created is created in the existing standard library.
And a second result: if no component with exactly the same package name as the component to be created is found in the existing standard library, step 5 is performed.
Step 5, obtaining pad data of the element to be created from the basic data, and calculating a pin Pitch (Pitch) value of the element to be created, the pin number of the element to be created, and the length and width of the element to be created according to the pad data;
calculating by the pad data of the element to be created: the number of leads of the component to be created was 8, the Pitch (Pitch) of the leads was 1.27mm, and the length and width of the component to be created were 4.9mm and 3.9mm, respectively.
Step 5.1, firstly, taking the pin number 8 of the element to be created as a search condition, searching and screening in the existing standard library, finding out the element with the pin number of 8 in the existing standard library as a first element to be screened,
and 5.2, setting the first preset range f1 to meet the requirements of-0.1% ≦ f1 ≦ 0.1%, and searching the first element to be screened for the element meeting the pin spacing value of 1.269mm-1.271mm according to the pin spacing of the element to be created being 1.27mm, and taking the element in the first element to be screened which is between 1.269mm-1.271mm as the second element to be screened.
And 5.3, setting the first sub-preset range f2 to meet-0.1% ≦ f2 ≦ 0.1%, setting the second sub-preset range f3 to meet-0.1% ≦ f3 ≦ 0.1%, searching for elements meeting the length of 4.899-4.901mm and the width of 3.899mm-3.901mm in the second element to be screened according to the length and the width of the element to be created being 4.9mm and 3.9mm respectively, selecting the element with the length and the width closest to the length and the width of the element to be created as the element for final screening if the element meeting the requirements exists in the second element to be screened, copying the data of the element to be added into the existing standard library, modifying the material code PN11130 and the package name of the element to be created into the SOP8, and creating the data of the element to be created in the existing standard library. If no element with a length and width satisfying the requirements is searched in the second element to be screened, step 6 is performed.
Step 6, after the screening of step 5, obtaining the pattern data of the component in the second component to be screened, for example, as shown in fig. 5a, and the pin Pitch (Pitch) of the component, the length and the width of the component are marked in fig. 5a, and performing an angle transformation of 90 ° on the component pattern, for example, as shown in fig. 5b, and obtaining the pad data pattern of the component to be created, and colliding the angle transformation pattern with the pad data pattern, the result is two types:
the result is as follows: as shown in fig. 7, which is the result of collision between fig. 5b and fig. 6, where the rectangular white frame in fig. 7 is a pad, and the gray outline frame is a pin, the pin corresponding to fig. 5b collides with the pad corresponding to fig. 6 in a one-to-one correspondence, the material data of the component can be copied and added to the existing standard library, and the material code is modified to the material code PN11130 of the component to be created, the package name is modified to SOP8, and the material data of the component to be created is created in the existing standard library.
And a second result: if the pin corresponding to fig. 5b does not collide with the pad corresponding to fig. 6 in a one-to-one correspondence manner, a template may be taken from the existing standard library, pad data of the component to be created is obtained, the pad data replaces the pin data in the template, the material code is modified to the material code PN11130 and the package name is modified to the SOP8 of the component to be created, and material data of the component to be created is created in the existing standard library.
And after the data of the element to be created on each PCB is created, creating the next element to be created, creating the data of all the elements to be created on the PCB through the steps, and updating the existing standard library after all the elements to be created on the PCB are created.
Example four
Referring to fig. 8, fig. 8 is a schematic structural diagram of a device for creating a component library according to an embodiment of the present invention. As shown in fig. 8, the device for creating a component library includes:
the establishing module is used for establishing an existing standard library;
the first matching module is used for carrying out first matching processing on the material code of the element to be created and the material code of the element in the existing standard library to obtain a first matching result, and judging whether to carry out second matching processing on the element to be created according to the first matching result;
the second matching module is used for carrying out second matching processing on the packaging name of the element to be created and the packaging name of the element in the existing standard library to obtain a second matching result, and judging whether to carry out third matching processing on the element to be created according to the second matching result;
the third matching module is used for searching and matching the parameter data of the element to be created and the parameter data of the element in the existing standard library to obtain a third matching result, and judging whether to perform collision processing on the element to be created according to the third matching result;
and the collision module is used for performing collision processing on the pad graph of the element to be created and the pin corresponding to the angle conversion graph of the element in the existing standard library screened by the third matching processing to obtain a collision result, and updating the existing standard library according to the collision result.
The first matching module is specifically used for obtaining the material code of the element to be created; and judging whether the material code of the element to be created is matched with the material code of the element in the existing standard library according to preset conditions to obtain a first matching result, if the first matching result is matched, using the data information of the corresponding element in the existing standard library as the data information of the element to be created, and if the first matching result is not matched, performing second matching processing on the element to be created, wherein the preset conditions comprise that the material code of the element to be created is completely the same as the material code of the element in the existing standard library, and the first N bits of the material code of the element to be created are correspondingly the same as the first N bits of the material code of the element in the existing standard library.
The second matching module is specifically used for obtaining the package name of the element to be created; and judging whether the packaging name of the element to be created is matched with the packaging name of the element in the existing standard library or not and obtaining a second matching result, if the second matching result is matched, correspondingly copying the data information of the element in the existing standard library as the data information of the element to be created, simultaneously using the material code of the element to be created, and if the second matching result is not matched, performing third matching processing on the element to be created.
The third matching module is specifically used for obtaining parameter data of the element to be created, wherein the parameter data comprises the pin number, the pin interval, the length and the width of the element to be created; and judging whether the parameter data of the element to be created is matched with the parameter data of the element in the existing standard library or not and obtaining a third matching result, if the third matching result is matched, correspondingly copying the data information of the element in the existing standard library as the data information of the element to be created, simultaneously using the material code and the packaging name of the element to be created, and if the third matching result is not matched, performing collision processing on the element to be created.
The third matching module is further specifically configured to obtain the pin number of the element to be created; searching and screening a first element to be screened with the same pin number as the element to be created in the existing standard library; searching and screening a second element to be screened matched with the pin pitch of the element to be created in the first element to be screened according to a first preset range; and judging whether an element matched with the length and the width of the element to be created exists in the second element to be screened according to a second preset range, and obtaining a third matching result.
The collision module is specifically used for carrying out angle transformation on the graph of the second element to be screened according to a preset angle to obtain an angle transformation graph; judging whether pins corresponding to the angle transformation graph and a pad graph of the element to be created collide one by one to obtain a collision result, if the collision result is one-to-one collision, correspondingly copying data information of the element in the existing standard library to serve as the data information of the element to be created, simultaneously using a material code and a packaging name of the element to be created, if the collision result is not one-to-one collision, extracting a template from the existing standard library, replacing the pin data of the template with the pad data of the element to be created, and simultaneously using the material code and the packaging name of the element to be created.
The device for creating a component library according to the embodiment of the present invention may implement the method according to the embodiment, and the implementation principle and the technical effect are similar, which are not described herein again.
EXAMPLE five
Referring to fig. 9, fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the present invention. As shown in fig. 9, the electronic device 1100 includes: the system comprises a processor 1101, a communication interface 1102, a memory 1103 and a communication bus 1104, wherein the processor 1101, the communication interface 1102 and the memory 1103 are communicated with each other through the communication bus 1104;
a memory 1103 for storing a computer program;
the processor 1101 is configured to implement the above-mentioned method steps when executing the program stored in the memory 1103.
The processor 1101, when executing the computer program, implements the steps of:
establishing an existing standard library;
performing first matching processing on the material code of the element to be created and the material code of the element in the existing standard library to obtain a first matching result, and judging whether to perform second matching processing on the element to be created according to the first matching result;
if the second matching processing is carried out, carrying out second matching processing on the packaging name of the element to be created and the packaging name of the element in the existing standard library to obtain a second matching result, and judging whether to carry out third matching processing on the element to be created according to the second matching result;
if the third matching processing is carried out, searching and matching the parameter data of the element to be created and the parameter data of the element in the existing standard library to obtain a third matching result, and judging whether to carry out collision processing on the element to be created according to the third matching result;
and if the collision processing is carried out, carrying out collision processing on the pad graph of the element to be created and the pin corresponding to the angle conversion graph of the element in the existing standard library screened by the third matching processing to obtain a collision result, and updating the existing standard library according to the collision result.
The electronic device provided by the embodiment of the present invention can execute the above method embodiments, and the implementation principle and technical effect are similar, which are not described herein again.
EXAMPLE six
Yet another embodiment of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of:
establishing an existing standard library;
performing first matching processing on the material code of the element to be created and the material code of the element in the existing standard library to obtain a first matching result, and judging whether to perform second matching processing on the element to be created according to the first matching result;
if the second matching processing is carried out, carrying out second matching processing on the packaging name of the element to be created and the packaging name of the element in the existing standard library to obtain a second matching result, and judging whether to carry out third matching processing on the element to be created according to the second matching result;
if the third matching processing is carried out, searching and matching the parameter data of the element to be created and the parameter data of the element in the existing standard library to obtain a third matching result, and judging whether to carry out collision processing on the element to be created according to the third matching result;
and if the collision processing is carried out, carrying out collision processing on the pins corresponding to the angle conversion graphs of the elements in the existing standard library screened out by the third matching processing and the pad graphs of the elements to be created to obtain collision results, and updating the existing standard library according to the collision results.
The computer-readable storage medium provided by the embodiment of the present invention may implement the above method embodiments, and the implementation principle and technical effect are similar, which are not described herein again.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, apparatus (device), or computer program product. Accordingly, this application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects that may all generally be referred to herein as a "module" or "system. Furthermore, the present application 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, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein. A computer program stored/distributed on a suitable medium supplied together with or as part of other hardware, may also take other distributed forms, such as via the Internet or other wired or wireless telecommunication systems.
The electronic device provided by the embodiment of the present invention can execute the above method embodiments, and the implementation principle and technical effect are similar, which are not described herein again.
In the description of the present invention, it is to be understood that the terms "first", "second" and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implying any number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples described in this specification can be combined and combined by those skilled in the art.
The foregoing is a more detailed description of the invention in connection with specific preferred embodiments and it is not intended that the invention be limited to these specific details. For those skilled in the art to which the invention pertains, several simple deductions or substitutions can be made without departing from the spirit of the invention, and all shall be considered as belonging to the protection scope of the invention.

Claims (10)

1. A method for creating a component library, comprising:
establishing an existing standard library;
performing first matching processing on the material code of the element to be created and the material code of the element in the existing standard library to obtain a first matching result, and judging whether to perform second matching processing on the element to be created according to the first matching result;
if the second matching processing is carried out, carrying out second matching processing on the packaging name of the element to be created and the packaging name of the element in the existing standard library to obtain a second matching result, and judging whether to carry out third matching processing on the element to be created according to the second matching result;
if the third matching processing is carried out, searching and matching the parameter data of the element to be created and the parameter data of the element in the existing standard library to obtain a third matching result, and judging whether to carry out collision processing on the element to be created according to the third matching result;
and if the collision processing is carried out, carrying out collision processing on the pins corresponding to the angle conversion graphs of the elements in the existing standard library screened out by the third matching processing and the pad graphs of the elements to be created to obtain collision results, and updating the existing standard library according to the collision results.
2. The method for creating the component library according to claim 1, wherein performing a first matching process on a material code of a component to be created and a material code of a component in the existing standard library to obtain a first matching result, and determining whether to perform a second matching process on the component to be created according to the first matching result includes:
obtaining a material code of the element to be created;
and judging whether the material code of the element to be created is matched with the material code of the element in the existing standard library according to preset conditions to obtain a first matching result, if the first matching result is matched, using the data information of the corresponding element in the existing standard library as the data information of the element to be created, and if the first matching result is not matched, performing second matching processing on the element to be created, wherein the preset conditions comprise that the material code of the element to be created is completely the same as the material code of the element in the existing standard library, and the first N bits of the material code of the element to be created are correspondingly the same as the first N bits of the material code of the element in the existing standard library.
3. The method for creating a component library according to claim 1, wherein performing a second matching process on the package name of the component to be created and the package name of the component in the existing standard library to obtain a second matching result, and determining whether to perform a third matching process on the component to be created according to the second matching result includes:
obtaining the packaging name of the element to be created;
and judging whether the packaging name of the element to be created is matched with the packaging name of the element in the existing standard library or not and obtaining a second matching result, if the second matching result is matched, correspondingly copying the data information of the element in the existing standard library as the data information of the element to be created, simultaneously using the material code of the element to be created, and if the second matching result is not matched, performing third matching processing on the element to be created.
4. The method for creating a component library according to claim 1, wherein the step of searching and matching the parameter data of the component to be created and the parameter data of the components in the existing standard library to obtain a third matching result, and determining whether to perform collision processing on the component to be created according to the third matching result comprises:
obtaining parameter data of the element to be created, wherein the parameter data comprises the pin number, the pin interval, the length and the width of the element to be created;
and judging whether the parameter data of the element to be created is matched with the parameter data of the element in the existing standard library or not and obtaining a third matching result, if the third matching result is matched, correspondingly copying the data information of the element in the existing standard library as the data information of the element to be created, simultaneously using the material code and the packaging name of the element to be created, and if the third matching result is not matched, performing collision processing on the element to be created.
5. The method for creating a component library according to claim 4, wherein determining whether the parameter data of the component to be created matches the parameter data of the components in the existing standard library and obtaining a third matching result comprises:
obtaining the pin number of the element to be created;
searching and screening a first element to be screened with the same pin number as the element to be created in the existing standard library;
searching and screening a second element to be screened matched with the pin pitch of the element to be created in the first element to be screened according to a first preset range;
and judging whether an element matched with the length and the width of the element to be created exists in the second element to be screened according to a second preset range, and obtaining a third matching result.
6. The method for creating a component library according to claim 5, wherein performing collision processing on the pins corresponding to the angle transformation patterns of the components in the existing standard library screened by the third matching processing and the pad patterns of the components to be created to obtain collision results, and updating the existing standard library according to the collision results includes:
carrying out angle transformation on the graph of the second element to be screened according to a preset angle to obtain an angle transformation graph;
judging whether pins corresponding to the angle transformation graph and a pad graph of the element to be created collide one by one to obtain a collision result, if the collision result is one-to-one collision, correspondingly copying data information of the element in the existing standard library to serve as the data information of the element to be created, simultaneously using a material code and a packaging name of the element to be created, if the collision result is not one-to-one collision, extracting a template from the existing standard library, replacing the pin data of the template with the pad data of the element to be created, and simultaneously using the material code and the packaging name of the element to be created.
7. The method for creating a component library according to claim 1, wherein the existing standard library comprises a material code of the component, a pin pitch value of the component, a pin number of the component, a length and a width of the component, a pattern of the component, a machine parameter corresponding to the component, and packaging information of the component.
8. An apparatus for creating, comprising:
the establishing module is used for establishing an existing standard library;
the first matching module is used for carrying out first matching processing on the material code of the element to be created and the material code of the element in the existing standard library to obtain a first matching result, and judging whether to carry out second matching processing on the element to be created according to the first matching result;
the second matching module is used for carrying out second matching processing on the packaging name of the element to be created and the packaging name of the element in the existing standard library to obtain a second matching result, and judging whether to carry out third matching processing on the element to be created according to the second matching result;
the third matching module is used for searching and matching the parameter data of the element to be created and the parameter data of the element in the existing standard library to obtain a third matching result, and judging whether to perform collision processing on the element to be created according to the third matching result;
and the collision module is used for performing collision processing on the pins corresponding to the angle conversion graphs of the elements in the existing standard library screened by the third matching processing and the pad graphs of the elements to be created to obtain collision results, and updating the existing standard library according to the collision results.
9. An electronic device is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing mutual communication by the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 1-7 when executing the computer program.
10. A storage medium, characterized in that a computer program is stored in the storage medium, which computer program, when being executed by a processor, carries out the method steps of any one of claims 1 to 7.
CN201910833262.9A 2019-09-04 2019-09-04 Method and device for creating component library, electronic device and storage medium Active CN110597787B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201910833262.9A CN110597787B (en) 2019-09-04 2019-09-04 Method and device for creating component library, electronic device and storage medium
PCT/CN2020/103734 WO2021042900A1 (en) 2019-09-04 2020-07-23 Creation method and creation apparatus for component library, and electronic device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910833262.9A CN110597787B (en) 2019-09-04 2019-09-04 Method and device for creating component library, electronic device and storage medium

Publications (2)

Publication Number Publication Date
CN110597787A true CN110597787A (en) 2019-12-20
CN110597787B CN110597787B (en) 2022-05-10

Family

ID=68857589

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910833262.9A Active CN110597787B (en) 2019-09-04 2019-09-04 Method and device for creating component library, electronic device and storage medium

Country Status (2)

Country Link
CN (1) CN110597787B (en)
WO (1) WO2021042900A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021042900A1 (en) * 2019-09-04 2021-03-11 上海望友信息科技有限公司 Creation method and creation apparatus for component library, and electronic device and storage medium
CN112579532A (en) * 2020-12-18 2021-03-30 德中(天津)技术发展股份有限公司 Automatic steel mesh open warehouse building method and system
CN112822939A (en) * 2021-02-03 2021-05-18 上海望友信息科技有限公司 Electronic component forming method and system, electronic equipment and storage medium
CN117474504A (en) * 2023-12-28 2024-01-30 广东美创希科技有限公司 Device information management method, device, electronic equipment and medium
CN117473941A (en) * 2023-12-28 2024-01-30 广东美创希科技有限公司 Drawing processing method and device, electronic equipment and storage medium
CN117473947A (en) * 2023-12-28 2024-01-30 广东美创希科技有限公司 Drawing package detection method and device, electronic equipment and medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113591429A (en) * 2021-06-24 2021-11-02 深圳同兴达科技股份有限公司 Checking system and checking method for LCD binding PIN circuit schematic diagram

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003196291A (en) * 2001-12-25 2003-07-11 Sekisui House Ltd Article code retrieving method, article code retrieval processing program and recording medium with its program recorded
CN101877080A (en) * 2009-04-30 2010-11-03 厦门敏讯信息技术股份有限公司 Method for automatically generating configuration of bill of material (BOM)
CN102682166A (en) * 2012-05-09 2012-09-19 上海望友信息科技有限公司 SMT (Surface Mounted Technology) equipment rapid processing system and method
CN105069054A (en) * 2015-07-23 2015-11-18 孔凡勇 Material information query method and apparatus
CN106777756A (en) * 2016-12-30 2017-05-31 上海望友信息科技有限公司 PCBA detection methods and system based on 3D AOI and AXI

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2012313296A1 (en) * 2011-09-19 2013-05-02 Element Industrial Solutions Inc. Method and system for managing construction projects
CN102929633B (en) * 2012-11-06 2016-03-16 上海望友信息科技有限公司 For program transformation method and the system of SMT processing procedure
CN106227946B (en) * 2016-07-26 2019-03-12 上海望友信息科技有限公司 A kind of PCB web plate production method and system
CN109165227B (en) * 2018-07-25 2022-02-11 上海望友信息科技有限公司 Method, system, medium and terminal for updating/applying EDA (electronic design automation) pad packaging library
CN109241017A (en) * 2018-10-23 2019-01-18 电子科技大学 A kind of creation in PCB component package library and querying method
CN110597787B (en) * 2019-09-04 2022-05-10 上海望友信息科技有限公司 Method and device for creating component library, electronic device and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003196291A (en) * 2001-12-25 2003-07-11 Sekisui House Ltd Article code retrieving method, article code retrieval processing program and recording medium with its program recorded
CN101877080A (en) * 2009-04-30 2010-11-03 厦门敏讯信息技术股份有限公司 Method for automatically generating configuration of bill of material (BOM)
CN102682166A (en) * 2012-05-09 2012-09-19 上海望友信息科技有限公司 SMT (Surface Mounted Technology) equipment rapid processing system and method
CN105069054A (en) * 2015-07-23 2015-11-18 孔凡勇 Material information query method and apparatus
CN106777756A (en) * 2016-12-30 2017-05-31 上海望友信息科技有限公司 PCBA detection methods and system based on 3D AOI and AXI

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021042900A1 (en) * 2019-09-04 2021-03-11 上海望友信息科技有限公司 Creation method and creation apparatus for component library, and electronic device and storage medium
CN112579532A (en) * 2020-12-18 2021-03-30 德中(天津)技术发展股份有限公司 Automatic steel mesh open warehouse building method and system
CN112822939A (en) * 2021-02-03 2021-05-18 上海望友信息科技有限公司 Electronic component forming method and system, electronic equipment and storage medium
CN117474504A (en) * 2023-12-28 2024-01-30 广东美创希科技有限公司 Device information management method, device, electronic equipment and medium
CN117473941A (en) * 2023-12-28 2024-01-30 广东美创希科技有限公司 Drawing processing method and device, electronic equipment and storage medium
CN117473947A (en) * 2023-12-28 2024-01-30 广东美创希科技有限公司 Drawing package detection method and device, electronic equipment and medium
CN117474504B (en) * 2023-12-28 2024-05-10 广东美创希科技有限公司 Device information management method, device, electronic equipment and medium

Also Published As

Publication number Publication date
WO2021042900A1 (en) 2021-03-11
CN110597787B (en) 2022-05-10

Similar Documents

Publication Publication Date Title
CN110597787B (en) Method and device for creating component library, electronic device and storage medium
US10824785B2 (en) PCB stencil manufacturing method and system
US6826738B2 (en) Optimization of die placement on wafers
JP2015517731A (en) High speed process system and method for SMT apparatus
CN110267437B (en) Printed circuit board expansion and shrinkage control method and device
CN109583526A (en) Two dimensional code application method, device and the storage medium of pcb board
JP6066587B2 (en) Substrate inspection method, inspection program, and inspection apparatus
JP3537267B2 (en) Equipment operation method
CN112306004A (en) Semiconductor process recipe management method and system
CN108255950B (en) Data storage method and terminal equipment
US7356787B2 (en) Alternative methodology for defect simulation and system
CN110969111A (en) Automatic identification and classification method for mechanical part digital drawing
CN1329950C (en) System and method for process contamination prevention for semiconductor manufacturing
CN110554671B (en) Automatic point inspection method and system for product production details
CN112739044A (en) Method for manufacturing anti-welding test line through automatic script
CN106095875B (en) Method and device for improving ID of live broadcast terminal
CN101472396A (en) Tool and method for drawing incising line of circuit board wiring diagram
CN109857881A (en) The quantitative analysis method of verification pattern for OPC verification
CN111062647B (en) Trepanning method, device, equipment and storage medium
CN117473940B (en) Electronic design drawing management method and device, electronic equipment and storage medium
CN116441773B (en) Marking defect identification processing method, system and terminal for laser marking machine
CN115782432A (en) Automatic generation method of steel mesh opening file
WO2022107539A1 (en) Information processing for outputting comprehensive determination result on the basis of a plurality of determination materials
CN112329375B (en) Design method and device for mounting program ECN, electronic equipment and storage medium
CN117794072A (en) PCB multi-axis processing method and drilling machine

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