Technical data

Table Of Contents
Generating Block-Related Messages
System Software for S7-300/400 System and Standard Functions - Volume 2/2
A5E00739858-01
24-11
Parameter Declaration Data Type Memory Area Description
EV_ID INPUT DWORD I, Q, M, D, L,
constant
Message number (0 not permitted)
EV_ID is only evaluated at the first
call. Subsequently, the message
number used for the first call applies
to every call of SFB 33 with the
corresponding instance DB.
STEP 7 assigns the message number
automatically to ensure consistency of
the message numbers. The message
numbers within a user program must
be unique.
SEVERITY INPUT WORD I, Q, M, D, L,
constant
Weighting of the event
Possible values: 0 through 127 (value
0 means highest weighting)
This parameter is irrelevant for
processing this message.
DONE OUTPUT BOOL I, Q, M, D, L DONE status parameter: Generation
of
message completed
ERROR OUTPUT BOOL I, Q, M, D, L ERROR status parameter
ERROR=TRUE indicates that an error
has occurred during processing. For
details refer to parameter STATUS..
STATUS OUTPUT WORD I, Q, M, D, L STATUS parameter: Displays error
information
ACK_DN OUTPUT BOOL I, Q, M, D, L Event leaving state was
acknowledged
on a display device
Initialization status: 1
ACK_UP OUTPUT BOOL I, Q, M, D, L Event entering state was
acknowledged on a display device
Initialization status: 1
SD_i,
1
i
10
IN_OUT ANY I, Q, M, D, T, C i-th associated value
Only the following data types are
permissible: BOOL (not allowed: bit
field), BYTE, CHAR, WORD, INT,
DWORD, DINT, REAL, DATE, TOD,
TIME, S5TIME, DATE_AND_TIME.
Note:
If the ANY pointer accesses an DB,
the DB must always be specified (for
example: P# DB10.DBX5.0 Byte 10).