I need sample program about reverse enginering with probe. I have measuring probe and I want to measure more nodes of part surface. do you have any sample program or macros about it.
crayzcnc@hotmail.com
I need sample program about reverse enginering with probe. I have measuring probe and I want to measure more nodes of part surface. do you have any sample program or macros about it.
crayzcnc@hotmail.com
This is actually more involved than just giving a sample macro. Many things will come into play such as Probe type, usage or trigger type (how it's powered), machine type, machine control type, mapping method, variable or data storage method available for mapping and calcs, output string and type, etc, etc.
The question would be, what are you measuring for? Control points for nurb output? pointcloud? other types of spline definition? linear plotting or true surface plotting?
What you're asking is very open ended. What I would suggest is to contact the factory for the probing system you are using. They often will have macros you may be able to use based on your machine and configuration or will write one for you (with some pay of course). There are also many after-market companies that write these types and other macros for specific configurations.
If what you're doing is much simpler than that and all you're looking to do is to gather point data, then just do so based on the macros you have (which should be sufficient based on that scenario). You can simply the data collection by using DPRINT or similar commands to output the collected data.... or write it all to a bunch of machine variables to be gathered after the fact.
It's just a part..... cutter still goes round and round....
Search: Keyword(s): probe, point, cloud
Check those posts for something that your looking for.
Who want to make a touch probe? is probably a good place to start.
I don't know what macro language your using. What machine, and control?
The idea is basic. Incremental X Y grid positioning. Then a Z move with a skip interrupt. Record the z value, retract to clearance plane and repeat.
That gets you a point cloud, you need to deal with any probe tip diameter offset to get your real surface. But that is all in your cad/modeling software.