Just setup the ref switches machine coordinates positions in the settings
toggle quoted message
Show quoted text
screen, after this you will only need to create an entry in the fixture table, with the offset you have between the 0,0,0 machine and the machine fixture origine. Your Z ref switch is not a ref switch. If you use it as a ref switch you will have to re-reference the Z axis each time you mout a new part, so your absolute machine coordinate system for the Z axis will change each time, and you will loose the software limits functionalities, because they relie on absolute machine coordinates. You will loose too the possibility to use program ranges values for Z (to check for program - machine compatibility) , because you will never know where you are physically on the Z machine axis. More i think mach2 has not been fully tested in the mode you want to use it and there are perhaps other drawbacks, like they are if we switch from mm to inch for example. It's better to have a true Z axis homing, and to use your "touch" probe on the digitize input for zeroing the Z axis through the fixture or better tools table where you can enter the tool diameter too for compensation. Next you will have one more offset system (G92) if you do manual work on the part. You can do your reference program through a macro, see in screen designer how Art did this on the 1024.set screens. But your first goto Z safe has no sense because before the referencing the absolute machine Z = 0 coordinate can be anywhere. (except if you use perhaps the persistent DRO functionality). If you have a ref switch on Z, you will always go in the right direction because mach2 know if you are at left or at right of the switche (you have to use a half axis lenght ramp). It should be in your case : Code ("G53 Z"your Z safe position" ") Do Button ( 22 ) Do Button ( 23 ) Do Button ( 24 ) Code ("G53 Z"your Z safe position" ") But normaly we reference Z first, we go to Z safe, and next we reference other axis. Best Regards, Olivier. -----Message d'origine-----
De : Mike Hammel [mailto:mycamel@...] Envoye : mercredi 25 fevrier 2004 06:04 A : mach1mach2cnc@... Objet : [mach1mach2cnc] Help on offsets and such I got around to installing referencing home switches tonight. I've been eyeballing things on my router table, but with the switches I should be able to be a bit more accurate. here is my question: 1. I have a fixture on my table that has a 0,0,0 location on it and all of my files are coded to start from this point. My switches are -2, -1.5, +.55 from the fixture 0,0,0. I don't use any length offsets on my tools cause I have my z reference switch set up as a touch switch (the tool comes down and presses the switch when I reference the z). What is the best way to reference the anises and then have them know where to go using the fixture 0,0,0. 2. How do I reference all three axises in order. I need to do the following 1. go to safe z 2. reference x 3. reference y 4. reference z 5 go to safe z Any help would be great! Thanks, Mike Hammel www.fancyfoam.com 1704 Bullard Arkansas City, KS 67005 ---------------------------------------------------------------------------- -- Yahoo! Groups Links a.. To visit your group on the web, go to: b.. To unsubscribe from this group, send an email to: mach1mach2cnc-unsubscribe@... c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. |