Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: zmanbb on April 10, 2014, 01:39:01 PM

Title: System with only X and C axis and fixed tool point
Post by: zmanbb on April 10, 2014, 01:39:01 PM
Hi

Is it possible to use Mach3 to create cutting / sawing machine similar as on this video: http://www.youtube.com/watch?v=dnap1utiJdo

The machine has fiexd wire saw (toolpoint is fixed) and two axes:
- X axis for horizontal movement
- C axis for rotary movement

The center of C axis and the tool point are aligned on X axis.

Can Mach3 handle this kind of axis configuration?
Title: Re: System with only X and C axis and fixed tool point
Post by: Hood on April 13, 2014, 04:25:42 AM
Should not be an issue with Mach, possibly the toolpath view will not show correctly but other than that Mach will just execute the commands you send and there should not be a problem.
Hood
Title: Re: System with only X and C axis and fixed tool point
Post by: zmanbb on April 13, 2014, 06:21:40 AM
I want to be able to input the coordinates (and shapes) in XY coordinates.

Will Mach3 be able to transform the XY coordinates to proper X-C movement of axes?
Title: Re: System with only X and C axis and fixed tool point
Post by: Hood on April 13, 2014, 08:31:42 AM
If you input the moves as X and Y you will get X and Y toolpaths, you would seem to be wanting X and C from what I gather.
Hood
Title: Re: System with only X and C axis and fixed tool point
Post by: zmanbb on April 13, 2014, 09:03:25 AM
Yes, you are right.

I want to input moves in X an Y coordinates. Then Mach3 must transform them to movements of X and C axis.

Can Mach3 handle these kind of transformations?
Title: Re: System with only X and C axis and fixed tool point
Post by: Hood on April 13, 2014, 12:43:40 PM
No, if you want X and C moves you should programme X and C moves.
Hood
Title: Re: System with only X and C axis and fixed tool point
Post by: magicniner on April 13, 2014, 01:14:49 PM
You're really asking about CAM functionality, to expect CNC software to do the trasnform is a little optimistic ;-)
A decent CAM system will allow you to define your machine configuration, ask the players in your budget if their software will deal with this configuration and choose from the ones that will,

 - Nick
Title: Re: System with only X and C axis and fixed tool point
Post by: stirling on April 14, 2014, 04:04:24 AM
I had it in mind that you might be able to do this using axis formulas (Function Cfgs). I tried it but it just produced a nonsense toolpath. A bit more diddling and either I'm doing it wrong or formulas don't work properly. Really simple ones seem to work but anything slightly complicated seems to throw it. The example on the formulas dialog implies it CAN handle more complex formulas but not here anyway. (3.43.22).
Title: Re: System with only X and C axis and fixed tool point
Post by: Tweakie.CNC on April 14, 2014, 06:03:03 AM
I had it in mind that you might be able to do this using axis formulas (Function Cfgs). I tried it but it just produced a nonsense toolpath. A bit more diddling and either I'm doing it wrong or formulas don't work properly. Really simple ones seem to work but anything slightly complicated seems to throw it. The example on the formulas dialog implies it CAN handle more complex formulas but not here anyway. (3.43.22).

I looked at this as well but concluded that Nick is quite right - it is really a job for the CAM software to sort out.

Tweakie.
Title: Re: System with only X and C axis and fixed tool point
Post by: BR549 on April 14, 2014, 12:36:45 PM
This Wizard can do something similar to what you need. It can reconfigure MACH3 to run the rotary axis as Y directly from Gcode.

http://www.machsupport.com/forum/index.php/topic,23216.0.html

I would permantly setup the machine the same way the wizard  sets up the machine.  Then when you run teh Gcode Mach3 converts the Y linear to run as C rotary.

Just a thought, (;-) TP
Title: Re: System with only X and C axis and fixed tool point
Post by: Hood on April 14, 2014, 05:00:38 PM
I must be seeing this all wrong but I just cant work out why, if you want the machine to act as a  X and C axis, you have physical  X and C axes that you want to programme X and Y, why not just programme X and C?
Hood
Title: Re: System with only X and C axis and fixed tool point
Post by: BR549 on April 14, 2014, 07:48:56 PM
Probably because most low end Cams cannot do that conversion (;-) so IF the machine can do it it may save a large chunk of cash. It is kinda like conversational programming Vs Cam programing.

I agree the best thing to do IS set up the machine as XC and let CAM handle it. But this is Mach3 land of the WE can do it.

Can it be done yes , should it be done, probably not.

(;-) TP

Title: Re: System with only X and C axis and fixed tool point
Post by: magicniner on April 15, 2014, 06:42:19 AM

Can it be done yes.


I've somehow missed the solution to this, we're talking about a horizontal table for profiling 2.5D parts, it is interesting as it could increase the profiling envelope of a small mill with the use of a rotary table with a stepper!
Which post in the linked thread gives details of config for using a horizontal rotary, one horizontal linear axis and Z?

Ta,
Nick
Title: Re: System with only X and C axis and fixed tool point
Post by: Graham Waterworth on April 15, 2014, 01:39:11 PM
what you are talking about is what lathes with milling do when they do not have a Y axis, most lathe CAM can do XC or polar milling so lathe may be the place to look for code creation.

Title: Re: System with only X and C axis and fixed tool point
Post by: magicniner on April 15, 2014, 03:55:52 PM
what you are talking about is what lathes with milling do when they do not have a Y axis, most lathe CAM can do XC or polar milling so lathe may be the place to look for code creation.



Would a CAM package have to support live lathe tooling for polar milling to be likely to be supported?
Title: Re: System with only X and C axis and fixed tool point
Post by: Graham Waterworth on April 19, 2014, 02:21:35 PM
Yes it would.