Class SyntecSyntaxUtil
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
Properties
CommentSyntax
public static BundleSyntax CommentSyntax { get; set; }
Property Value
GeneralSyntaxList
Syntax list for general kind of Syntec Controller.
public static List<INcSyntax> GeneralSyntaxList { get; }