Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Any Tips? (Mill/turn center)


Mr. M
 Share

Recommended Posts

I need to make a part with on odd thread on it.

It ha .54 od, .420 thread Root,.5 pitch, 60deg on one side 30deg on the other.

I would like to use an endmill to cut it tipped 30 deg down and rotate the C-axis as I move the tool in Z.

.

.

any ideas on how to program that?

Link to comment
Share on other sites

quote:

5 axis curve, You will need to create a helix in wireframe first.


.

.

Ok I got that and a line at 30 deg to control the line angle. But how do I set it to only move the Z and C for making the cut?

.

Thanks All

Link to comment
Share on other sites

Mastercam won't know the curve is a constant needing only a single Z/C move to get to the end. Muti axis programming spits out all req. vectors within the step/chord tol settings. I cut very large threads and I end up deleting most of the output and sub in a W and H.(incrmental Z and C).

Maybe a custom post is the answer.

Link to comment
Share on other sites

I have done threads like this by in feeding at 60 degrees with a TNMG turning insert with a 1 radius. A regular threading insert with a radius will work too but I found the TNMG worked better. You probly need to use G32's if your machines won't allow for more than 45 degree infeed in a canned cycle. You also have to take more passes than a normal thread, but sure beats milling it.

Link to comment
Share on other sites

Ok folks very easy to do what you are after with the endmill. The thing to do is create the control surface that will control the toolpath. Create a helix. Then create a triangle that will be the bottom of the surface. Now sweep that closed triangle along the helix. This will create a helix. Now you can create a surface from that solid to use as the surface for the curve 5 axis. This will also act as the surface for the tool axis control. Will need to offset to the left by the radius of the tool and all should be good.

 

Here is a snippet of code:

 

code:

Z-.3318 C256.8212 B61.3681

Z-.3331 C255.8766 B61.3679

Z-.3344 C254.9317 B61.3678

Z-.3358 C253.9858 B61.3681

Z-.3371 C253.0403 B61.3684

Z-.3384 C252.0956 B61.3682

Z-.3397 C251.151 B61.3679

Z-.341 C250.2063 B61.3678

Z-.3423 C249.2607 B61.368

Z-.3436 C248.3149 B61.3683

Z-.3449 C247.37

Z-.3463 C246.4254 B61.368

Z-.3476 C245.4808 B61.3678

Z-.3489 C244.5355 B61.3679

Z-.3502 C243.5895 B61.3683

Z-.3515 C242.6444

Z-.3528 C241.6998 B61.3681

Z-.3541 C240.7552 B61.3679

Z-.3554 C239.8102 B61.3678

Z-.3568 C238.8643 B61.3682

Z-.3581 C237.9189 B61.3684

Z-.3594 C236.9742 B61.3682

Z-.3607 C236.0296 B61.3679

Z-.362 C235.0848 B61.3678

Z-.3633 C234.1391 B61.3681

Z-.3646 C233.1934 B61.3684

Z-.3659 C232.2486 B61.3682

Z-.3673 C231.304 B61.368

Z-.3686 C230.3593 B61.3678

Z-.3699 C229.4139 B61.3679

Z-.3712 C228.468 B61.3683

Z-.3725 C227.523

Z-.3738 C226.5784 B61.3681

Z-.3751 C225.6338 B61.3678

Z-.3764 C224.6887 B61.3679

Z-.3778 C223.7427 B61.3682

Z-.3791 C222.7974 B61.3683

Z-.3804 C221.8528 B61.3681

Z-.3817 C220.9083 B61.3679

Z-.383 C219.9633 B61.3678

Z-.3843 C219.0175 B61.3681

Z-.3856 C218.0719 B61.3684

Z-.3869 C217.1272 B61.3682

Z-.3883 C216.1827 B61.368

Z-.3896 C215.2379 B61.3678

Z-.3909 C214.2924 B61.368

Z-.3922 C213.3465 B61.3683

Z-.3935 C212.4016

Z-.3948 C211.457 B61.368

Z-.3961 C210.5124 B61.3678

Z-.3974 C209.5671 B61.3679

Z-.3988 C208.6212 B61.3683

Z-.4001 C207.676

Z-.4014 C206.7314 B61.3681

Z-.4027 C205.7869 B61.3679

Z-.404 C204.8418 B61.3678

Z-.4053 C203.8959 B61.3682

Z-.4066 C202.9505 B61.3684

Z-.4079 C202.0058 B61.3682

Z-.4093 C201.0613 B61.3679

Z-.4106 C200.1164 B61.3678

Z-.4119 C199.1708 B61.368

Z-.4132 C198.225 B61.3683

Z-.4145 C197.2802

Z-.4158 C196.3357 B61.368

Z-.4171 C195.391 B61.3678

Z-.4184 C194.4456 B61.3679

Z-.4198 C193.4997 B61.3683

Z-.4211 C192.5546

Z-.4224 C191.61 B61.3681

Z-.4237 C190.6655 B61.3678

Z-.425 C189.7203

Z-.4263 C188.7744 B61.3682

Z-.4276 C187.8291 B61.3683

Z-.429 C186.8844 B61.3682

Z-.4303 C185.9399 B61.3679

Z-.4316 C184.995 B61.3678

Z-.4329 C184.0492 B61.3681

Z-.4342 C183.1036 B61.3684

Z-.4355 C182.1588 B61.3682

Z-.4368 C181.2143 B61.368

Z-.4381 C180.2695 B61.3678

Z-.4395 C179.324 B61.368

Z-.4408 C178.3782 B61.3683

Z-.4421 C177.4332

Z-.4434 C176.4887 B61.368

Z-.4447 C175.544 B61.3678

Z-.446 C174.5988 B61.3679

Z-.4473 C173.6528 B61.3683

Z-.4486 C172.7076

Z-.45 C171.763 B61.3681

Z-.4513 C170.8185 B61.3679

Z-.4526 C169.8735 B61.3678

Z-.4539 C168.9276 B61.3682

Z-.4552 C167.9821 B61.3684

Z-.4565 C167.0374 B61.3682

Z-.4578 C166.0929 B61.3679

Z-.4591 C165.1481 B61.3678

Z-.4605 C164.2024 B61.368

Z-.4618 C163.2567 B61.3683

Z-.4631 C162.3118

Z-.4644 C161.3673 B61.368

Z-.4657 C160.4226 B61.3678

Z-.467 C159.4772 B61.3679

Z-.4683 C158.5313 B61.3683

Z-.4696 C157.5862

Z-.471 C156.6417 B61.3681

Z-.4723 C155.6971 B61.3678

Z-.4736 C154.752

Z-.4749 C153.806 B61.3682

Z-.4762 C152.8607 B61.3683

Z-.4775 C151.916 B61.3682

Z-.4788 C150.9715 B61.3679

Z-.4801 C150.0266 B61.3678

Z-.4815 C149.0809 B61.3681

Z-.4828 C148.1352 B61.3684

Z-.4841 C147.1904 B61.3682

Z-.4854 C146.2459 B61.368

Z-.4867 C145.3012 B61.3678

Z-.488 C144.3557 B61.368

Z-.4893 C143.4098 B61.3683

Z-.4906 C142.4648

Z-.492 C141.5203 B61.368

Z-.4933 C140.5757 B61.3678

Z-.4946 C139.6304 B61.3679

Z-.4959 C138.6845 B61.3682

Z-.4972 C137.7393 B61.3683

Z-.4985 C136.7947 B61.3681

Z-.4998 C135.8501 B61.3679

Z-.5011 C134.9051 B61.3678

Z-.5025 C133.9593 B61.3681

Z-.5038 C133.0138 B61.3684

Z-.5051 C132.069 B61.3682

Z-.5064 C131.1245 B61.3679

Z-.5077 C130.1797 B61.3678

Z-.509 C129.2341 B61.368

Z-.5103 C128.2883 B61.3683

Z-.5116 C127.3434

Z-.513 C126.3989 B61.368

Z-.5143 C125.4543 B61.3678

Z-.5156 C124.5089 B61.3679

Z-.5169 C123.563 B61.3683

Z-.5182 C122.6179

Z-.5195 C121.6733 B61.3681

Z-.5208 C120.7287 B61.3679

Z-.5221 C119.7836 B61.3678

Z-.5235 C118.8377 B61.3682

Z-.5248 C117.8923 B61.3683

Z-.5261 C116.9477 B61.3682

Z-.5274 C116.0031 B61.3679

Z-.5287 C115.0583 B61.3678

Z-.53 C114.1125 B61.3681

Z-.5313 C113.1669 B61.3684

Z-.5326 C112.222 B61.3682

Z-.534 C111.2775 B61.368

Z-.5353 C110.3328 B61.3678

Z-.5366 C109.3874 B61.368

Z-.5379 C108.4415 B61.3683

Z-.5392 C107.4965

Z-.5405 C106.5519 B61.3681

Z-.5418 C105.6073 B61.3678

Z-.5431 C104.6621 B61.3679

Z-.5445 C103.7162 B61.3682

Z-.5458 C102.7709 B61.3683

Z-.5471 C101.8263 B61.3681

Z-.5484 C100.8817 B61.3679

Z-.5497 C99.9368 B61.3678

Z-.551 C98.9909 B61.3681

Z-.5523 C98.0454 B61.3684

Z-.5537 C97.1007 B61.3682

Z-.555 C96.1561 B61.3679

Z-.5563 C95.2114 B61.3678

Z-.5576 C94.2658 B61.368

Z-.5589 C93.32 B61.3683

The reason for the B movement and difference in angle is the attempt to keep the tool normal to the surface. Not an easy toolpath to control things. I would probably just do a C axis ramp toolpath. Then just edit the code to do a B axis tilt, but it will do what you are after, just have to think outside the box a little is all.

 

HTH

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...