Hi all,
Anyone running a Okuma LB15 with OSP 5000L controller that can help with threading cycle gcode
I have managed to get threading code to run with the g33 or the G71 code
BUT !!!!
only with the "DRY RUN" switch on. Why could this be ?
Anyone ?
And of course i cant actually use it with the switch on as the feed rate is at rapids ..
both Gcodes below,
**********works only with " dry run " switch on **********
%
(Thread test)
N181 M1
N183 G0 X500 Z200 M42 S350 T1010
N184 X120 M08 M03
N184 G33 X89 Z150 F1.5
N184 X88
N184 X87
N184 X86
N184 X85
N184 G0 X500 Z400 M09 M5
N185 M2
%
%
(TEST G71.MIN)
N10 G50 S3000
N11 G0 X500.
N12 G0 Z500.
(THREAD1)
N13 T101010
N14 G95
N15 G97 S500 M3 M42
N16 G0 X62. Z220.
N17 G0 Z214.5
N18 G71 X16.15 Z197. D0.32 H1.6 F1.5 M32 M73
N19 X62. Z220.
N20 G0 X500.
N21 G0 Z500.
N22 M2
%
why wont this work with " DRY RUN " switch off
Thanks all for looking