Class PauseClaim
Classic Pausing, i.e. G04.
[Obsolete]
public class PauseClaim : IPauseClaim, IClaim
- Inheritance
-
PauseClaim
- Implements
- Inherited Members
- Extension Methods
Constructors
PauseClaim()
public PauseClaim()
Properties
P
Entered pause time in milli-seconds. Note that in fanuc, the behavior may be altered by configuration.
public double P { get; set; }
Property Value
PauseDuration
G04 total pausing time.
public TimeSpan PauseDuration { get; }
Property Value
S
Entered pause time in seconds.
public double S { get; set; }
Property Value
X
Entered pause time in seconds. Fanuc. Note that in fanuc, the behavior may be altered by configuration.
public double X { get; set; }