Hello Guest it is April 26, 2024, 12:12:00 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.


Messages - Chip

1361
General Mach Discussion / Re: Delay at end of each drill op
« on: October 31, 2007, 12:43:57 AM »
Hi, PatM

Under Config, Ports&Pins, Click on Spindle Setup, lower center, General Pramiters there some delay Box's for CW and CWW delays.

Hope this Helps, Chip

1362
General Mach Discussion / Re: Milling machine wirth servos
« on: October 30, 2007, 12:47:12 AM »
Hi, Dennis

Have some info on your SD1525-10 servo boards, Lost your Phone # in a pile of paper's, what a Mess.

Thanks, Chip

1363
General Mach Discussion / Re: Tangential Set-up
« on: October 29, 2007, 02:01:31 AM »
Hi, Jason

Any time.

Chip

1364
General Mach Discussion / Re: Go To Coordinates
« on: October 29, 2007, 01:14:35 AM »
Hi, DroopyPawn

Jog buttons are accurate, Tab key, set Jog Mode to "Step" then just above it enter distance in the window, You can activate under "Operator" a Auto Calculator by checking beside it, Then enter the number from a calk window.

You can use a Work Offset by setting it but it's a Gcode G54 to G59P253, look under Offsets Tab, Work Offset's and read up on it.

It's a Gcode world.

G00 X10 Y10 then Zero X,  Zero Y, It's basically a Work Offset

Hope this Helps, Chip


1365
General Mach Discussion / Re: Mach 3.56 upgrade and screen size
« on: October 29, 2007, 12:25:02 AM »
Hi, Wayne

Config, General Config, "Screen Control" bottom cntr. Check the Auto Screen Enlarge Box, OK and restart Mach should do it.

Chip

1366
General Mach Discussion / Re: Tangential Set-up
« on: October 28, 2007, 10:59:14 PM »
Hi, Jason

Is your Gcode for a square, in your code you have a G91 Inc mode should be G90 ?

Try this Gcode

N5 (File Name = square on Saturday, October 27, 2007)
N10 (Default Mill Post)
g90 ;-----------------------------------------------------N15  G91.1
N20 G0  Z1.0000
N25 M3
N30  X190.4607  Y54.4125
N35  Z0.1000
N40 G1  Z0.0000  F2000.00
N45  X565.3026   
N50  Y231.2444   
N55  X190.4607   
N60  Y54.4125   
N65 G0  Z1.0000
N70 M5
N75 M30
%

Is it your cutting a square with a knife cutter and need a 90 deg turn at each corner ?


N5 (File Name = square on Saturday, October 27, 2007)
N10 (Default Mill Post)

g21;--------set for MM

g90 ;--------------------------N15  G91.1

N20 G0  Z1.0000
N25 M3
N30  X190.4607  Y54.4125
N35  Z0.1000
N40 G1  Z0.0000  F2000.00
N45  X565.3026   

g01 a 90

N50  Y231.2444   

g01 a 180

N55  X190.4607   

g01 a 270

N60  Y54.4125   

g01 a 0

N65 G0  Z1.0000

g00 x0 y0

N70 M5
N75 M30
%


Thanks, Chip

1367
LazyCam (Beta) / Re: zero diameter circles and spurious circles
« on: October 28, 2007, 07:15:33 PM »
Hi, Lawrence

LazyCam has some issues with arc's, Art has it on his list to look at.

I guess I got confused on the 1.5 X.5  dim..

Hears one in engrave mode, Pocketing misses part of the K.

Just Another, Chip

1368
LazyCam (Beta) / Re: zero diameter circles and spurious circles
« on: October 28, 2007, 06:03:57 AM »
Hi, Lawrence

Hears one, proper font, proper size, made with BobCad 2007.

Feed speed's set at F1, it has 2 tool changes and spindle speed of S2000, Mach should ignore them if you have it turned off

Do a air cut, from Z0 it will cut .050 deep and rapid at .1 above Z0.

With feed  override you can increase to 3 in a min or edit them.

Hope it Helps, Chip

1369
General Mach Discussion / Re: New Mach3 install
« on: October 28, 2007, 12:51:36 AM »
Hi, Mark

"Blended Speed" is an average speed of all axises that are moving at any given time.

Bet's I Now, Chip



1370
LazyCam (Beta) / Re: zero diameter circles and spurious circles
« on: October 27, 2007, 09:56:13 PM »
Hi, Lawrence

Hears one I made not proper font, Proper size though, Using ver. 2.56, Didn't pocket properly.

Can you use offsetting.

Thanks, Chip