Hello Guest it is March 28, 2024, 04:34:39 AM

Author Topic: Threading wizard doesn't work?!  (Read 4041 times)

0 Members and 1 Guest are viewing this topic.

Threading wizard doesn't work?!
« 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
« Last Edit: May 29, 2013, 10:21:37 AM by d__walker »
Re: Threading wizard doesn't work?!
« Reply #1 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
Re: Threading wizard doesn't work?!
« Reply #2 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
Re: Threading wizard doesn't work?!
« Reply #3 on: May 29, 2013, 02:40:52 PM »
Are you getting a valid INDEX pulse/RPM reading from the spindle sensor ?
Re: Threading wizard doesn't work?!
« Reply #4 on: May 30, 2013, 03:44:52 AM »
Spindle has manual control. Engines located only on x and z axis!
Valery

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Threading wizard doesn't work?!
« Reply #5 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
Re: Threading wizard doesn't work?!
« Reply #6 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.