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

CommentSyntax

public static BundleSyntax CommentSyntax { get; set; }

Property Value

BundleSyntax

GeneralSyntaxList

Syntax list for general kind of Syntec Controller.

public static List<INcSyntax> GeneralSyntaxList { get; }

Property Value

List<INcSyntax>