elay in subprograms
Posted: Tue May 02, 2023 7:48 am
I have a subroutine M105. This program measures the surface with a touch sensor.
The problem is in the long pauses between m105 routines. Do I understand correctly, this delay in the calculation of a new trajectory?
Code: Select all
(1001)
(TEST1)
(T70 D=5. CR=2.5 - ZMIN=-95.4 - PROBE)
N10 M105 P336 Q1
N15 G90 G94 G17
N20 G21
N25 G53 G0 Z0.
( 2)
(RENISHAW OMP40-2 4MM X 50MM)
N30 T70 M6
N35 G54
N45 G0 X-432.2149 Y330.7739
N50 G43 Z-34. H70
N60 M105 P9830
N65 M105 P9810 Q-88.4 R1270.
N70 M105 P9813 Q-88.4 R10.
N75 G80
N80 G0 Z-34.
N90 M105 P9833 Q1 R0
N95 G53 Z0.
N100 M105 P336
N105 M30
The problem is in the long pauses between m105 routines. Do I understand correctly, this delay in the calculation of a new trajectory?