45
4 Functional Description
4 Functional Description
4.6 Sequence programs
4.6 Sequence programs
Command
Argument
Function
Description
RETI
–
Return Error
Interrupt
Return from an error handling routine.
Important: the interrupted command is not continued, even if it was not com-
pleted at the time of interruption!
DIERI
–
Disable Error
Interrupt
The ERI command is deactivated, i.e. in the event of an error the program does
not jump to the error handling routine.
CALL
Adr
Call
Subroutine
Call a subroutine at specified address.
Address: 0...255
RET
–
Return from
Subroutine
Return from a subroutine.
Please note that only one subroutine level is possible, i.e. no subroutines can
be called within subroutines!
A
Adr
Define
Address
Definition of current position as entry address for jump commands.
Address: 0...255