CN110852030A - PCB printing positioning system and positioning method based on CAM design - Google Patents

PCB printing positioning system and positioning method based on CAM design Download PDF

Info

Publication number
CN110852030A
CN110852030A CN201810869528.0A CN201810869528A CN110852030A CN 110852030 A CN110852030 A CN 110852030A CN 201810869528 A CN201810869528 A CN 201810869528A CN 110852030 A CN110852030 A CN 110852030A
Authority
CN
China
Prior art keywords
positioning system
interface
printing positioning
method based
client end
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.)
Pending
Application number
CN201810869528.0A
Other languages
Chinese (zh)
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.)
Suzhou Industrial Park Dilran Intelligent Technology Co Ltd
Original Assignee
Suzhou Industrial Park Dilran Intelligent 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 Suzhou Industrial Park Dilran Intelligent Technology Co Ltd filed Critical Suzhou Industrial Park Dilran Intelligent Technology Co Ltd
Priority to CN201810869528.0A priority Critical patent/CN110852030A/en
Publication of CN110852030A publication Critical patent/CN110852030A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Inking, Control Or Cleaning Of Printing Machines (AREA)

Abstract

The invention relates to the technical field of PCB printing, in particular to a PCB printing positioning system and a positioning method based on CAM design, which comprises a client end internally provided with a printing positioning system, wherein the client end is in communication connection with a display used for displaying a UI interface, the UI interface comprises interface editing and script parameter setting, the client end is also in communication connection with a server used for data exchange, and the printing positioning system internally arranged in the client end comprises an efficient distribution estimation algorithm; compared with the prior art, the invention has the beneficial effects that: 1. UI interface editing is provided, parameters of different material numbers can be input by personnel, and flexibility and convenience of scripts are improved. 2. The method provides the personalized configuration of the script parameters, can be adaptive to different client parameter requirements, realizes the separation of the parameters and the codes, and avoids the instability caused by frequently modifying the codes. 3. The effective compatibility of different client data is realized, and the correct data result can be realized at different clients.

Description

PCB printing positioning system and positioning method based on CAM design
Technical Field
The invention relates to the technical field of PCB printing, in particular to a PCB printing positioning system and a positioning method based on CAM design.
Background
The PCB is an abbreviation of Printed Circuit Board (Printed Circuit Board). Conductive patterns formed by making printed circuits, printed components, or a combination of both, on an insulating material in a predetermined design are commonly referred to as printed circuits. And a conductive pattern on the insulating substrate that provides electrical connection between the components is called a printed wiring. The finished board of the printed circuit or printed circuit is then referred to as a printed circuit board, also known as a printed circuit board or printed circuit board. The circuit board substrate needs to be supported in the printing process, and in the prior art, a supporting part is generally reserved on the circuit board substrate and used for supporting a nail plate, so that the circuit board substrate is too large in breadth and too thick in plate thickness during production, and the circuit quantity on the circuit board is limited, so that the circuit board substrate is difficult to be fully utilized.
Disclosure of Invention
In order to solve the problems in the prior art, the invention provides a PCB printing positioning system and a positioning method based on CAM design, the non-circuit area on the PCB substrate can be identified and positioned through the positioning system, the printing of a circuit board is facilitated, and the utilization rate of the PCB substrate is better improved.
The technical scheme adopted by the invention for solving the technical problems is as follows:
a PCB printing positioning system and a positioning method based on CAM design comprises a client end with a built-in printing positioning system, wherein the client end is in communication connection with a display used for displaying a UI interface, the UI interface comprises interface editing and script parameter setting, the client end is also in communication connection with a server used for data exchange, and the built-in printing positioning system of the client end comprises an efficient distribution estimation algorithm;
the efficient distribution estimation algorithm comprises the following steps:
1. initializing a population: preferentially finding out all addable areas of the broken edges, including areas between the makeup, a vacant area, a windowing area, a base material area and the like;
2. selecting dominant population: filtering out holes which do not meet the adding requirement;
3. constructing a probability model: in the position where the broken edge can be added, determining the distribution probability according to the distance requirement;
4. random sampling: in the position where the broken edge can be added, selecting the hole which best meets the space requirement according to the distribution probability;
5. generating a new population: the selected holes are used as reference bases for next selection;
6. judging conditions and outputting an optimization result: judging whether the termination condition is met, if so, outputting an optimization result; otherwise, go to Step 2.
Compared with the prior art, the invention has the beneficial effects that:
1. UI interface editing is provided, parameters of different material numbers can be input by personnel, and flexibility and convenience of scripts are improved.
2. The method provides the personalized configuration of the script parameters, can be adaptive to different client parameter requirements, realizes the separation of the parameters and the codes, and avoids the instability caused by frequently modifying the codes.
3. The effective compatibility of different client data is realized, and the correct data result can be realized at different clients.
4. The working modes of the server and the client effectively ensure data security and authority control.
5. An efficient distribution estimation algorithm (EDA) is a core, the adding position of the optimal nail bed hole can be accurately calculated, and the accuracy and the efficiency of the nail bed programming are improved. The distribution estimation algorithm (EDA) is an emerging random optimization algorithm based on statistical principles. The best region of the search is predicted by sampling the search space and statistical learning, resulting in excellent new individuals. The EDA adopts a search space-based macro level evolution method, and has stronger global search capability and faster convergence speed.
Drawings
The invention is further illustrated with reference to the following figures and examples.
FIG. 1 is a flow chart of the algorithm of the present invention;
FIG. 2 is a graphical representation of the algorithm results of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Example one
The technical scheme adopted by the invention for solving the technical problems is as follows:
a PCB printing positioning system and a positioning method based on CAM design comprises a client end with a built-in printing positioning system, wherein the client end is in communication connection with a display used for displaying a UI interface, the UI interface comprises interface editing and script parameter setting, the client end is also in communication connection with a server used for data exchange, and the built-in printing positioning system of the client end comprises an efficient distribution estimation algorithm;
the efficient distribution estimation algorithm comprises the following steps:
1. initializing a population: preferentially finding out all addable areas of the broken edges, including areas between the makeup, a vacant area, a windowing area, a base material area and the like;
2. selecting dominant population: filtering out holes which do not meet the adding requirement;
3. constructing a probability model: in the position where the broken edge can be added, determining the distribution probability according to the distance requirement;
4. random sampling: in the position where the broken edge can be added, selecting the hole which best meets the space requirement according to the distribution probability;
5. generating a new population: the selected holes are used as reference bases for next selection;
6. judging conditions and outputting an optimization result: judging whether the termination condition is met, if so, outputting an optimization result; otherwise, go to Step 2.
The foregoing shows and describes the general principles, essential features, and advantages of the invention. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (2)

1. A PCB printing positioning system and a positioning method based on CAM design comprise a client side with a built-in printing positioning system, wherein the client side is in communication connection with a display used for displaying a UI interface, the UI interface comprises interface editing and script parameter setting, the client side is also in communication connection with a server used for data exchange, and the built-in printing positioning system of the client side comprises an efficient distribution estimation algorithm.
2. The PCB printing positioning system and positioning method based on CAM design according to claim 1, wherein the efficient distribution estimation algorithm comprises the following steps:
1. initializing a population: preferentially finding out all addable areas of the broken edges, including areas between the makeup, a vacant area, a windowing area, a base material area and the like;
2. selecting dominant population: filtering out holes which do not meet the adding requirement;
3. constructing a probability model: in the position where the broken edge can be added, determining the distribution probability according to the distance requirement;
4. random sampling: in the position where the broken edge can be added, selecting the hole which best meets the space requirement according to the distribution probability;
5. generating a new population: the selected holes are used as reference bases for next selection;
6. judging conditions and outputting an optimization result: judging whether the termination condition is met, if so, outputting an optimization result; otherwise, go to Step 2.
CN201810869528.0A 2018-08-02 2018-08-02 PCB printing positioning system and positioning method based on CAM design Pending CN110852030A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810869528.0A CN110852030A (en) 2018-08-02 2018-08-02 PCB printing positioning system and positioning method based on CAM design

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810869528.0A CN110852030A (en) 2018-08-02 2018-08-02 PCB printing positioning system and positioning method based on CAM design

Publications (1)

Publication Number Publication Date
CN110852030A true CN110852030A (en) 2020-02-28

Family

ID=69594938

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810869528.0A Pending CN110852030A (en) 2018-08-02 2018-08-02 PCB printing positioning system and positioning method based on CAM design

Country Status (1)

Country Link
CN (1) CN110852030A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101196942A (en) * 2006-12-08 2008-06-11 英业达股份有限公司 Printed circuit-board assembly positioning system and method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101196942A (en) * 2006-12-08 2008-06-11 英业达股份有限公司 Printed circuit-board assembly positioning system and method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
柳涛等: "基于分布估计算法的配电网故障区段定位" *

Similar Documents

Publication Publication Date Title
CN103619125B (en) A kind of PCB electro-plating method for improving electroplating evenness
WO2015085933A1 (en) Method for manufacturing leadless printed circuit board locally plated with hard gold
CN101355856A (en) Method for preparing hierarchical and grading gold finger plate using method of selecting wet film
CN101351088B (en) Inside imbedded type line structure and technique thereof
CN103731997A (en) PCB containing stepped copper thickness patterns and manufacturing method thereof
CN102751241A (en) Manufacturing method of array substrate via holes and manufacturing method of array substrate
CN111737945A (en) Back drilling design method, system, terminal and storage medium of PCB
CN102508981B (en) Method and device for accelerating emulation of CMP (Chemical Mechanical Polishing)
CN112672529A (en) Method suitable for forming precise flexible circuit
CN110135082B (en) Method for avoiding via hole by copper sheet on negative film layer in PCB design
CN110852030A (en) PCB printing positioning system and positioning method based on CAM design
CN113727429A (en) Cross-network-group clock synchronization method and device, storage medium and terminal
CN105530768A (en) Circuit board manufacturing method and circuit board
CN105933160B (en) Method for realizing rapid connection of wired network on Android smart television
CN109496080B (en) Circuit board electroplating process method
JP2012060122A (en) Board plating method and manufacturing method of circuit board utilizing the same
CN113419485B (en) Positioning and punching method, equipment, storage medium and device
CN104750750A (en) GERBER file output method
CN114116848A (en) Data identifier generation method and device, computer equipment and storage medium
CN105517317B (en) A kind of production method and circuit board of circuit board
CN103354702B (en) The circuit board that microwave circuit board manufacturing method and the method make
CN206271945U (en) A kind of electric connector with new intershield part
US20220199427A1 (en) Multi-step isotropic etch patterning of thick copper layers for forming high aspect-ratio conductors
CN109359384A (en) A kind of method and device that silk-screen mark is called in printed circuit board
CN106407610A (en) Method for automatically adding copper shield in PCB

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200228

RJ01 Rejection of invention patent application after publication