Class PausingNcArg
Pausing, i.e. G04, parameters for NcLine.
public class PausingNcArg
- Inheritance
-
PausingNcArg
- Inherited Members
- Extension Methods
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
S
Entered pause time in seconds.
public double S { get; set; }
Property Value
TotalPauseTime
G04 total pausing time.
public TimeSpan TotalPauseTime { get; }
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; }