Interface ISpindleSpeedDef
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; }