Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: d__walker on May 29, 2013, 10:05:49 AM

Title: Threading wizard doesn't work?!
Post by: d__walker on May 29, 2013, 10:05:49 AM
Hello! I have a turning lathe and such a problem... i have done all settings in this wizard but when i started cycle nathing happened, lathe doesn't react!( Maybe smb knows what the problem.
Here is my g-code. it jump over first 6 positions till g76 in 2 seconds and then it stops at g76.
G0 G40 G18 G80 G50 G90
G00 X5.025
G00 Z0.1
G00 X5
M03 S250
M08
G76 X4.8 Z-2 Q10 P0.5 J0.006 L45 H0.02 I29 C0.025 B0.0001 T0
M9
M5
M30
Thanks
Regards
Title: Re: Threading wizard doesn't work?!
Post by: Overloaded on May 29, 2013, 12:09:36 PM
Hi Valery,
   Are you running a licensed version of Mach3 ? ..... or, are you in DEMO mode ?
Threading is disabled in DEMO mode.
Russ
Title: Re: Threading wizard doesn't work?!
Post by: d__walker on May 29, 2013, 01:57:57 PM
Hi Russ
Licensed! When i am starting a cycle there is a sound like it begins to work but stops on it!(
Valery
Title: Re: Threading wizard doesn't work?!
Post by: Overloaded on May 29, 2013, 02:40:52 PM
Are you getting a valid INDEX pulse/RPM reading from the spindle sensor ?
Title: Re: Threading wizard doesn't work?!
Post by: d__walker on May 30, 2013, 03:44:52 AM
Spindle has manual control. Engines located only on x and z axis!
Valery
Title: Re: Threading wizard doesn't work?!
Post by: RICH on May 30, 2013, 08:58:26 AM
What wizard are you using?
You may want to have a look at Threading on The Lathe write up which can be found in Member's Doc's.
Post your xml file.

RICH
Title: Re: Threading wizard doesn't work?!
Post by: Atlas56 on May 31, 2013, 09:19:02 PM
All you need to do is add G94 in your first line of code for example "G18 G40 G49 G90 G94 G50 G80".
and G93 at the end before M30 line.