Hello Guest it is April 26, 2024, 09:13:05 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 - JimO

Pages: 1
1
General Mach Discussion / Tool Tables
« on: January 31, 2010, 08:13:42 AM »
I just set up tool tables and have had something happen which I cannot find the cause. When I run the following code, line 9 applies the tool offset as expected, but then I get a positive Z move to about 10", then it moves back down to the proper height. There is no command in this code for the move, so I assume that it is coming from Mach3. I have modified the settings in soft limits, thinking that this may be the source, but not so. Any suggestions?

N0000 (Filename: TEST.tap)
N0010 (Post processor: Mach2.post)
N0020 (Date: 1/31/2010)
N0030 G20 (Units: Inches)
N0040 G40 G90
N0050 F1
N0060 (Part: Test)
N0070 (Process: Drill 0, Jobber Drill 1/4, 0.125 inch Deep)
N0080 (Jobber Drill 1/4)
N0090 T112 M06  G43 H112
N0100 M03 S1600
N0110 G00 Z0.5000
N0120 X-0.2836 Y1.3547
N0130 Z0.0000
N0140 G01 Z-0.1250 F2
N0150 G00 Z0.5000
N0160 X-1.1843 Y0.9302
N0170 Z0.0000
N0180 G01 Z-0.1250
N0190 G00 Z0.5000
N0200 Z3.0000
N0210 X0.0000 Y0.0000
N0220 M05
N0230 M05 M30


Pages: 1