Hello Guest it is March 29, 2024, 07:13:44 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 - Mike_DK

Pages: 1 2 »
1
General Mach Discussion / Re: How to create 4 Linaer Axis in Mach 3
« on: March 22, 2014, 02:35:16 PM »
Okay, got it to Work the way I want but with Subprograms, I Didn't think it would be that easy :-D Here is my sample.

( Profile 1 )
( File created: fredag, marts 21, 2014 - 05:41 )
( for Mach2/3 from Vectric )
( Material Size)
( X= 500.000, Y= 500.000 ,Z= 30.000)
()
(Toolpaths used in this file:)
(Profile 1)
(Tools used in this file: )
(1 = End Mill {3 mm})
N100G00G21G17G90G40G49G80
N110G71G91.1
N120T1M06
N130 (End Mill {3 mm})
N140G00G43Z20.000H1
N150S12000M03
N160(Toolpath:- Profile 1)
N162M98P1234L10
M30



(O1234)
N179M0
N180G94
N190X0.000Y0.000F3600.0
N200G00X-1.500Y0.000Z6.000
N210G1X-1.500Y0.000Z-1.000F1200.0
N220G3X0.000Y-1.500I1.500J0.000F3600.0
N230G1X12.817Y-1.500Z-1.000
N240G3X14.317Y0.000I0.000J1.500
N250G1X14.317Y13.860Z-1.000
N260G3X12.817Y15.360I-1.500J0.000
N270G1X0.000Y15.360Z-1.000
N280G3X-1.500Y13.860I0.000J-1.500
N290G1X-1.500Y0.000Z-1.000
N300G00X-1.500Y0.000Z6.000
N310G00Z20.000
N320G00X0.000Y0.000
N330M09
N340M99
%


/Mike

2
General Mach Discussion / Re: How to create 4 Linaer Axis in Mach 3
« on: March 20, 2014, 03:56:27 PM »
no no my tool change is only controled by outputs, it is a pretty simple code :-D but it Works
My tool change is 3 spindles on air cylinders so I have a offset on each spindle G54 G55 G56.

so every time it starts a program it have to activate the cylinder, speed up the spindle and that take time.

3
General Mach Discussion / Re: How to create 4 Linaer Axis in Mach 3
« on: March 20, 2014, 12:13:52 PM »
Russ it's only the Y axis DRO that moves.
Is it possible to get the g code to run in a loop from one line number to another with out make a sub program. ? I don't want it to start from line 0 because of the tool change that i have.

5
General Mach Discussion / Re: How to create 4 Linaer Axis in Mach 3
« on: March 19, 2014, 05:45:57 PM »
Yes I tried to swap A and B axis, it was the same. then I made 2 M codes, one with the SwapAxis and one with ResetAxisSwap. That Works. I'm very happy with
your guys help. Thanks a lot.



6
General Mach Discussion / Re: How to create 4 Linaer Axis in Mach 3
« on: March 19, 2014, 01:21:49 PM »
Hood, how would the code look like, I'm not that strong in VBscript.

7
General Mach Discussion / Re: How to create 4 Linaer Axis in Mach 3
« on: March 19, 2014, 04:29:23 AM »
Yes the box is unchecked. Can it have any thing to do with G17 XY plane select ?

8
General Mach Discussion / Re: How to create 4 Linaer Axis in Mach 3
« on: March 19, 2014, 03:48:58 AM »
Russ, I all ready tried that, and it works, BUT only G0 and G1 when I use G2 or G3 with X - A axis I get Mach 3 radius Error and the machine stops.

9
General Mach Discussion / How to create 4 Linaer Axis in Mach 3
« on: March 18, 2014, 02:52:33 PM »
Hi

Is it possible to use A axis as a Linaer axis so that you can run with 2 tables with Y & A axis. I have a Alberti Format 90 cnc machine that I rebuild to mach 3, now I use A axis as a slave, but I want to run the two Tables separeat.

10
WOW that was fast , it work like a charme. THANKS!!!  :)

Pages: 1 2 »