Hello Guest it is April 19, 2024, 07:51:12 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 - jason30

Pages: 1
1
General Mach Discussion / Denford easiturn & mach 3
« on: November 16, 2014, 12:14:09 PM »
hi there, I'm looking for help with my lathe. My father in law and I converted the machine from the original cnc control to mach 3 about a year ago. I have had various problems and have slowly got the machine to work better. Having saide that I am still having issues.

1. I am using the original motors, they have 4 wires and are rated  at 3.5 amps with a power supply  of 80v. When I disconnect the drive to the z axis I can get 3mpm . When the motor is connected to the axis I can only get 1.8mpm. On the x axis I can get 2.5mpm. Would I be right in saying that I need motors with more power or torque. Am I barking up the wrong tree.

2. When I'm machining something that requires several cuts the feed rate doesn't seem to stay constant. For example if I put a feed in of 0.2per rev it will do facing cuts at the specified feed but then when it does the turning cuts the feed will reduce by about half and then goes back up to 0.2 on the final cut. I don't get this at all This is the standard start block I use for each tool.

G18 G80 G90
M6 T0101
G97 S1500 M3
S1500
G95 F0.2
G0 X50 Z0.0 M8.

I have tried the feed on the first G1 line and on all feed lines following a G0 line but I still get the same result

I have seen videos on you tube of big slant bed machines being run by mach so if people can get there big machines running pretty good why am I struggling with a small one.

Any help would be very much appreciated

2
General Mach Discussion / mach mill cutter compensation
« on: November 30, 2013, 10:35:29 AM »
Hello everyone. I wondered if anyone could help me. I'm using my milling machine for simple things at the moment. I use   featurecam to produce the code. If I get II don't use cutter comp mach will follow the programme no problem. if I use cutter comp I have certain issues.

%cylinder drain flats )
(Compiled: 11-30-2013)


G40  G17 G80
G28 G91 Z0.0
N1 T1 M6 (1/4" slot drill)  S1718
G00 G90 X-0.3498 Y0.3175  M3
G43 H1 Z0.2  M08
G00Z-0.335 
G01 Z-0.625 F4.12
G01 X-0.3123 Y0.2525 F5.15
G01 G41 X0. Y0.2885 D01
G01 X0.25 Y0.144
G01 Y-0.1443
G01 X0. Y-0.2885
G01 X-0.25 Y-0.144
G01 G40 X-0.375 Y0.144
G00Z0.2 
G40 G17 G80
G28 G91 Z0 M09
M05
M30
%

The above code is for machining a 1/2" hexagon with a 1/4" slot drill. On the last side to be cut the machine stops short abd then proceeds to cut at an angle to the last position.
The following code is the same but with a couple of modifications but does the job how I want it. So the question is, is the cadcam giving out the wrong code or is mach not reading the code as it should

%cylinder drain flats )
(Compiled: 11-30-2013)


G40  G17 G80
G28 G91 Z0.0
N1 T1 M6 (1/4" slot drill)  S1718
G00 G90 X-0.3498 Y0.3175  M3
G43 H1 Z0.2  M08
G00Z-0.335 
G01 Z-0.625 F4.12
G01 X-0.3123 Y0.2525 F5.15
G01 G41 X0. Y0.2885 D01
G01 X0.25 Y0.144
G01 Y-0.1443
G01 X0. Y-0.2885
G01 X-0.25 Y-0.144
G01 Y0.144
G01 G40 Y0.144
G00Z0.2 
G40 G17 G80
G28 G91 Z0 M09
M05
M30
%

The following  programme is to cut a circle .3" diameter with 1/4" slot drill but with the comp mach comes up with a message saying arc radius not less then cutter radius. other than using a smaller tool which isn't always a good thing is there anything I can do to rectify the problem or is this just how mach is. Do machines with Haas Or fanuc etc. have this problem


%(circle)
(Compiled: 11-30-2013)


G40  G17 G80
G28 G91 Z0.0
N1 T1 M6 (1/4" slot drill)  S1000
G00 G90 X-0.0059 Y0.0102  M3
G43 H1 Z0.2  M08
G00Z0.04 
G01 Z-0.02 F1.0
G01 G41 X0.075 Y-0.0 F2.0 D01
G03 X0.075 Y-0.0 I-0.075 J0.0 F1.0
G01 G40 X0.0115 Y-0.0022 F2.0
G00Z0.2 
G40 G17 G80
G28 G91 Z0 M09
M05
M30
%

I'd be very gratetful if someone could shed some light as it's really frustrating. Thanks in advance.


Jason

Pages: 1