Spindle Control (Background Operations)

Last modified by writer on 2023/09/08 19:07

number GetCurSpindleRPM ()

Getting the current spindle speed.

Return value:

  • current spindle speed, rpm.
number GetGCodeSpindleRPM ()

Getting the current spindle speed specified in the G-code.

Return value:

  • current spindle speed specified in the G-code, rpm.
number GetSpindleSpeedOverridePercent ()

Obtaining a percentage of overriding the current spindle speed.

Return value:

  • the percentage that the actual spindle speed is from the specified.
void SetSpindleSpeedOverridePercent (number value)

Specifies the percentage of overriding the current spindle speed.

Options:

  • number value - the desired percentage of overriding the current spindle speed.