CN104281745B - A kind of boring method using specified format file - Google Patents

A kind of boring method using specified format file Download PDF

Info

Publication number
CN104281745B
CN104281745B CN201410508583.9A CN201410508583A CN104281745B CN 104281745 B CN104281745 B CN 104281745B CN 201410508583 A CN201410508583 A CN 201410508583A CN 104281745 B CN104281745 B CN 104281745B
Authority
CN
China
Prior art keywords
drilling
file
output
program
specified format
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201410508583.9A
Other languages
Chinese (zh)
Other versions
CN104281745A (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.)
Shenzhen Fastprint Circuit Tech Co Ltd
Yixing Silicon Valley Electronic Technology Co Ltd
Original Assignee
Shenzhen Fastprint Circuit Tech Co Ltd
Yixing Silicon Valley Electronic 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 Shenzhen Fastprint Circuit Tech Co Ltd, Yixing Silicon Valley Electronic Technology Co Ltd filed Critical Shenzhen Fastprint Circuit Tech Co Ltd
Priority to CN201410508583.9A priority Critical patent/CN104281745B/en
Publication of CN104281745A publication Critical patent/CN104281745A/en
Application granted granted Critical
Publication of CN104281745B publication Critical patent/CN104281745B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Perforating, Stamping-Out Or Severing By Means Other Than Cutting (AREA)
  • Numerical Control (AREA)

Abstract

The invention discloses a kind of boring method using specified format file, include following steps:A, the machine mould configuration file of drilling is set;B, the export head defined in drilling file, output tail, cutter, jigsaw;C, when output drills file, the addition pause instruction automatically in drilling program;D, drilling operation is performed according to drilling program.The function that this method passes through bonding apparatus, the automatic addition pause instruction for needing to suspend in drilling program can be achieved, so when exporting drilling file with InCAM addition pause instruction is realized after program meeting automatic decision according to specified rule is automatic in drilling program, it highly shortened the time-consuming of modification file, avoid the problem of artificially carrying out occurring file maloperation during secondary editor and malfunctioning simultaneously, operating efficiency is improved, realizes automation output drilling file.This method present invention can be widely applied to PCB fields as a kind of boring method using specified format file.

Description

A kind of boring method using specified format file
Technical field
The present invention relates to PCB fields, especially a kind of boring method using specified format file.
Background technology
As electronic product develops rapidly to the direction of miniaturization, densification, high integration and multifunction, to encapsulation Substrate requirement also more and more higher, because via weld-ring design generally all very little, processes of package substrate product are drilling It is preceding to need first to carry out drilling parameter adjustment in edges of boards drilling testing hole, and instrument connection needs employee artificially to suspend to set after being drilled every time It is standby, often occur employee without in time pause cause not bored plate endoporus directly after tested, so as to plate endoporus quality by Influence;And secondary editor is artificially carried out to file, the problems such as leakage addition, maloperation easily occurs.
The content of the invention
In order to solve the above-mentioned technical problem, the purpose of the present invention is:There is provided a kind of efficient using the realization of specified format file Intelligence, the boring method for reducing error rate, improving product quality.
The technical solution adopted in the present invention is:A kind of boring method using specified format file, include following step Suddenly:
A, the machine mould configuration file of drilling is set;
B, the export head defined in drilling file, output tail, cutter, jigsaw;
C, when output drills file, the addition pause instruction automatically in drilling program;
D, drilling operation is performed according to drilling program.
Further, jigsaw definition of the step B in the file that drills includes jigsaw part and starts to define and jigsaw portion Divide and terminate definition.
Further, during the step C is specific, when output drills file, added after the instruction of drilling layer drilling Pause instruction.
Further, during the step C is specific, when output drills file, before bore diameter is not less than specified threshold The last addition pause instruction of one knife.
Further, the step is realized by InCAM softwares.
The beneficial effects of the invention are as follows:This method by the function of bonding apparatus, need to suspend in drilling program from Dynamic addition pause instruction can be achieved;Particularly in conjunction with the drilling output function of InCAM softwares, addition rule is utilized journey Sequence language writes into output program, according to specified rule after program meeting automatic decision so when exporting drilling file with InCAM It is automatic in drilling program to realize addition pause instruction, the time-consuming of modification file is highly shortened, while avoid and artificially enter The problem of occurring file maloperation during the secondary editor of row and malfunction, improves operating efficiency, realizes automation output drilling file.
Brief description of the drawings
Fig. 1 is the step flow chart of the inventive method.
Embodiment
The embodiment of the present invention is described further below in conjunction with the accompanying drawings:
Reference picture 1, a kind of boring method using specified format file, include following steps:
A, the machine mould configuration file of drilling is set;Referring in particular to code below:
out_hook {
exists = yes
header = yes
eof = yes
tool_change = yes
tool_finish = yes
full_sr_start = yes
full_sr_end = yes
}
B, the export head defined in drilling file, output tail, cutter, jigsaw;
Cutter definition, cutter definition, cutter knot in out_file files major control drilling export head, output tail, program Tail definition, jigsaw part start definition and jigsaw part terminates to define;Such as:
# This file can control the following parts of the output files:-
# 1. The header.--- ncHEADER_PATH
# 2. The end of file. --- ncEOF_PATH
# 3. The tool changes.--- ncTOOL_CHANGE
# 4. The tool finish.--- ncTOOL_FINISH
# 5. The step and repeat start.--- ncFULL_SR_START
# 6. The step and repeat finish.--- ncFULL_SR_END
C, when output drills file, the addition pause instruction automatically in drilling program;
In InCAM softwares, pause can be achieved in position input " M09 " instruction that drilling program needs to suspend.
Need to use following variable in out_file files, $ ncLAYER represent drilling layer, and $ ncMACHINE represent to bore Pore model, $ ncTOOL_NUM represent drilling sequence number, and $ ncTOOL_CHANGE represent every before drill, $ ncTOOL_FINISH tables Show it is every after drill, it is defined in out_file:
#set ncLAYER = (drill )
#set ncMACHINE = (hittachi )
#set ncTOOL_NUM = (1 2 3)
#set ncTOOL_CHANGE= ("""""" )
#set ncTOOL_FINISH= ("" "" "" )
When output drills file, pause instruction is added after the instruction of drilling layer drilling.Such as drilled in output During file, instructed behind first three drill of drilling layer plus M09, code is as follows:
if ($ncTOOL_NUM[$i] == 1) then
echo "M09" > $ncTOOL_FINISH[$i]
else if ($ncTOOL_NUM[$i] == 2) then
echo "M09" > $ncTOOL_FINISH[$i]
else if ($ncTOOL_NUM[$i] == 3) then
echo "M09" > $ncTOOL_FINISH[$i]
endif
When output drills file, out_file realizes first three knife in corresponding drilling file d01 drillings layer drilling Pause instruction is added below, specifically can refer to implemented below code:
set i = 1
while ($i <= $#ncTOOL_NUM)
if ($ncTOOL_FINISH[$i] != "") then
if ($ncMACHINE == "fastprint_excellon2") then
if ($ncLAYER == "d01") then
if ($ncTOOL_NUM[$i] == 1) then
echo "M09" > $ncTOOL_FINISH[$i]
else if ($ncTOOL_NUM[$i] == 2) then
echo "M09" > $ncTOOL_FINISH[$i]
else if ($ncTOOL_NUM[$i] == 3) then
echo "M09" > $ncTOOL_FINISH[$i]
endif
endif
endif
endif
@ i++
end
Also can suspend when output drills file in previous last addition knife of the bore diameter not less than specified threshold Instruction.
Such as when output drills file, 1.0mm is set the threshold to, then in previous of drilling more than or equal to 1.0mm The last addition pause instruction of knife, embodiment are as follows:
Drilled first, it is determined that drilling is more than or equal to 1.0mm in which knife, i.e., the drilling sequence more than or equal to 1.0mm Number, realized by following program:
set i = 1
while ($i <= $#ncTOOL_NUM)
The size of drilling can be converted into integer by this step of # by decimal
set mmdrillsize = `echo "scale = 3 ;$ncTOOL_SIZE2[$i]" | bc | awk -F' ' '{printf ("%4.3f",$1)}'`
set tmp_mm = `echo "$mmdrillsize" | cut -c 1`
This step of # judges and obtains sequence number set numkey=$ i more than or equal to 1.0mm drillings
if ($tmp_mm == 1) then
set numkey = $i
break
else if ($tmp_mm > 1) then
set numkey = $i
break
endif
@ i++
end
The sequence number of drilling is obtained more than, $ ncTOOL_NUM [$ i]==$ numkey is realized as follows, that is, bores It is previous command M 09 is added behind knife at its when hole is more than or equal to 1.0mm, realize that code is as follows:
while ($i <= $#ncTOOL_NUM)
if ($ncTOOL_CHANGE[$i] != "") then
if ($ncMACHINE == "fastprint_excellon2") then
if ($ncLAYER == "d01") then
if ($ncTOOL_NUM[$i] == $numkey) then
if ( $i <= 9 ) then
echo "M09" >> $ncTOOL_CHANGE[$i]
echo T0{$ncTOOL_NUM[$i]} >> $ncTOOL_CHANGE[$i]
else
echo "M09" >> $ncTOOL_CHANGE[$i]
echo T{$ncTOOL_NUM[$i]} >> $ncTOOL_CHANGE[$i]
endif
endif
endif
@ i++
endif
endif
end
Above is the preferable implementation to the present invention is illustrated, but the invention is not limited to the implementation Example, those skilled in the art can also make a variety of equivalents on the premise of without prejudice to spirit of the invention or replace Change, these equivalent deformations or replacement are all contained in the application claim limited range.

Claims (4)

  1. A kind of 1. boring method using specified format file, it is characterised in that:Include following steps:
    A, the machine mould configuration file of drilling is set;
    B, the export head defined in drilling file, output tail, cutter, jigsaw;
    C, output drill file when, in drilling program automatically bore diameter not less than specified threshold it is previous knife most After add pause instruction;
    D, drilling operation is performed according to drilling program.
  2. A kind of 2. boring method using specified format file according to claim 1, it is characterised in that:The step B In the file that drills jigsaw definition include jigsaw part start definition and jigsaw part terminate to define.
  3. A kind of 3. boring method using specified format file according to claim 1, it is characterised in that:The step C In specific, when output drills file, pause instruction is added after the instruction of drilling layer drilling.
  4. A kind of 4. boring method using specified format file according to claim 1, it is characterised in that:The step is equal Realized by InCAM softwares.
CN201410508583.9A 2014-09-28 2014-09-28 A kind of boring method using specified format file Active CN104281745B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410508583.9A CN104281745B (en) 2014-09-28 2014-09-28 A kind of boring method using specified format file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410508583.9A CN104281745B (en) 2014-09-28 2014-09-28 A kind of boring method using specified format file

Publications (2)

Publication Number Publication Date
CN104281745A CN104281745A (en) 2015-01-14
CN104281745B true CN104281745B (en) 2018-01-05

Family

ID=52256615

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410508583.9A Active CN104281745B (en) 2014-09-28 2014-09-28 A kind of boring method using specified format file

Country Status (1)

Country Link
CN (1) CN104281745B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105137263B (en) * 2015-08-21 2018-04-20 广州兴森快捷电路科技有限公司 A kind of more item numbers are merged plate electric performance test method
CN105611732B (en) * 2015-12-29 2018-07-03 奥士康精密电路(惠州)有限公司 A kind of boring method of PCB
CN105911960A (en) * 2016-04-01 2016-08-31 广州兴森快捷电路科技有限公司 Laser boring method for packaging substrate
CN108804738B (en) * 2018-03-22 2021-04-06 广州兴森快捷电路科技有限公司 Circuit board defect tracking method and device based on positioning hole and computer equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163375A (en) * 2006-10-12 2008-04-16 得力富企业有限公司 Method of drilling pilot hole of PC panel boring machine
CN101206466A (en) * 2006-12-20 2008-06-25 西安北方光电有限公司 Method for transferring numerical control process code
CN102819552A (en) * 2012-06-26 2012-12-12 深圳市百能信息技术有限公司 Method and system for automatically examining and verifying Printed Circuit Board (PCB) project files
CN103092132A (en) * 2013-01-18 2013-05-08 深圳大学 Numerical control (NC) drilling path optimization method and system and NC drilling equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101163375A (en) * 2006-10-12 2008-04-16 得力富企业有限公司 Method of drilling pilot hole of PC panel boring machine
CN101206466A (en) * 2006-12-20 2008-06-25 西安北方光电有限公司 Method for transferring numerical control process code
CN102819552A (en) * 2012-06-26 2012-12-12 深圳市百能信息技术有限公司 Method and system for automatically examining and verifying Printed Circuit Board (PCB) project files
CN103092132A (en) * 2013-01-18 2013-05-08 深圳大学 Numerical control (NC) drilling path optimization method and system and NC drilling equipment

Also Published As

Publication number Publication date
CN104281745A (en) 2015-01-14

Similar Documents

Publication Publication Date Title
CN104281745B (en) A kind of boring method using specified format file
US9141521B2 (en) Method and apparatus for automatically generating a test script for a graphical user interface
CN103369836B (en) Drilling harmomegathus method and apparatus
CN103593527B (en) Design method for one-click setting of different types of routing rule BGAs in PCB
CN105591914A (en) Openflow flow table look-up method and device
CN101201833A (en) System and method for filling PDF document data
CN107480380A (en) A kind of engineering drawing generation method based on template
CN1527509A (en) Test method
CN109656491A (en) A kind of setting method, device and the electronic design system of PCB whole plate silk-screen word font
CN106202608A (en) A kind of Allegro software is replaced method automatically that choose via
CN103895061A (en) Method for machining holes in printed boards
CN102426534B (en) Method and system for converting test script language into executable instruction
CN106850559B (en) Extensible network protocol analysis system and method
CN108196929A (en) A kind of intelligence loading system, method, storage medium and equipment
CN107678963A (en) A kind of automatic interface testing method based on JAVA
CN106255328B (en) A kind of air guide board manufacturing method containing gas port close quarters
CN106383734A (en) Method for extracting detailed design from codes
CN103769943A (en) Control system and method for PCB numerical control hole drilling
CN109062142A (en) A kind of printed board digital control hole drilling CNC program preparation method
CN102130729A (en) Method, device and network equipment for optimizing eye pattern
CN109933931A (en) A method of whether detection back drill destination layer is correctly arranged
CN105404715B (en) A kind of the high-precision borehole project file production method and system of wiring board
CN101655881A (en) PCB design method and system automatically leading in design rule
CN105911960A (en) Laser boring method for packaging substrate
CN104182587A (en) Method and device for generating PCB manufacturing sheet information

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant