Table of Contents

Class FanucHpcc

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Section data holder for IFanucHpccDef.

public class FanucHpcc : IFanucHpccDef
Inheritance
FanucHpcc
Implements
Inherited Members
Extension Methods

Properties

FunctionCode

Raw P function-selection value, preserved for NC-text write-back; null when the source block carried no P word or the P value was an unevaluated variable/expression.

public int? FunctionCode { get; set; }

Property Value

int?

IsEnabled

True only for P10000 (HPCC entered); false for the cancel (P0) and the non-HPCC functions.

public bool IsEnabled { get; set; }

Property Value

bool

Term

Source spelling that carried the selection (G05 or G5).

public string Term { get; set; }

Property Value

string