45 degree worm M2.5
Re: 45 degree worm M2.5
Was that a helical or a spur? Im confused now..
I think I may have to wait till I can cut one myself to see whats up.
I have no clue as to why the clearance is making
the root wider.. on my screens it makes it narrower..
Ill give it some thought..
Art
I think I may have to wait till I can cut one myself to see whats up.
I have no clue as to why the clearance is making
the root wider.. on my screens it makes it narrower..
Ill give it some thought..
Art
Re: 45 degree worm M2.5
Its my 4 toothed, M2.5, 45 degree helical, you can see the flanks in the photo.
Phil :)
Phil :)
Re: 45 degree worm M2.5
Phil:
Somethings bad for sure.. I just cant figure what yet. A helical is a leap of faith gear. You get a spur working,
then spin it as it cuts. Thats the leap of faith. :) , you cant easily analyse the aspects of the toolpath when its
in a helical, so you test the spur. If the spur fails, you fix IT, then the helical should work. If the spur works, it leaves
only the spinning functions. Im still figuring whats wrong, but its warming here so within a couple weeks I should
be able to cut a few tests. Single stepping usually shows me the error. All my tests seem to show its working, the spur
gear screens show toolpaths that do not touch the profile, so how its cutting too wide with clearance I cannot yet explain. .. but I will. :)
I DID notice one bug.. ( if its a bug, I cant recall if its a limitation.). On spurs you can set depth and the gear gets thicker.. in Helicals there is no effect, they are only whatever they were created as. Ill look into fixing that as well unless it turns out to be a limitation based on the internal calculators.
Back soon.
Art
Somethings bad for sure.. I just cant figure what yet. A helical is a leap of faith gear. You get a spur working,
then spin it as it cuts. Thats the leap of faith. :) , you cant easily analyse the aspects of the toolpath when its
in a helical, so you test the spur. If the spur fails, you fix IT, then the helical should work. If the spur works, it leaves
only the spinning functions. Im still figuring whats wrong, but its warming here so within a couple weeks I should
be able to cut a few tests. Single stepping usually shows me the error. All my tests seem to show its working, the spur
gear screens show toolpaths that do not touch the profile, so how its cutting too wide with clearance I cannot yet explain. .. but I will. :)
I DID notice one bug.. ( if its a bug, I cant recall if its a limitation.). On spurs you can set depth and the gear gets thicker.. in Helicals there is no effect, they are only whatever they were created as. Ill look into fixing that as well unless it turns out to be a limitation based on the internal calculators.
Back soon.
Art
Re: 45 degree worm M2.5
Here's a 45 degree helical M2.5 involute I just cut by manually editing the GT gcode to do the following:
1. Run the end mill straight across the middle with a user defined step down per pass to the base diameter.
2. Run the tangential shaving above the base diameter with a user defined step up and across per pass.
3. Run rooting below the base diameter with a user defined step across and down per pass.
Seems to work fine. I could have used more segments on the Tan shave. I had 8 but I can only count 4? Also the notch at the root was caused by an editing error on my part. I also clipped the back part of the right tooth top with a G0, due to a missing line of code. Other than that it seems to work!
1. Run the end mill straight across the middle with a user defined step down per pass to the base diameter.
2. Run the tangential shaving above the base diameter with a user defined step up and across per pass.
3. Run rooting below the base diameter with a user defined step across and down per pass.
Seems to work fine. I could have used more segments on the Tan shave. I had 8 but I can only count 4? Also the notch at the root was caused by an editing error on my part. I also clipped the back part of the right tooth top with a G0, due to a missing line of code. Other than that it seems to work!
Last edited by philbur on Mon Apr 28, 2014 12:38 pm, edited 1 time in total.
Re: 45 degree worm M2.5
Interesting...
1. Run the end mill straight across the middle with a user defined step down per pass to the base diameter.
So does that mean the root side moves were responsible for the gouging in the end?
2. Run the tangentia l shaving above the base diameter with a user defined step up and across per pass.
When you say step up, what do you mean? Did you keep the depth tot he base circle no matter the Y position?
3. Run rooting below the base diameter with a user defined step across and down per pass.
Same here, was the rooting effectively changed or just some clipped out?
Might be easier if I could see the before and after editing... Not a bad result.. too few tangentials maybe. ( Strange, I get 8 when I ask for 8.. ). I guess the question is how much did you edit out and what.. :-).
I mean its great this cuts that way with the edits..but I cant count on all systems being able to remove in the tangential stage what wasnt removed in the rooting stage. ( That was the common support problem in GM...which is why the rooting is trying to take so much..
Looks like the right track though...
Art
1. Run the end mill straight across the middle with a user defined step down per pass to the base diameter.
So does that mean the root side moves were responsible for the gouging in the end?
2. Run the tangentia l shaving above the base diameter with a user defined step up and across per pass.
When you say step up, what do you mean? Did you keep the depth tot he base circle no matter the Y position?
3. Run rooting below the base diameter with a user defined step across and down per pass.
Same here, was the rooting effectively changed or just some clipped out?
Might be easier if I could see the before and after editing... Not a bad result.. too few tangentials maybe. ( Strange, I get 8 when I ask for 8.. ). I guess the question is how much did you edit out and what.. :-).
I mean its great this cuts that way with the edits..but I cant count on all systems being able to remove in the tangential stage what wasnt removed in the rooting stage. ( That was the common support problem in GM...which is why the rooting is trying to take so much..
Looks like the right track though...
Art
Re: 45 degree worm M2.5
You could overcome this by making the Tan shaving start from the top segment and step across just like the rooting currently does. If each step is a fraction of the full Y and A values for that segment it can never over-cut like the rooting does.ArtF wrote: I mean its great this cuts that way with the edits..but I cant count on all systems being able to remove in the tangential stage what wasnt removed in the rooting stage. ( That was the common support problem in GM...which is why the rooting is trying to take so much..
Here's the edited code. The editing error is still there, I think it is at the end of the Tan shaving. It moves across (+x to - x) and down (+z to -z) as a diagonal before starting the rooting, instead of just down, hence it clipped the top of the tooth.
Phil :)
PS: If you want it to be applicable to the widest range of machine and set-up conditions you must give the user full control over all step sizes, or it will always be either to aggressive or to slow for somebody!!!
PPS: I think I see the problem with my proposal for stepping the tan shaving. But it still might work depending on how big of a step the user choses.
- Attachments
-
[The extension txt has been deactivated and can no longer be displayed.]
Last edited by philbur on Mon Apr 28, 2014 8:04 pm, edited 1 time in total.
Re: 45 degree worm M2.5
ArtF wrote: Interesting...
1. Run the end mill straight across the middle with a user defined step down per pass to the base diameter.
So does that mean the root side moves were responsible for the gouging in the end? Actually I'm not sure anymore, I stopped the run and re-zeroed after some editing. I had assumed that was the cause.
2. Run the tangential shaving above the base diameter with a user defined step up and across per pass.
When you say step up, what do you mean? Did you keep the depth tot he base circle no matter the Y position? Start with the lowest segment and work up, just as per the original code.
3. Run rooting below the base diameter with a user defined step across and down per pass.
Same here, was the rooting effectively changed or just some clipped out? Again no change just clipped off all code above the base diameter.
Re: 45 degree worm M2.5
Art, are you using something like this as the basis for the Z and Y coordinates of the cutter position relative to the involute when rooting above the base diameter.
Phil :)
Phil :)
Re: 45 degree worm M2.5
Here is the rooting of a very thin blank compared with toothing the same blank. Note that due to the virtually zero thickness on the blank the toothing tool path shows no overlap witrh the involute profile whereas the rooting does, why. The rooting profile looks like it is using the root diameter as the basis for calculating the Y and Z values rather than using the base diameter. Have you checked which diameter the rooting uses as the basis for roughing the tan shaving area. Such an error would be more noticeable with lower tooth counts.
Phil :)
Phil :)
Re: 45 degree worm M2.5
From calculation when the involute angle pass 90 degrees Y continues to increase but Z starts to decrease. So the over extended cut near the tooth tip is possibly the last step in the process, not the second from last as it appears on the diagram. That would be the optical illusion.
For a 4 tooth helical If you are using the root diameter instead off the base diameter then the involute will pass 90 degrees before it reaches the full height of the tooth, from root to tip. So Y will still increase but Z will come back down. Voila
Just a possibility.
Phil :)
PS: well maybe not, the even vertical spacing of the seps does not support the theory!
For a 4 tooth helical If you are using the root diameter instead off the base diameter then the involute will pass 90 degrees before it reaches the full height of the tooth, from root to tip. So Y will still increase but Z will come back down. Voila
Just a possibility.
Phil :)
PS: well maybe not, the even vertical spacing of the seps does not support the theory!
Re: 45 degree worm M2.5
Still trying. This rooting (again, a very thin blank) looks like it is following an involute profile all the way from the root. Does this support the theory that the calculation is based on the wrong diameter???
Phil :)
Phil :)
Re: 45 degree worm M2.5
Phil:
One of the problems with discussions such as this is the medium doesnt allow for understanding very easily
whats being communicated. It makes it hard to make a point. So forgive me if Im not explaining what was asked.
First, yes your involute diagram IS whats being used for the profile information when the gear is generated. But when its toolpathed, the actual shape is used, not a formula. The issue is that if I were to use involute formulas, only involutes could be machined, all other shapes couldn't be as they aren't involutes. GT uses the actual tooth profile
in order to allow it to try pulleys sprockets, or perhaps noncirculars in future as each tooth in an elliptical uses a different shape involute.
So since the system uses the tooth shape itself it cannot mess up as to what is the profile and what isnt. Its why I keep suggesting you look at a spur not a helical. Youll see in the spur gear there is no crossing the profiles lines. The helicals dont cross the lines either, they just look as if they do because your looking at them from the front where the tool is set to a starting point made necessary by the additional helical angle needed to hang the tool in front.
Hmm, best I draw this point, its a hard one to word.. look to the photo below. The top shot is the helical, to machine its helix properly the toolpath has to start outside the profile and end outside the profile because the tool must start in front and end in the back with the same angular offset. Its why I keep saying its an optical illusion that the profile
is being violated. Look at a spur, same code generator, notice there is no profile crossing..because there's no helix.
The toothing and the rooting both use the exact same profile information stored in the shape. Its only 1 shape.
Now it can be the rooting is getting too close to the profile, that's possible, though the numbers deny it. Its possible
because its a tangent function that determines how close to get to the profile, and as the angle of the profile approaches 90 degrees the answer is "infinite".
In any event, it seems form your last test that the tangential is fine. ( Did you get only 4 because you cut out the return paths? For 8 segments it cuts 4 times across, then back....). So at least we then know its IS the rooting getting
too close to the profile for some reason. While I could as you suggest lower the rooting to less material removed it can cause trouble in other gears which is why I have to understand the issue rather than fix it, or rather understand fully before fixing otherwise Ill end up doing it several times as other gears get messed up. This is why sometimes I know it seems as if Im not listening, a user focuses on the problem at hand, I need to focus on the problem as a symptom of a larger more encompassing issue.
I will now look deeper into the rooting to see why it apparently gouges when it shouldnt.. That display was carefully designed to show what WILL cut, so its confusing the display doesnt actually show the rooting cutting into the profile..
Thx, preciate it,
Art
One of the problems with discussions such as this is the medium doesnt allow for understanding very easily
whats being communicated. It makes it hard to make a point. So forgive me if Im not explaining what was asked.
First, yes your involute diagram IS whats being used for the profile information when the gear is generated. But when its toolpathed, the actual shape is used, not a formula. The issue is that if I were to use involute formulas, only involutes could be machined, all other shapes couldn't be as they aren't involutes. GT uses the actual tooth profile
in order to allow it to try pulleys sprockets, or perhaps noncirculars in future as each tooth in an elliptical uses a different shape involute.
So since the system uses the tooth shape itself it cannot mess up as to what is the profile and what isnt. Its why I keep suggesting you look at a spur not a helical. Youll see in the spur gear there is no crossing the profiles lines. The helicals dont cross the lines either, they just look as if they do because your looking at them from the front where the tool is set to a starting point made necessary by the additional helical angle needed to hang the tool in front.
Hmm, best I draw this point, its a hard one to word.. look to the photo below. The top shot is the helical, to machine its helix properly the toolpath has to start outside the profile and end outside the profile because the tool must start in front and end in the back with the same angular offset. Its why I keep saying its an optical illusion that the profile
is being violated. Look at a spur, same code generator, notice there is no profile crossing..because there's no helix.
The toothing and the rooting both use the exact same profile information stored in the shape. Its only 1 shape.
Now it can be the rooting is getting too close to the profile, that's possible, though the numbers deny it. Its possible
because its a tangent function that determines how close to get to the profile, and as the angle of the profile approaches 90 degrees the answer is "infinite".
In any event, it seems form your last test that the tangential is fine. ( Did you get only 4 because you cut out the return paths? For 8 segments it cuts 4 times across, then back....). So at least we then know its IS the rooting getting
too close to the profile for some reason. While I could as you suggest lower the rooting to less material removed it can cause trouble in other gears which is why I have to understand the issue rather than fix it, or rather understand fully before fixing otherwise Ill end up doing it several times as other gears get messed up. This is why sometimes I know it seems as if Im not listening, a user focuses on the problem at hand, I need to focus on the problem as a symptom of a larger more encompassing issue.
I will now look deeper into the rooting to see why it apparently gouges when it shouldnt.. That display was carefully designed to show what WILL cut, so its confusing the display doesnt actually show the rooting cutting into the profile..
Thx, preciate it,
Art
Re: 45 degree worm M2.5
Phil:
You ask why the root seems to cross when he toothing doesnt appear to. Actually both appear to, but neither does.
Look at the tips of the toothing path, imagine if the tool in its place, the radius of the tool would go outside the profile....same effect as above, just doesnt look as bad because its a tangential shave not a root pass, same illusion..just different. lol. .if you look at the sp[ur equivalent, the toothing never gets closer than the radisu of the bit to the profile, in a helical it appears to almost touch it, and if its a long helical it will cross over it..same illusion..
Again, look to the nonhelical spur.. its the real path, the helical display of it just messes with your head. Id really love to know how a spur of the same gear cuts without edits.. I suspect youd have the same cutouts because something I havent identified is wrong.. but the illusary nature of the profile when viewed from the front on a helix is leading away form the real problem I suspect.
You ask why the root seems to cross when he toothing doesnt appear to. Actually both appear to, but neither does.
Look at the tips of the toothing path, imagine if the tool in its place, the radius of the tool would go outside the profile....same effect as above, just doesnt look as bad because its a tangential shave not a root pass, same illusion..just different. lol. .if you look at the sp[ur equivalent, the toothing never gets closer than the radisu of the bit to the profile, in a helical it appears to almost touch it, and if its a long helical it will cross over it..same illusion..
Again, look to the nonhelical spur.. its the real path, the helical display of it just messes with your head. Id really love to know how a spur of the same gear cuts without edits.. I suspect youd have the same cutouts because something I havent identified is wrong.. but the illusary nature of the profile when viewed from the front on a helix is leading away form the real problem I suspect.
Re: 45 degree worm M2.5
Phil:
You know, it was driving me crazy that while I could change a spur's thickness by changing "final Depth", the helicals were always as designed. I just uploaded a fix for that. You can now change the thickness of the helical the same way.
This makes it much easier to test various things..change the thickness as you wish from any thickness helical..
It may help. :)
ARt
You know, it was driving me crazy that while I could change a spur's thickness by changing "final Depth", the helicals were always as designed. I just uploaded a fix for that. You can now change the thickness of the helical the same way.
This makes it much easier to test various things..change the thickness as you wish from any thickness helical..
It may help. :)
ARt
Re: 45 degree worm M2.5
Just out of curiosity what do you mean when you say "the actual profile is used". How do you it convert the profile (a diagram) into coordinates?ArtF wrote: But when its toolpathed, the actual shape is used, not a formula.
I will have a go at a straight spur later today.
Yes trying to have this type of discussion basically by email is very frustrating.
Phil :)
Who is online
Users browsing this forum: No registered users and 1 guest