Configuration DBs
C-13
C7-613 Control System
A5E00138934-03
C.4 Info text-DB “INFO”
Structure and Description
Table C-6 Structure of DB for Info Texts
Address
Name Type Description
0 DB_HEADER.HEAD.ID STRING[6] The block ID “INFO” identifies the DB
as a DB for storing info texts.
8 DB_HEADER.HEAD.LANGUAGE STRING[3] Language ID in 3-letter code
14 DB_HEADER.HEAD.AMOUNTOBJ INT Number of objects
16 to 31 DB_HEADER.HEAD.Reserved[..] BYTE Reserved
32 INFO[0].INF_INFO.Reserved DWORD Reserved, do not overwrite!
36 INFO[0].INF_INFO.INFO_NAME STRING[14] Freely selectable info text name, This
line does not appear in the info text.
52 INFO[0].INF_STATIC[1] STRING[20] Static text of the first line of Info Text
0.
74 INFO[0].INF_STATIC[2] STRING[20] Static text of the second line of Info
Text 0.
96 INFO[0].INF_STATIC[3] STRING[20] Static text of the third line of Info Text
0.
118 INFO[0].INF_STATIC[4] STRING[20] Static text of the fourth line of Info
Text 0.
140 INFO[0].INF_REFERENCES.
FORWARD
INT Reference following info text
Info text number or 255 if there is no
reference. When the info text is
output, the referenced info text can be
selected by using the keys “Cursor
down” or “Cursor right”.
142 INFO[0].INF_REFERENCES.
BACKWARD
INT Reference previous info text
Info text number or 255 if there is no
reference. When the info text is
output, the referenced info text can be
selected by using the keys “Cursor
up” or “Cursor left”.
144 to 255 INFO[1]... Description for Info Text 1
to
14256 to
14367
INFO[127]... Description for Info Text 127