B-8
C7-613 Control System
A5E00138934-03
Error
ID(W#16#...)
Remedy
Cause
8231
The access type of the
acknowledgement 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.
8234
The message area and
acknowledgement area lengths
are not identical.
Adjust the address information
according to the length information in
the message area.
For example, from
EVENTS := P#M 20.0 BOOL 12
ACKS := P#M 24.0 BOOL 15
to
EVENTS := P#M 20.0 BOOL 12
ACKS := P#M 24.0 BOOL 12
Содержание SIMATIC C7-613
Страница 14: ...Contents xiv C7 613 Control System A5E00138934 03 ...
Страница 56: ...Special Features of the C7 613 3 10 C7 613 Control System A5E00138934 03 ...
Страница 90: ...Integration into the User Program 4 34 C7 613 Control System A5E00138934 03 ...
Страница 134: ...Maintenance 6 4 C7 613 Control System A5E00138934 03 ...
Страница 160: ...A 26 C7 613 Control System A5E00138934 03 ...
Страница 176: ...B 16 C7 613 Control System A5E00138934 03 ...
Страница 192: ...C 16 C7 613 Control System A5E00138934 03 ...
Страница 198: ...Index Index 6 C7 613 Control System A5E00138934 03 ...