Table of Contents

Class PausingNcArg

Namespace
Hi.Numerical.NcArgs
Assembly
HiUniNc.dll

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

double

S

Entered pause time in seconds.

public double S { get; set; }

Property Value

double

TotalPauseTime

G04 total pausing time.

public TimeSpan TotalPauseTime { get; }

Property Value

TimeSpan

X

Entered pause time in seconds. Fanuc. Note that in fanuc, the behavior may be altered by configuration.

public double X { get; set; }

Property Value

double