Hello Guest it is June 10, 2024, 11:09:46 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.


Messages - Kfischer

Pages: 1 2 3 4 5 6 7 8 »
1
G-Code, CAD, and CAM discussions / Re: Mach3 Threading Help
« on: January 14, 2023, 08:04:33 PM »
Hi Kyle

No, I did not suggest buying a new ESS. What I am suggesting is getting the latest DRIVER, from the Warp9 web site. It is free.

The cost of large taps and dies - yeah, problem. I am more likely to be threading M2 up to M8 (or even M11), but I understand.

Cheers
Roger

Ahh, yeah I could probably go and get the driver. haha!

As for my lathe, I do have a cherry hall that measures 1 revolution each pulse that mach3 receives. My lathe is a gear head lathe that custom modded to run CNC haha, so I got no control over spindle unless I manually change gears. Good and bad maybe, but when tool hits in it rarely bogs it down any!

Ill be doing just some bigger farm parts so some stuff is larger threads and I can just custom threads and weld parts in sometimes lol.

Appreciate all the info, it's all good to know as I plan to also build myself a mill at some point.

Cheers,

Kyle

2
G-Code, CAD, and CAM discussions / Re: Mach3 Threading Help
« on: January 14, 2023, 04:10:54 PM »
First of all, you need to get the LATEST ESS driver from Warp9. Anything before that does not work properly.

Second, trying to use info from the HAAS machines is not a good idea. HAAS do some things a bit differently. You need to read (study) the Mach3 doco and experiment a bit.

I found the Mach3 G76 code to be overly complex, as it tries to do everything. Well, fine, but . . .
I simplified it, cutting out tapered threads and a few other bits one never uses. I find it does the standard threads quite well.

For the record, I routinely use Mach3 for threading. Granted, sometimes I cut the thread not quite all the way and finish off with a tap or die, but there is a good reason for this. With a standard 60 degree V-tool you will get a 'thread', but it will not have a profile which complies with the Standards. You can use a matched threading insert - matched to the single size of thread you are cutting, but that works out expensive. A commercial tap or die does make the right final profile.

Cheers
Roger

Thanks Roger!

Getting the latest ESS isn't in the budget haha. Good to know about HAAS as well, but I've run a few test runs with the code I wrote out basing off Thiers and my machine seems to like it and threads are fitting. Granted I did not use their code to a T, I blended a bit with a book I have and another video I  found on YouTube that simplified some stuff!

And yes, I realized quick that the regular A60 inserts won't do certain threads and that you need to buy various types that fit certain pitch angles. Which I'm good with, I have holders already so getting the inserts isn't a sweat.

I will keep it in mind about finishing with a regular tap/die though, but those get expensive too once you start buying for threads over an inch! Haha.

Most of what I will thread is basic straight threads so not really needing G76. Would be nice, but not needed.

I've got various sets of code already written and will modify the G32 sets as needed  8)

Take care!

Kyle

3
G-Code, CAD, and CAM discussions / Re: Mach3 Threading Help
« on: January 12, 2023, 09:15:09 AM »
Okay,

So apparently there can be issues with the smooth steppers and threading. Which is likely my issue.

But, G32 and some code got threads working fine for me!

For anyone else looking I based my code off of here:

https://www.haascnc.com/service/codes-settings.type=gcode.machine=lathe.value=G32.html

Works well, and they laid out the explanation well.

Kyle

4
G-Code, CAD, and CAM discussions / Re: Mach3 Threading Help
« on: January 11, 2023, 08:03:09 AM »
I also have an ESS smooth stepper. If that changes anything.

5
G-Code, CAD, and CAM discussions / Re: Mach3 Threading Help
« on: January 10, 2023, 11:59:38 PM »
What the first cycle looked like when finished.

6
G-Code, CAD, and CAM discussions / Mach3 Threading Help
« on: January 10, 2023, 11:38:21 PM »
Hello everyone!

Okay, so I've tried to read and attempted to use various fixes and such from this forum and others but I just cannot get this thing to run basic threads!

that said, I'm trying to use G76.
I've also tried the simple threads screen but it usually tells me my rpm is faster then feed?

When I run G 76 it seems to do all the prep proper, lines up and looks to cut thread BUT then when clearing itself to reset it cuts into the part!

I'm cutting towards chuck, in +X (spinning CCW).

This is the code I've been trying to run on some 1 inch stock I got laying here. (This is just where I ended up after a few days of buffering around so not sure what's right, but it's partial posting from the threading screen)

G0 G40 G18 G80 G50 G90
T07
G00 G53 X0.61 Z0.25
G00 X0.51
M3 G99 S87
G00 X0.510 Z0.25 F4.35
G76 X0.9405 Z-1.2 Q3 P0.05 H0.05 I29 R0.5 K0.25 L0 C0.5 B0.001 T0
G00 X1.25 Z0.25
M9
M30

This code crashes hard hahaha.

I had simpler code that would only cut a small line in the stock on its way to reset but I've saved over and don't have it anymore.

I posted a photo of what it was doing.




7
General Mach Discussion / Re: Mach3 Threading with Gear head lathe
« on: February 15, 2022, 06:01:29 PM »
Got it working!

Sensor shows within 1-2 RPM of what the gear box chart reads which is awesome.

Thanks for the help everyone, the sensor was the issue 😎

- kyle

8
General Mach Discussion / Re: Mach3 Threading with Gear head lathe
« on: February 14, 2022, 01:42:15 AM »
not sure you have this?

https://www.machsupport.com/wp-content/uploads/2013/02/Mach3_Threading.pdf

Yes, read through it. Didn't seem to help with with setting up the sensor.

I'm hoping the sensor is broken (or not working proper, like the rest of this lathe was when I got it lol). New sensor on the way, will install and test when it's here.

Current one come with the lathe, nothing worked which is why I got the thing dirt cheap and I've rebuilt everything. Never could get the sensor working so I've just been cutting without it (since it's a gear box lathe). But I want to try and thread some stuff now and well it's needed haha!

Cheers

Kyle

9
General Mach Discussion / Re: Mach3 Threading with Gear head lathe
« on: February 14, 2022, 01:28:33 AM »
just an idea, have you enabled

Config -> Ports&Pins -> Spindle Setup -> Use Spindle Feedback in Sync Modes
Config -> Ports&Pins -> Spindle Setup -> Spindle Speed Averraging

Yes, both of those are checked  :D

10
General Mach Discussion / Re: Mach3 Threading with Gear head lathe
« on: February 14, 2022, 01:27:42 AM »
I bought a hall proximity sensor off Amazon.

Hopefully it does the trick.

Not even sure this current one works haha, for 30 bucks I'll try another. I may splice the power from the plug direct to the sensor and not run through the board other then the signal wire?

If that makes sense and that way I know the sensor is powered properly.

Kyle

Pages: 1 2 3 4 5 6 7 8 »