Technical data

Table Of Contents
SFBs for Compact CPUs
System Software for S7-300/400 System and Standard Functions - Volume 2/2
28-62
A5E00739858-01
Parameters Declaration Data type Range of
values
Default Description
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.
L_TYPE
OUTPUT CHAR ‘D’
’D’, ’X’, ’M’,
’E’, ’A’, ’Z’, ’T’
’ ’
Receiving data:
Type of the target area on
the local CPU (only
uppercase allowed):
‘D’: Data block
Providing data:
Type of the source area on
the local CPU (only
uppercase allowed):
‘D’: Data block
’M’: Memory bit
’E’: Inputs
’A’: Outputs
’Z’: Counters
’T’: Timers
This parameter is only set for
the duration of one call.
L_DBNO
OUTPUT INT CPU specific 0 Data block number on local
CPU. This parameter is only
set for the duration of one
call.
L_OFFSET
OUTPUT INT 0 - 510 0 Data byte number on local
CPU. This parameter is only
set for the duration of one
call.