Error Information for HMI FBs and System Messages
B-7
C7-613 Control System
A5E00138934-03
Error
ID(W#16#...)
RemedyCause
8212 The DB specified in the “API_DB”
parameter is too short.
Check to determine whether the
specified DB is the instance DB of the
“HMI-API” FB.
If necessary, recreate the instance DB.
8213 The DB specified in the “API_DB”
parameter is not available in the
user memory.
Check to determine whether the
specified DB is loaded.
If necessary, remove the “unlinked”
attribute. To remove “unlinked” as an
attribute, refer to the STEP 7 Online
Help.
8214 The DB specified in the “API_DB”
parameter is write-protected.
Remove the write protection from the
specified DB. For information on
removing the write protection, please
refer to the STEP 7 Online Help.
8215 The DB specified in the “API_DB”
parameter is invalid.
Check to determine whether the
specified DB is the instance DB of the
“HMI-API” FB.
If necessary, recreate the instance DB.
8220 The bit address of the message
area pointer is not “0”.
Set the address of the area pointer to a
byte limit, for example, P#M 20.4
BOOL ... to
P#M 20.0 BOOL ...
8221 The access type of the message
area pointer cannot be
interpreted.
Use an area pointer of the following
types: BOOL; BYTE; WORD; INT;
DWORD; DINT
For example:
P#M20.0 BOOL 128,
P#M20.0 BYTE 16,
P#M20.0 WORD 8,
P#M20.0 INT 8,
P#M20.0 DWORD 4,
P#M20.0 DINT 4
Pay attention to the maximum length
information.
8230 The bit address of the
acknowledgement area pointer is
not “0”.
Set the address of the area pointer to a
byte limit.
For example:
P#M 20.4 BOOL 16 to
P#M 20.0 BOOL 16.