ART,
Just a few things on version 032, some may have been posted:
1. Spindle rpm DRO dosn't return to zero....it will if you command M5
2.At low rpm here,ie 55 rpm, the DRO reads properly, but the Turn Diagnostics shows values from -1400 to +700
for the Real Time rpm, the application rpm is ok though. No other problem for the other rpm ranges i have.
3.A G32 command will run even though the spindle is turned off / no index. ( it shouldn't run?, in diagnostics it
shows the triggering even though there is no index ) . Turn Diagnostics not enabled. It runs to the first G32
line / shouldn't execute that line. No error reported.
Note that this is not the case if you run a file out of the wizard, as it will give you an error.
No big deal to me but a newbie may do a bad.
Here is the file to try.
N10 (Z AXIS TEST NO 1 )
N20 M3 G18 G20 G40 G49 G61 G80 G90 G94
N30 M98 P01 L10
N40 M30
O01
G32 Z-1 F0.1
G95
G4 P4
G00 Z 0.001
G94
G32 Z-1.0 F.1
G95
G00 Z0.0
N130 M99
RICH