Greetings,
With my custom C# software, for running the KFlop Controller, I am interested in doing Spindle Speed Override. I have on my screen all the buttons, and everything programmed in my software to handle this. All this gets loaded into a Global Variable, GV.RPM.
I know in KMotion, that there is a spindle speed setting... that is set when you issue a GCode S1000, which would set the spindle speed to 1000 RPM.
What command would I send to the Kflop, to do spindle override? Does anyone know?
I found .KM_Interpreter_SetupParams.AllowSpindleSpeedOverride
And also: KM_Interpreter_SetupParams.SpindleSpeed
__________________________________________________ __
Can these be used to override the current speed setting of the spindle, and are they percentages, or RPM's?
Thanks so much,