![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Haas Mills Discuss Haas machinery here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Can anybody tell me how to do this? Pick two points on a plane and then have it rotate the coords? Now the fun part.... With a Marposs probe? Even if it is a Renishaw....sheding some light will help. Tim |
|
#2
| ||||
| ||||
| The way we do it. find the two points using the probe. You'll have to store the x & y locations after probing each feature. Then write a macro statement to find the angle of error, which needs to be stored also. program each tool to run with coordinate rotation (G68), using the stored angle as the rotation angle. I'm sure they're are better ways to go about it, but this has been working good for us. |
|
#3
| |||
| |||
Do you mind posting your Macro? Thanks Tim |
|
#6
| ||||
| ||||
| There is probably a probe macro for measuring a surface to find the angle, but if you want to program it out yourself. Let's say your going to measure two points, that are 2.00 apart and you measuring on the Y minus side of the part. The surface is at Y -1.0 you'll position and measure one point at about X +1.0, Y -1.0 after the measure macro you'll store the Y position in variable #500 measure the second point at about X -1.0, Y -1.0 after the measure macro you'll store the Y position in variable #501 Now you'll have a line like this to get the angle #502 = ATAN[[#500-#501]/2.0] Now before each tool starts to cut you'll have to turn on the cord rotation. G68 X0 Y0 R#502 That is, if you want to rotate about X0Y0. Does that help? |
|
#7
| |||
| |||
If there is a program for measuring a side (taking two points andgiving an angle, I have not found it). I will see what I can do with what you showed me here. Thanks Tim |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mach Probe plug in what is "maximum z height for stuck probe" option do? | Rich05 | Digitizing and Laser Digitizing | 7 | 04-11-2009 12:05 PM |
| 0-MD Machine loses absolute coord with reset | ILCORKILL | Fanuc | 6 | 02-25-2009 11:41 AM |
| fixturing and multi-sided coord sys | jmcglynn | SolidCam | 4 | 03-18-2008 08:25 PM |
| Super Probe 17 Functions in one probe | thegimpster | PIC Programing / Design | 0 | 01-25-2008 12:46 PM |
| Coord rotation and multiple coord systems | Shizzlemah | Fadal | 2 | 10-30-2007 03:27 AM |