Results 1 to 3 of 3

Thread: Help!! Using Formulae to turn ovals with Mach3

  1. #1
    Registered
    Join Date
    Feb 2008
    Location
    India
    Posts
    6
    Downloads
    0
    Uploads
    0

    Question Help!! Using Formulae to turn ovals with Mach3

    I need to turn an oval object where elliptical path around the object axis can be defined by a standard equation describing an ellipse. I can see Mach3 should be able to do this by using its formula function... only I don't know how to go about it.

    How about guiding the lathe x-axis along a sinusoidal or cosine path around the turning axis? I think there is a huge potential here...

    Can anyone help?

    Rajiv


  2. #2
    Registered
    Join Date
    May 2007
    Location
    US
    Posts
    779
    Downloads
    0
    Uploads
    0
    Here is a post I did a short while ago.
    milling an elipse

    And playing with it a bit more, I added some Sin wave noise to the ellipse.

    Code:
    G0X0Y0
    
    #100=1.0(X RADIUS)
    #101=2.0(Y RADIUS)
    #102=0.25(ANGLE STEP)
    #104=30.0(ROTATE PATTERN)
    #106=60.0(MULTIPLIER FOR NOISE FREQ)
    #107=0.3(MULTIPLIER FOR NOISE AMP)
    (****************)
    #103=-1(COUNTER)
    G68X0Y0R#104
    #105=#107*SIN[#106*#103]
    G1G41X[[#100+#105]*COS[#103]] Y[[#101+#105]*SIN[#103]] D1 F10.0
    WHILE [#103 LE 360] DO1
    #105=#107*SIN[#106*#103]
    G1X[[#100+#105]*COS[#103]] Y[[#101+#105]*SIN[#103]] F10.0
    #103=#103+#102
    END1
    G1G40X0Y0
    G69
    Here is a good book for learning this type of programming.
    Not all of it will apply to controls like Mach3 but still a good referance.

    http://books.google.com/books?id=YKv...sec=frontcover
    Attached Thumbnails Attached Thumbnails Help!! Using Formulae to turn ovals with Mach3-ellipse_sin_wave_noise.jpg  


  3. #3
    Registered mc-motorsports's Avatar
    Join Date
    Feb 2007
    Location
    USA
    Posts
    1,084
    Downloads
    0
    Uploads
    0
    Why not post on the Mach 3 site? www.artofcnc.ca and goto the general discussion forum, those guys are VERY helpfull. Good luck!


Similar Threads

  1. New FeatureCam Mill (3axis) and Turn Posts for Mach3
    By chris59 in forum Screen Layouts, Post Processors & Misc
    Replies: 1
    Last Post: 04-05-2008, 03:43 AM
  2. Set Home on Mach3 Turn
    By scot1972 in forum Mach Lathe
    Replies: 1
    Last Post: 03-12-2008, 02:46 AM
  3. Turn off the system beep in Mach3?
    By fatal-exception in forum Mach Mill
    Replies: 0
    Last Post: 09-19-2007, 03:20 PM
  4. G-code manual for Mach3 turn?
    By Green0 in forum Mach Lathe
    Replies: 4
    Last Post: 06-25-2007, 08:57 PM
  5. Need help with a subroutine formulae...
    By Darc in forum G-Code Programing
    Replies: 2
    Last Post: 01-09-2006, 06:05 PM

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.