Thread: PCB probing information software
Hybrid View
-
29-03-2013 #1
How flat is your blank piece of copper for isolation milling a PCB?
There could be a big difference between the lowest and highest point on your board leading deep cuts in some areas and other areas where the tip of the tool is barely touching the surface. This could be caused by an un-level table or flex in the copper blank.
One solution is to autolevel the board before milling, i.e. probe an area for height and adjust the Z axis during the milling process, and I am working on easy to use software to do just that.
In the meantime I have made some software to tell you how level your board actually is.
It does this by first generating some GCode which can be run on your CNC control software (I have only tested on linuxCNC).
The GCode probes an area and logs the coordinates of each probe.
This log file can then be fed back into the software and the highest / lowest points etc can be obtained.
One thing to note is that in linuxCNC the log file gets saved in same directory as your .ini file by default so look for levelprobe.log there. You also need a working probe and the Z height needs to be zeroed to within 10mm of the board.
Here is a screenshot of said software after loading the log file:
This tells me that there is more than 0.2mm difference between the highest and lowest probed points.
Download here: CNCProbe.zip
To run the jar file you should be able to just double click it. If not, try typing "java -jar [filename]" from the command line
The steps to use are:
1. Fill in the fields on the left with desired values for probing the area and click on "Generate GCode File". Save the file.
2. Load and run the GCode file in linuxCNC (Not sure if it works in Mach3 or anything else). Allow the file to finish probing (This generates a log file with the logged coordinates).
3. In the software click "Load Log" and select the newly generated log file. This will display useful information about the probed area.
Have a go and I will try to post a video of the probing software tomorrow.
I have probably forgotten something so any questions, advice or feedback, let me know.
-
30-03-2013 #2
I will be keeping a close eye on this topic.
Good luck with your software."If first you don't succeed, redefine success"
-
30-03-2013 #3
The video of the probing and logging part of the program:
Each time the tool touches the board the X, Y, Z coordinates are logged.
Again, im using linuxCNC for this and it probably wont log in Mach3 etc. but feel free to try.
Ta. :)
-
31-03-2013 #4
Can anyone tell me how to get logging working for Mach3 GCode? Is it possible?
In the GCode in linuxCNC to log "hello everyone" to an output file 'test.log'
you would type:
Code:(LOGOPEN, test.log) (LOG, hello everyone) (LOGCLOSE)
thanks :-)
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 guests)
Similar Threads
-
2.5d Probing
By m_c in forum Probing, Digitizing & ScaningReplies: 7Last Post: 27-04-2018, 09:07 AM -
NEW MEMBER: Hi All new today a world of information here great site
By millmateuk in forum New Member IntroductionsReplies: 0Last Post: 20-11-2012, 01:03 AM -
Looking for information to help buy my first CNC machine
By mholt1985 in forum Marketplace DiscussionReplies: 12Last Post: 08-01-2012, 01:05 PM -
Probing / Digitizing - What the best way to do this job?
By Mad Professor in forum Probing, Digitizing & ScaningReplies: 2Last Post: 08-05-2011, 12:32 PM -
Information retention requirements for ISP's, every e-mail sent or received in the UK
By Lee Roberts in forum General ComputingReplies: 1Last Post: 23-02-2009, 09:57 PM
Bookmarks