Hello Guest it is April 26, 2024, 04:15:31 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - topcat58

Pages: 1
1
General Mach Discussion / Macro for mach3
« on: January 28, 2021, 01:09:01 PM »
Hi I have a lathe running mach3
Using uc400eth motion controller
There is a rigid tapping plugin download for Mach3 for this controller from all that sell
This controller so I’ve downloaded it,but how do I install it or run it ,sorry if I sound thick
But I am baffled how all the download is text :_

'Rigid tapping macro to UC400ETH

SetUserDRO(1200, Param1())   'P parameter = Z end
SetUserDRO(1201, Param2())   'Q parameter = pitch
NotifyPlugins(10200)      'Load parameter
SetUserDRO(1202, 0)         'Start Rigid tapping
While(GetUserDRO(1202) = 0)   'Wait for finish rigid tapping
   Sleep(50)
   NotifyPlugins(10201)
Wend 

 
Any help on how and what to do would be appreciated
Thanks

2
General Mach Discussion / mach3 lathe
« on: November 21, 2020, 08:43:53 AM »
hi all
finished my colcherster bantam conversion
all running fine and accurite,except threading
i have read up so much on this threading but still cannot get it running correctly
whats the point on a cnc lathe if you cannot screwcut
I have a fully licenced mach3

followed various guides,but when i check "use spindle feedback in sync mode"

it will go to start position start spindle but will not screw cut,when i uncheck "use spindle feedback in sync mode"  it will go to start position start spindle but will screw cut but out of pitch every pass

no backlash on ball screws,index counts rpm spot on,X and Z axis are calibrated and accurite ,ive been trying now for weeks with no joy
cannot figure it out



Pages: 1