Table of Contents

Class SiemensLoop

Namespace
Hi.NcParsers.Keywords.Siemens
Assembly
HiMech.dll

Siemens LOOP ... ENDLOOP endless-loop record. The construct has no exit condition — real programs leave it via GOTOF/GOTOB or a subprogram return; offline replay is bounded by SiemensLoopIterationDependency, which is therefore a hard requirement for the ENDLOOP back-jump (a missing watchdog suppresses the jump instead of hanging the pipeline).

public class SiemensLoop
Inheritance
SiemensLoop
Inherited Members
Extension Methods

Fields

TermEndloop

Endless-loop terminator term.

public const string TermEndloop = "ENDLOOP"

Field Value

string

TermLoop

Endless-loop entry term.

public const string TermLoop = "LOOP"

Field Value

string

Properties

Term

public string Term { get; set; }

Property Value

string