Class ActFeedrate
A feedrate action: the controller's commanded feedrate of the CL point (CommandedClFeedrate_mmds).
public class ActFeedrate : IAct
- Inheritance
-
ActFeedrate
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ActFeedrate()
Initializes a new instance of the ActFeedrate class with default feedrate.
public ActFeedrate()
ActFeedrate(double)
Initializes a new instance of the ActFeedrate class with the specified feedrate.
public ActFeedrate(double commandedClFeedrate_mmds)
Parameters
commandedClFeedrate_mmdsdoubleThe commanded CL feedrate in millimeters per second.
Properties
CommandedClFeedrate_mmdmin
CommandedClFeedrate_mmds in millimeters per minute.
public double CommandedClFeedrate_mmdmin { get; set; }
Property Value
CommandedClFeedrate_mmds
The controller's commanded feedrate of the CL point in millimeters per second: the F word after G94/G95/G93 conversion, or for a rapid the CL path over the act duration. It is the feedrate of the point the controller moves, not of the equipped tool's tip; the two differ when the active tool-length offset does not describe the equipped tool.
public double CommandedClFeedrate_mmds { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.