Table of Contents

Class TapeBoundary

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Tape leader / trailer line — the literal % that historically marked the start and end of a punched paper-tape program. ISO-style controllers (Fanuc, Mazak, Syntec, Siemens) all preserve it as a file-level boundary marker. Distinct from a comment: the controller uses it as a tape/file delimiter, not as embedded operator text.

public class TapeBoundary
Inheritance
TapeBoundary
Inherited Members
Extension Methods

Properties

Text

Free-form content after the % on the same line, typically empty.

public string Text { get; set; }

Property Value

string