Page 1 of 2 12 LastLast
Results 1 to 12 of 23

Thread: Mastercam rotary axis problem

  1. #1
    Registered
    Join Date
    Dec 2009
    Location
    Australia
    Posts
    14
    Downloads
    0
    Uploads
    0

    Unhappy Mastercam rotary axis problem

    Hi guys I have problem that I cannot solve.
    Mastercam X6
    Okay here is the situation
    Draw a circle in top plane, create a contour 2d toolpath 3axis rotary rotating about the Z axis.
    Now the problem is I can only get the gcode to produce movement in the x axis, z axis and rotary axis I need it in "YZ & rotary"
    Imagine a very large disk having a grove cut on the to surface on the circumference, the disk wont fit in the machine on the X axis it needs to be y axis like a record player.
    I have created new rotated tool planes,tied every post, created axis combinations that dont even include the X axis but it still produces code in XZ & rotary go figure so much for axis combinations.
    The code is correct except for the X axis I know I can just replace the X for a Y in notepad but that's not a cure just a dirty patch.
    With rotated tool plane it backplots correctly i.e it moves to the radius in Y Axis but still produces a X axis move to the radius in the gcode.
    Any help would be appreciated.


  2. #2
    Registered
    Join Date
    May 2004
    Location
    United States
    Posts
    4,519
    Downloads
    0
    Uploads
    0
    First, draw your geometry just like it you will see it in the machine. That way you don't have to mess around with the planes. (Yes, it can be done with planes - but think K.I.S.S.)

    Then on Rotary Axis use Axis Substitution > Substitute X Axis and set your Unroll Diameter.
    http://www.kirkcon.com/


  3. #3
    Registered
    Join Date
    Dec 2009
    Location
    Australia
    Posts
    14
    Downloads
    0
    Uploads
    0

    unroll wont work

    unroll wont work this a disk rotating on the z the the tool path is on the top plane not around the circumference.
    unless im missing somthing.
    sorry about these posted mulitiple times i keep getting server error 500 from cnczone



    Quote Originally Posted by txcncman View Post
    First, draw your geometry just like it you will see it in the machine. That way you don't have to mess around with the planes. (Yes, it can be done with planes - but think K.I.S.S.)

    Then on Rotary Axis use Axis Substitution > Substitute X Axis and set your Unroll Diameter.
    Last edited by squirrel_41; 05-28-2012 at 05:08 AM. Reason: posted mulitiple times


  4. #4
    Registered
    Join Date
    Dec 2009
    Location
    Australia
    Posts
    14
    Downloads
    0
    Uploads
    0

    unroll wont work

    unroll wont work this a disk rotating on the z the the tool path is on the top plane not around the circumference.
    unless im missing somthing.


    And if K.I.S.S means keep it simple stupid you can keep your worthless advice to yourself (you dont much simpler than a single circle on a single plane) and you obviousley never read the question properly


    Quote Originally Posted by txcncman View Post
    First, draw your geometry just like it you will see it in the machine. That way you don't have to mess around with the planes. (Yes, it can be done with planes - but think K.I.S.S.)

    Then on Rotary Axis use Axis Substitution > Substitute X Axis and set your Unroll Diameter.
    Last edited by squirrel_41; 05-28-2012 at 05:16 AM.


  • #5
    Registered
    Join Date
    May 2004
    Location
    United States
    Posts
    4,519
    Downloads
    0
    Uploads
    0
    Are you saying you have your rotary axis set as the C axis? Pictures help. Upload some screen shots.

    Why do you need MasterCam to do this little bit of coding? What is wrong with clicking on Toolpaths > Manual Entry > Insert as code and then typing in:

    G00 X0. Y21. C0.
    G00 Z0.1
    G01 Z-1.5
    G01 C360.

    and then clicking on the green check mark? Beyond your skill level?
    http://www.kirkcon.com/


  • #6
    Registered
    Join Date
    Dec 2009
    Location
    Australia
    Posts
    14
    Downloads
    0
    Uploads
    0
    Yes it is on the c Axis and in fact its not that simple in actual fact its a spiral not a circle I used a circle as an example because I get the same result like I said think of cutting a groove on record player disk the gcode looks like this if you just use a circle as an example

    N130 G0 G90 G54 X251.743 Y0. A-90. S50000 M3
    N140 G43 H219 Z7.
    N150 G94 G1 A-90.228 F180000.
    N160 A-90.457
    N170 A-90.685
    N180 A-90.913
    N190 A-91.141
    N200 A-91.37
    in this example I have use a top rotated plane the C axis rotates to 90 degrees and then X moves to the radius z moves down for the cut and c axis rotates with y&x axis remaining stationary for all intent and purposes this is fine except I need the Y axis to move to the radius not the x .Now with the rotated tool plane it actually backplots correctly i.e it quite clearly displays the Y axis moving to the radius not the x as in the produced gcode.
    This takes less than 5 mins to setup in mastercam test it yourself .(Beyond your skill level?)
    I have been trying to figure this out for over a week with no luck.
    Like I said even setup up MD with no X axis it still produces gcode with x axis moveing to the radius.
    Last edited by squirrel_41; 05-28-2012 at 06:50 AM.


  • #7
    Registered
    Join Date
    May 2004
    Location
    United States
    Posts
    4,519
    Downloads
    0
    Uploads
    0
    Seems full disclosure is beyond your skill level also. So, now you have presented a different problem. Is your machine definition set up with a C axis mounted to the table? Will your post processor output for C axis? What pitch on the spiral? What starting diameter? What finish diameter?
    http://www.kirkcon.com/


  • #8
    Registered
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    93
    Downloads
    0
    Uploads
    0
    If I'm not mistaken you want your contour cut to start at (say for a 300 dia groove like you said) X0 Y150 instead of X150 Y0?

    Have you tried Geometry-->chain-->start point--> move dynamic?


  • #9
    Registered
    Join Date
    May 2004
    Location
    United States
    Posts
    4,519
    Downloads
    0
    Uploads
    0
    G00 X0. Y251.743 A0.
    G01 Y0. A360.

    Will make a single spiral from the edge to the center.
    http://www.kirkcon.com/


  • #10
    Registered
    Join Date
    Dec 2009
    Location
    Australia
    Posts
    14
    Downloads
    0
    Uploads
    0
    Yes you are correct and thanks for the tip I never tried that ,However before posting this I tried as you sujjested moved the start pont Dynamic 90Deg but alass gcode still outputs x move to radius.
    The final job for this task is way more complicated than a simple uniform spiral in fact it will be former for making an electromagnetic inductor with uniform capacitance between windings because it will move from a larger circle to a smaller circle the winding gaps will vary.
    TXCNCMAN does not seem to understand the problem I used a circle in my post to keep things simple as the code produced still has the same problem the dreaded X axis move to the radius its no good him sujjesting simple gcode to overcome this problem and throwing in a Insult with all his replys I'm 8 years his senoir and have been developing software for 30 years.


  • #11
    Registered
    Join Date
    Dec 2009
    Location
    Australia
    Posts
    14
    Downloads
    0
    Uploads
    0

    Stop being a complete dick mate

    Quote Originally Posted by txcncman View Post
    Seems full disclosure is beyond your skill level also. So, now you have presented a different problem. Is your machine definition set up with a C axis mounted to the table? Will your post processor output for C axis? What pitch on the spiral? What starting diameter? What finish diameter?
    Mission Statement

    The mission of Kirkpatrick Consulting is to lend its knowledge and skills, especially regarding CNC (Computer Numeric Control) programming and machining, to members of the manufacturing community, businesses and individuals, to increase the quality of customer service and of manufactured goods across the industry.

    I think you better reread your companys Mission Statement
    I have been a member of cnczone since 2009 and as you can see from the amount of post I have placed I rerely require assistance and if this is the quality of your assistance your Company has a very limited future. Stop being a Dumb Arse.


  • #12
    Registered
    Join Date
    May 2004
    Location
    United States
    Posts
    4,519
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by squirrel_41 View Post
    Mission Statement

    The mission of Kirkpatrick Consulting is to lend its knowledge and skills, especially regarding CNC (Computer Numeric Control) programming and machining, to members of the manufacturing community, businesses and individuals, to increase the quality of customer service and of manufactured goods across the industry.

    I think you better reread your companys Mission Statement
    I have been a member of cnczone since 2009 and as you can see from the amount of post I have placed I rerely require assistance and if this is the quality of your assistance your Company has a very limited future. Stop being a Dumb Arse.
    Back at ya.
    http://www.kirkcon.com/


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Need Help!- Mastercam rotary axis problem
      By squirrel_41 in forum Mastercam
      Replies: 2
      Last Post: 06-29-2012, 01:47 PM
    2. Need Help!- rotary 4 axis making mill cnc program by mastercam
      By NguyenViet in forum Mastercam
      Replies: 8
      Last Post: 05-28-2012, 01:28 AM
    3. Replies: 0
      Last Post: 01-14-2012, 04:21 AM
    4. Mastercam 5 axis router post repositioning problem
      By reinhartdr in forum Post Processors for MC
      Replies: 3
      Last Post: 06-09-2011, 11:27 AM
    5. Need Help!- Mastercam x c-axis problem
      By Mike68 in forum Mastercam
      Replies: 0
      Last Post: 11-20-2008, 08:21 AM

    Tags for this Thread

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.