Development Version - Help With Rules...

Having problems with or questions about SheetCam? Post them here.
Post Reply
Davek0974
Posts: 286
Joined: Sat Feb 01, 2014 2:07 pm

Development Version - Help With Rules...

Post by Davek0974 »

Trying to get my head around these wonderful rules but getting confused, here is what I am doing.

Job is just a circle, 200mm perpendicular lead-in, Torch speed is 1600mm/min, 2mm Overburn, cut rule is set for 0mm before start set cut speed 60% and output THC off code, 0mm before end set cut speed 100% and output THC on code.

This gives me the following file...

N0080 (Operation: Inside Offset, Circle, T1: Plasma, 0.75 mm kerf)
N0090 G00 X32.5000 Y27.8750
N0100 G31 Z -100 F500.0
N0110 G92 Z0.0
N0120 G00 Z4.7500
N0130 G92 Z0.0
N0140 G00 Z4.0000
N0150 M03
N0160 G04 P0.1
N0170 G01 Z1.0000 F800.0
N0180 M101
N0190 Y7.8750 F1600.0
N0200 G03 I0.0000 J24.6250
N0210 X34.4978 Y7.9562 I0.0000 J24.6250
N0220 M102
N0230 M05
N0240 G00 Z10.0000
N0250 X0.0000 Y0.0000
N0260 M05 M30

N0180 is the THC off command but there is no speed reduction, line N0190 still sets it to 1600 which is 100%

So the THC code is coming through ok but not the speed decrease??

Am I doing something wrong or is it a bug?

What I am trying to achieve is Probe Height, THC off, Cut Circle, Overburn, Torch Off, THC on.
ajclay
Posts: 65
Joined: Thu Jun 25, 2009 3:10 am

rules

Post by ajclay »

I had that problem the other day and I had the diameter in the rule to small.

Aj
rikduk
Posts: 47
Joined: Fri Oct 25, 2013 11:48 pm

Post by rikduk »

You said you put your thc off code "on start"
What on start does, is :
on start of cut, go X distance at % speed, then output ......code.
if distance is 0, speed wont change, but it will still output the code.
you can just create a rule for circles...smaller than...(for this job, put 250mm) feedrate...(put your60% here)
start code: will output that code at the beginning of the circle
end code: will output that code when the circle is done.
Davek0974
Posts: 286
Joined: Sat Feb 01, 2014 2:07 pm

Post by Davek0974 »

Ok, tried that and got this result...

N0080 (Operation: Inside Offset, Circle, T1: Plasma, 0.75 mm kerf)
N0090 G00 X32.5000 Y27.8750
N0100 G31 Z -100 F500.0
N0110 G92 Z0.0
N0120 G00 Z4.7500
N0130 G92 Z0.0
N0140 G00 Z4.0000
N0150 M03
N0160 G04 P0.1
N0170 G01 Z1.0000 F800.0
N0180 M101
N0190 Y7.8750 F960.0
N0200 G03 I0.0000 J24.6250
N0210 X34.4978 Y7.9562 I0.0000 J24.6250
N0220 M102
N0230 M05
N0240 G00 Z10.0000
N0250 X0.0000 Y0.0000
N0260 M05 M30

In line N0150 we turn the torch on for the pierce, and then in line N0180 we turn off THC, I guess this will work as the machine is not moving during pierce, Mach3 will ignore any THC inputs plus there is a delay in the THC unit which does not output any signal for a pre-set time.

At least the slow-down works now, thanks.
Post Reply