For a little while I have been getting strange behaviour of my spindle speed control.
Thought it must be a glitch in my electronics.
The symptom I have had is, the gcode sets the rpm. The DRO updates as it should..
But the actual RPM is whatever was last used. Until I nudge the override, then it goes to the correct rpm.
However I have discovered there is some problem with the spindlespeed.m1s
Here is the line. As far as I know this is Mach standard issue,
rpm = GetRPM() SetSpinSpeed( rpm )
The VB editor does not like it. Calls a syntax error on "SetSpinSpeed"
Version R3.042.022
Greg