Having trouble with Offsets in mill turn

MSM turn mode support (and mill-turn as it runs in turn mode).
Post Reply
AUSTINMACHINING
Posts: 6
Joined: Sun Sep 03, 2017 12:49 pm

Having trouble with Offsets in mill turn

Post by AUSTINMACHINING »

Hello all,
I just installed mill turn but for the life of me cannot get any of the tool offsets to work. I've duplicated the videos, read the manuals etc., but am still missing something. I first set my tool block origin using tool #1, all looks good. I set the tool offsets manually as I don't have a probe. The offsets show in the corresponding boxes /tool table etc. I have a simple program with just a few moves and 2 tools, #2 and #3. When I run the program it moves X and Z form the tool change location and does not apply/move to the tool offsets entered. I can jog to any random spot on the table and run the program, but it only moves to the tool change position. All the code runs for there and ignores any tool offsets. If fact, the Y axis never moves beyond the tool change location. Below id the posted code from InventorHSM. I am using a Mach 3 post processor I got of the InventorHSM site.

O1001
N10 G90 G94 G40 G18 G80
N11 G20

(FACE1 )
N12 M6 T0303
N13 M8
N14 G94
N15 G97 D03 S500 M3
N16 G0 X1.26 Z0.1969
N17 G0 Z0.0166
N18 G1 X0.5731 F39.37008
N19 X0.46 Z-0.04
N20 X0.
N21 X0.1131 Z0.0166
N22 G0 X1.26
N23 Z0.1969

(PROFILE1 )
N24 M1
N25 M6 T0202
N26 G94
N27 G97 D02 S500 M3
N28 G0 X1.26 Z0.1969
N29 G0 Z-0.0149
N30 X0.5883
N31 G1 X0.2631 F39.37008
N32 X0.15 Z-0.0715
N33 Z-0.2115
N34 G18 G2 X0.1498 Z-0.2142 I-0.063
N35 G1 X0.115 Z-0.4129
N36 Z-0.5015
N37 X0.2281 Z-0.4449
N38 X0.275
N39 G0 X1.26
N40 Z0.1969

(GROOVE2 )
N41 M1
N42 M6 T0303
N43 G94
N44 G97 D03 S500 M3
N45 G0 X1.26 Z0.1969
N46 G0 Z-0.4465
N47 X0.62
N48 G1 X0.46 F39.37008
N49 X0.435
N50 X0.62
N51 G0 Z-0.5556
N52 G1 X0.46 F39.37008
N53 X0.435
N54 X0.46
N55 X0.595
N56 G0 X0.62
N57 Z-0.6647
N58 G1 X0.46 F39.37008
N59 X0.435
N60 X0.46
N61 X0.595
N62 G0 X0.62
N63 Z-0.7737
N64 G1 X0.46 F39.37008
N65 X0.435
N66 X0.46
N67 X0.595
N68 G0 X0.62
N69 Z-0.8828
N70 G1 X0.46 F39.37008
N71 X0.435
N72 X0.46
N73 X0.595
N74 G0 X0.62
N75 Z-0.9919
N76 G1 X0.46 F39.37008
N77 X0.435
N78 X0.46
N79 X0.595
N80 G0 X0.62
N81 Z-1.1009
N82 G1 X0.46 F39.37008
N83 X0.435
N84 X0.46
N85 G0 X1.26
N86 Z0.1969

N87 M9
N88 G28 U0. W0.
N89 M30
%





Thanks in advance,
Matt
Post Reply