Table of Contents

Class SyntecSyntaxUtil

Namespace
Hi.NcParsers.Syntaxs
Assembly
HiMech.dll

Syntec-specific NC syntax utilities.

public static class SyntecSyntaxUtil
Inheritance
SyntecSyntaxUtil
Inherited Members

Fields

VarTag

Variable prefix for Syntec (same as Fanuc).

public const string VarTag = "#"

Field Value

string

Properties

DefaultSyntaxList

Syntax list for general kind of Syntec Controller.

public static List<INcSyntax> DefaultSyntaxList { get; }

Property Value

List<INcSyntax>

G05p1Syntax

G05.1 with Syntec-specific R parameter (smoothing level). Placed before GenericSyntaxKit spread so it captures R before FloatTagValueSyntax does.

public static ParameterizedFlagSyntax G05p1Syntax { get; }

Property Value

ParameterizedFlagSyntax