Hello Guest it is March 29, 2024, 01:44:16 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 - Keith Dickinson

Pages: 1
1
General Mach Discussion / G43 ignored
« on: October 16, 2012, 05:47:24 AM »
Hi Everyone,
I'm trying to get "stop spindle, wait for cycle start" to work properly.
It's selected in config
The M6start macro is still blank and the M6end macro is untouched and just returns xyz if they have been altered.
The program runs OK, stopping to allow a manual tool change and continuing when "cycle start" is pressed

here is my code

N02 M6 T1
N03 S4000 M03
N04 G4 P5
N05 G00 G90 G54 X0. Y0.
N06 G43 H1 Z2.54 M08
N07 G81 G98 X0. Y0. Z-4.871 R2.54 F400.
N08 M09
N09 M05

The tool number "T" does not change from zero and the tool offset "h" is unaltered..........why

stay calm folks

Pages: 1