Table of Contents

Interface ISpindleSpeedDef

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Spindle speed state written by SpindleSpeedSyntax. Property names are used as JSON keys via nameof.

ISO standard: S command. Supported by all major CNC brands.

public interface ISpindleSpeedDef
Extension Methods

Examples

"SpindleSpeed": {
  "SpindleSpeed_rpm": 3000.0
}

Properties

SpindleSpeed_rpm

Spindle speed in RPM.

double SpindleSpeed_rpm { get; set; }

Property Value

double