Hello Guest it is April 23, 2024, 11:26:59 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 - Graham Waterworth

971
G-Code, CAD, and CAM discussions / Re: Mach3 cutting path is wrong
« on: January 15, 2013, 05:05:51 PM »
Try this code and see what you get :-

%
O0001 (2 SLOTS)

G21 G40 G80 G17

N1 (FLAT 6MM)
G54 G00 G90 G49 X14.733 Y14.674
S18000 M3
Z21.
G01 Z15. F300.
X13. Y15.9 F3000.
G02 X13.1 Y16. R0.1
G01 X56.9
G02 X57. Y15.9 R0.1
G01 Y14.1
G02 X56.9 Y14. R0.1
G01 X13.1
G02 X13. Y14.1 R0.1
G01 Y15.9
X14.733 Y14.674
G00 Z21.
X15.444 Y33.687
G01 Z15. F300.
X13. Y35. F3000.
G02 X14. Y36. R1.
G01 X106.
G02 X107. Y35. R1.
G01 Y33.
G02 X106. Y32. R1.
G01 X14.
G02 X13. Y33. R1.
G01 Y35.
X15.444 Y33.776
G00 Z21.
M30
%

Graham

972
G-Code, CAD, and CAM discussions / Re: Mach3 cutting path is wrong
« on: January 15, 2013, 03:45:53 PM »
It may be better if you post a drawing of what the slot should look like as the code is creating arcs from line segments for some reason, you should only have about 15 lines of g-code to produce 2 slots with rads in the corners.

Graham

973
G-Code, CAD, and CAM discussions / Re: Problem with Arcs
« on: January 04, 2013, 09:04:03 AM »
you can not have a G02 or G03 with a radius of zero, if you tell Mach3 your tool is 2,999mm it will work.

974
Go into config and change the Abs/Inc setting on the arcs

975
Screen designer tips and tutorials / Re: AUTOSTART & AUTOREWIND BUTTON
« on: November 10, 2012, 04:28:10 AM »
I find it strange that a CAM program can not substitute M30 with an M0 and a M47 or add them on the lines before the M30, it sounds as if you need a new CAM system to me.

Graham

976
Screen designer tips and tutorials / Re: AUTOSTART & AUTOREWIND BUTTON
« on: October 30, 2012, 05:15:31 AM »
why not just loop the g-code put something like this :-

G00 X0 Y0 Z25.
G01 X.....
...
(BODY OF CODE)
...
M0 (WAIT FOR CYCLE START)
M47( LOOP)

Or you could use the dangerous method, NOT RECOMMENDED!

G00 X0 Y0 Z25.
G01 X.....
...
(BODY OF CODE)
...
G4 P5000 (WAIT FOR 5 SECONDS)
M47( LOOP)


977
CS-Lab / Re: First impressions of CS-Lab products
« on: October 17, 2012, 04:06:39 PM »
Start by setting your steps/per and a modest velocity,  there are no real starting figures as every setup is different, I would start with the latest autotune and see how it gets on.

http://www.cs-lab.eu/en/artykul-4-Download.html

Set the axis in the middle of the travel and press the autotune button, the axis will move + and - many times until it finds an optimum setting,  You may need to hit reset and re-run it if it faults.

As a guide my settings for the X & Y axis on my small mill are 16384, 200, 1000,500 and Z is  77000, 87, 1000, 1, but they may be of no use at all on your machine.

Graham

978
you could do a while isactive() loop and check any input, if you have a servo spindle you could do swapaxis(x,y) and do a home command to find the signal.

Graham

979
G-Code, CAD, and CAM discussions / Re: New setup
« on: September 24, 2012, 06:57:34 PM »
It sounds like you have the acceleration set too high try lowering the values in the motor tuning and work back up to find the optimum point.

Graham

980
What is the maximum feed rate of your machine?