Home
Downloads
Mach3
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
Resources
Contact Us
Links
CNCZone
German Forum
Italian Forum
Korean Forum
Portugese (Brazil) Forum
Russian Forum (RSK CNCROUTER)
Thai Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 28, 2012, 12:58:13 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Select from and to languages
Chinese-simp to English
Chinese-trad to English
English to Chinese-simp
English to Chinese-trad
English to Dutch
English to French
English to German
English to Greek
English to Italian
English to Japanese
English to Korean
English to Portuguese
English to Russian
English to Spanish
Dutch to English
Dutch to French
French to English
French to German
French to Greek
French to Italian
French to Portuguese
French to Dutch
French to Spanish
German to English
German to French
Greek to English
Greek to French
Italian to English
Italian to French
Japanese to English
Korean to English
Portuguese to English
Portuguese to French
Russian to English
Spanish to English
Spanish to French
Machsupport Forum
Mach Discussion
General Mach Discussion
Bit Height Offset
Pages:
1
2
»
Go Down
« previous
next »
Author
Topic: Bit Height Offset (Read 414 times)
0 Members and 1 Guest are viewing this topic.
CanAm1
Active Member
Offline
Posts: 9
Bit Height Offset
«
on:
August 14, 2011, 07:35:41 AM »
Hello All,
The newbie once again has a question for all you pros out there.
In setting up the bit height I use a .375 inch roller bearing. I will jog Z up and down until the bearing will just roll under the bit with a very slight amount of resistance and then zero out the axis followed by adding .375 to the DRO. This may not be the best way of setting the bit height, but I have been getting pretty good results.
My question: If and how would one put this .375 measurement into Mach3 to where when I am setting up my bit height all I have to do is zero the Z DRO and the program automatically adds the .375?
I hope I explained this correctly.
Thanks
Mark
Logged
ger21
Global Moderator
Offline
Posts: 2,619
Re: Bit Height Offset
«
Reply #1 on:
August 14, 2011, 07:53:50 AM »
Upper left corner of the offsets page. Enter .375 in the gauge block height, and click Set Z to set your Z zero position at .375.
Logged
Gerry
2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html
CanAm1
Active Member
Offline
Posts: 9
Re: Bit Height Offset
«
Reply #2 on:
August 14, 2011, 08:19:29 AM »
Thanks Gerry.
That works, but is there a way to have Mach add the .375 when I hit the zero button?
In other words, when I am setting my bit height and I get it where I want it to be all I have to do is zero the Z and Mach3 will zero Z and add .375.
I may have to have some sort of macro to do this.
I am trying to get things setup to where I don't have to fiddle with the keyboard and can just do things from my new pendant.
Mark
Logged
HimyKabibble
V4 Screen Contributor
Offline
Posts: 1,348
Re: Bit Height Offset
«
Reply #3 on:
August 14, 2011, 08:27:13 AM »
It is FAR easier to use probing to set the Z position. Unless you have a tool changer, using tool length offsets really doesn't buy you much....
Regards,
Ray L.
Logged
Regards,
Ray L.
Hood
Active Member
Offline
Posts: 17,366
Carnoustie, Scotland
Re: Bit Height Offset
«
Reply #4 on:
August 14, 2011, 08:45:30 AM »
If your pendant has configurable buttons that can trigger macros then yes it would be simple enough to have the macro set the Z DRO to the value you wish.
Hood
Logged
CanAm1
Active Member
Offline
Posts: 9
Re: Bit Height Offset
«
Reply #5 on:
August 14, 2011, 09:31:46 AM »
Hood.
The pendant has 2 spots for macros.
I guess I'll start reading up on them.
Thanks
Mark
Logged
BR549
Active Member
Offline
Posts: 2,557
Re: Bit Height Offset
«
Reply #6 on:
August 14, 2011, 12:06:39 PM »
Here is the code that is in the button on the offsets page that does your function. It should be a good example to help get you started on macros.
Code "G92.2"
Call SetDRO(2, Abs(GetOEMDRO(1001)))
Hope that helps, (;-) TP
Logged
Hood
Active Member
Offline
Posts: 17,366
Carnoustie, Scotland
Re: Bit Height Offset
«
Reply #7 on:
August 14, 2011, 02:17:59 PM »
Or if you will always use the same height gauge then just replace the last part with that height
Example is with your 0.375 above
SetDRO(2,0.375)
One other thing that may be worth mentioning is its better to move the cutter lower than the gauge then jog up in increments until you can slide it under. Doing it that way avoids the chance of moving too much onto the gauge and damaging the cutter, especially if its carbide.
Hood
Logged
CanAm1
Active Member
Offline
Posts: 9
Re: Bit Height Offset
«
Reply #8 on:
August 17, 2011, 11:40:38 AM »
Hello All,
Thanks for the additional comments.
I have done some experimenting with Klaus’ Screen Designer as the original Mach3 Screen Designer comes up slightly scrambled on my computer. Yes, I am using a copy of my screen set and have come up with a couple of solutions that work for my needs.
I was trying to get the functions that I typically use to run the CNC setup on my pendant to keep from playing contortionist in reaching my keyboard.
My pendant has two “GOTO” positions on it that were not working. One was Tool Change Position and the other was Safe Z Position.
First, I added another button to the Tool Information Block on screen 1 and labeled it “Tool Change Position” to replace the button that disappeared during revisions.
Second, I discovered that the Auto Tool Zero button in the same area currently is not being used as you get a “Yet to be implemented” message if you click on it. I relabeled it to read “Zero Z +.375” as I don’t feel I need a safe Z function.
Next I played around with the button defining blocks for these two keys. I used Hood’s (thank you) script for the Zero key and it works. I can click on it with the mouse or use my pendant to get that function to perform. I still need to tinker with the script for the tool change key to get it up and working.
Not too bad for an old fart Huh???
One question I do have is that when I was defining the keys in the screen designer I noticed that at the top of the defining block there was a Global yes/no selection. I figured this may mean that the function of the key could be allowed to occur no matter what screen you were on. Well, I clicked yes and things really went strange on me. The button wound up with a red line around it and the defining block changed to 3 lines with all my scripting and labeling vanishing. What gives with this happening??
Thanks everyone.
Mark
Logged
Hood
Active Member
Offline
Posts: 17,366
Carnoustie, Scotland
Re: Bit Height Offset
«
Reply #9 on:
August 17, 2011, 12:14:48 PM »
Sorry cant help with MachScreen as I dont use it, I use Screen4. I am sure someone will be along to help, if not give Klaus a shout as he is always very helpful.
Hood
Logged
Pages:
1
2
»
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Mach Discussion
-----------------------------
=> General Mach Discussion
=> Mach3 under Vista
=> Quantum
=> Mach SDK plugin questions and answers.
===> Finished Plugins for Download
=> VB and the development of wizards
=> Brains Development
=> Video P*r*o*b*i*n*g
=> Mach Screens
===> Screen designer tips and tutorials
===> Works in progress
===> Finished Screens
===> Flash Screens
===> JetCam screen designer
===> Machscreen Screen Designer
===> CVI MachStdMill (MSM)
=> Feature Requests
=> Non English Forums
===> Italian
===> French
===> Spanish
===> Chinese
===> German
===> Russian
===> Romanian
===> Japanese
===> Vietnamese
=> FAQs
-----------------------------
*****VIDEOS*****
-----------------------------
=> *****VIDEOS*****
-----------------------------
General CNC Chat
-----------------------------
=> Share Your GCode
=> Show"N"Tell ( What you have made with your CNC machine.)
=> Building or Buying a Wood routing table.. Beginnners guide..
=> Show"N"Tell ( Your Machines)
-----------------------------
G-Code, CAD, and CAM
-----------------------------
=> G-Code, CAD, and CAM discussions
=> LazyCam (Beta)
-----------------------------
Third party software and hardware support forums.
-----------------------------
=> LazyTurn
=> GearoticMotion Preliminary testing
=> Tempest Trajectory Planner
=> Contec
=> dspMC/IP Motion Controller
=> HiCON Motion Controller
=> Third party software and hardware support forums.
=> Galil
=> Newfangled Solutions Wizards
=> Mach3 and G-Rex
=> Mesa
=> Modbus
=> NC Pod
=> PoKeys
=> SmoothStepper USB
=> Sieg Machines
=> Promote and discuss your product
-----------------------------
Tangent Corner
-----------------------------
=> Tangent Corner
=> Competitions
=> Polls
=> Bargain Basement
-----------------------------
Support
-----------------------------
=> Downloads
===> XML files
===> Post Processors
===> Macros
===> Tutorials
===> Others
===> Beta Brains
===> Screen Sets
===> Documents
===> MACH TOOL BOX
=> One on one phone support.
=> Forum suggestions and report forum problems.
-----------------------------
Mach4
-----------------------------
=> Mach4 pre-Alpha Testing
Loading...