Hello Guest it is April 16, 2024, 05:24:48 PM

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 - cmanning

Pages: 1
1
General Mach Discussion / Turn and rear tool posts
« on: September 30, 2013, 04:00:26 PM »
I'm running R3.042.033 on my lathe. It's setup with a gang tool plate. Most of the tools are setup as front post, however, I do have a cutoff tool I'd like to use as a rear post tool. Based on an old topic from 2009, using a mix of front and rear posts didn't work, but was something which was going to be fixed. Did it ever get fixed or am I SOL? (I have tested it on this version, and selecting rear post has no affect on the direction of tool travel as it should.)

If mach won't deal with it properly, what are my best options for coding it? My first thought is to just code it with negative values.

Thanks
Chris Manning
silverhandstudios.com

2
General Mach Discussion / Odd issues in Turn with spindle RPM
« on: July 28, 2010, 12:23:51 PM »
This is an odd issue and I'm hoping that someone has some ideas for me.  Here is the background.

I have a lathe running off of a G540 that has been running for 10 months just fine.  I have been using 3.042.029 during that time.  I use a multi-notch index disc along with the timing function in Mach to handle my threading.  It has been working beautifully.

Two weeks ago the mother board on my PC died so I picked up a new machine to run the lathe.  I reinstalled Mach, restored all of the config files from my old machine and started working with it.  Everything is working except the spindle speed.  I get a speed output, but it is exactly double what the real rpm is (so at the low end the lathe does 161 rpm but it shows 332 and it follows straight through the range to the top speed.)

First thing I'll say is that none of hardware other than the PC has changed (I haven't changed the index wheel for instance.)  I thought that none of the software had changed either after the restore.  I have tried to upgrade to a newer version of Mach, but the timing function wasn't working at all, and I seem to remember reading somewhere that the feature had been removed in favour of indexing instead.

Does anyone have any thoughts on why this might be happening?  Any thoughts on how I can test what might be the issue?

Thanks
Chris

3
General Mach Discussion / Mach Mill and G76
« on: July 11, 2009, 09:30:16 AM »
Recently I started using my mill as a vertical lathe for a couple of projects.  I setup some gang tooling along the Y-axis to avoid manual tool changes.  Everything is working out great, but now I want to add some threading.  I took some G76 threading code to integrate into my current jobs, and Mach Mill complains that it doesn't recognize the G76 code.  I was a little surprised that it didn't recognize it since I thought Mach used common code between the two.  Is there any easy way to add support for G76 in Mill?

I've avoided using Lathe for this setup since I don't want to go through the hassle of making a new Lathe screen with a Y-axis to handle the gang tool setup.  I suppose if there is already a 3-axis lathe screen out there I'd be happy to use that as well (I haven't found one yet so if anyone knows of one, please let me know.)

Let me know if anyone has thoughts on this.

Thanks
Chris

4
G-Code, CAD, and CAM discussions / Questions about Gcode and A-Axis
« on: April 25, 2008, 03:41:17 PM »
Hey folks.  I'm still very new to hand writing my own gcode, so please bear with me.  I'm writing a program to cut a multi-lead thread (I'm using a 60 degree cutter and my A axis.)  Since I have to take very shallow cuts on each pass, I have to make 22 passes at each of the 4 leads I am cutting.  I'm using G91 to increment A by the number of degrees I need to cut for each pass.  To save time I do not return A back to 0 after each pass.  After a while the value for A tends to get a little out of hand (not sure if there is an actual limit on what a DRO value can be.)  This makes it tough to see where problems might have been introduced.  Is there a way to have the gcode zero the A axis as if I pressed the zero button manually?

Here's a sample of what I'm doing (I'm using a subroutine to handle each pass, but this is the general idea.)

G0 X0 A0
G1 Z-0.001
G91
G1 X-1 A3600
G90
G0 Z0.2
G0 X0
G1 Z-0.002
G91
G1 X-1 A3600
G90
G0 Z0.2
G0 X0
...And so on for 88 passes.

Thanks
~Chris

5
General Mach Discussion / Problem with arcs in Mach3 Turn
« on: August 24, 2007, 11:07:56 AM »
I've been looking through the forums and have found a number of people who have run into the same error that I am: Radius to end of arc differs from radius to startLine 9.

I've attached the gcode file that is causing the error.  The thing that is very frustrating is that I've used this code roughly a dozen times without issue.  In fact I had used it 5 mins before I started having the problem.  In between my successful and unsuccessful attempts, I ran the OD turning wizard to get the blank down to the size this code is expecting.

I have tried changing the Motion Mode as well as the IJ mode without success.  I've also tried separating the initialization codes on line N0005 as suggested in one reply without success.

The version of Mach3 is listed in about as R2.4.

Thanks
Chris

Pages: 1