![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| General CNC (Mill and Lathe) Control Software (NC) General Discussion of CNC (Mill and Lathe) control software here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| 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
| |||
| |||
| Here is a post I did a short while ago. http://www.cnczone.com/forums/showpo...22&postcount=4 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 Not all of it will apply to controls like Mach3 but still a good referance. http://books.google.com/books?id=YKv...sec=frontcover |
|
#3
| ||||
| ||||
| Why not post on the Mach 3 site? www.artofcnc.ca and goto the general discussion forum, those guys are VERY helpfull. Good luck! |
![]() |
| Tags |
| mach3 formula |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New FeatureCam Mill (3axis) and Turn Posts for Mach3 | chris59 | Screen Layouts, Post Processors & Misc | 1 | 04-05-2008 02:43 AM |
| Set Home on Mach3 Turn | scot1972 | Mach Lathe | 1 | 03-12-2008 01:46 AM |
| Turn off the system beep in Mach3? | fatal-exception | Mach Mill | 0 | 09-19-2007 02:20 PM |
| G-code manual for Mach3 turn? | Green0 | Mach Lathe | 4 | 06-25-2007 07:57 PM |
| Need help with a subroutine formulae... | Darc | G-Code Programing | 2 | 01-09-2006 05:05 PM |