Class SiemensLoop
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
TermLoop
Endless-loop entry term.
public const string TermLoop = "LOOP"
Field Value
Properties
Term
One of TermLoop, TermEndloop.
public string Term { get; set; }