Class ProgramBoundary
Program start/end delimiter line (e.g., % in Fanuc/Mazak/Syntec,
%_N_xxx_MPF in Siemens).
Not a comment — the controller uses it as a tape/file boundary marker.
public class ProgramBoundary
- Inheritance
-
ProgramBoundary
- Inherited Members
- Extension Methods
Properties
Symbol
Delimiter symbol (e.g., "%").
public string Symbol { get; set; }
Property Value
Text
Content after the symbol, typically a program number or empty.
public string Text { get; set; }