Technical data

Table Of Contents
SFBs for Compact CPUs
System Software for S7-300/400 System and Standard Functions - Volume 2/2
A5E00739858-01
28-47
Parameters
Parameters Declaration Data
type
Range of
values
Default Description
REQ
INPUT BOOL TRUE/FALSE FALSE Control parameter "Request":
Activates the job at the
positive edge.
R
INPUT BOOL TRUE/FALSE FALSE Control parameter "Reset":
Job is aborted.
LADDR
INPUT WORD CPU specific W#16#03FF I/O address of your submodule
that you have set in HW
Config.
DONE
OUTPUT BOOL TRUE/FALSE FALSE Status parameter (This
parameter is only set for the
duration of one call):
1. FALSE Job has not been
started or is still being
executed.
2.
TRUE Job has been
executed error-free.
ERROR
OUTPUT BOOL TRUE/FALSE FALSE Status parameter (This
parameter is only set for the
duration of one call):
Completed job without error
STATUS
OUTPUT WORD W#16#0000 to
W#16#FFFF
W#16#0000 Status parameter (This
parameter is only set for the
duration of one call): To
display the status, you should
copy STATUS to a free data
area)
STATUS has the following
meaning, dependent on the
ERROR bit:
ERROR=FALSE:
STATUS has the value
W#16#0000: Neither the
warning nor the error
STATUS have the value
<> W#16#0000: Warning,
STATUS supplies detailed
information.
ERROR=TRUE:
An error has occurred,
STATUS supplies detailed
information on the type of
error.
See also:
Additional Error Information of the SFBs 60 to 65