The Structured Text consists of a series of instructions which, as determined in high level languages, ("IF..THEN..ELSE") or in loops (WHILE..DO) can be executed.
Example
If value < 7 THEN WHILE value < 8 DO value:=value+1; END_WHILE; END_IF;
The Structured Text consists of a series of instructions which, as determined in high level languages, ("IF..THEN..ELSE") or in loops (WHILE..DO) can be executed.
Example
If value < 7 THEN WHILE value < 8 DO value:=value+1; END_WHILE; END_IF;