Table of Contents

Class PauseClaim

Namespace
Hi.NcParsers.Claims.Classics
Assembly
HiMech.dll

Classic Pausing, i.e. G04.

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

double

PauseDuration

G04 total pausing time.

public TimeSpan PauseDuration { get; }

Property Value

TimeSpan

S

Entered pause time in seconds.

public double S { get; set; }

Property Value

double

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