Correspondences between PL7 and Control Expert: Structured Text language instructions
|
|
(Original Document)
|
PL7
|
Control Expert
|
Status
|
|
---|---|---|---|
Instructions
|
IF
|
IF
|
Converted
|
CASE
|
CASE
|
Converted
|
|
WHILE
|
WHILE
|
Converted
|
|
REPEAT
|
REPEAT
|
Converted
|
|
EXIT
|
EXIT
|
Converted
|
|
FOR
|
FOR
|
Modified (1)
|
|
HALT
|
HALT()
|
Modified (2)
|
|
JUMP
|
JUMP
|
Converted
|
|
SRi
|
SRi()
|
Modified (3)
|
|
RETURN
|
RETURN
|
Converted
|
|
Legend:
|
|||
(1)
|
|||
(2)
|
The instruction is replaced by an EF.
|
||
(3)
|
This instruction is replaced by a section call.
|