00193786-01 - 第62页
SIPLACE GEM SW Version GEM 505.01 HOST Interface Manual Page 62 of 236 ©Siemens AG, all rights reserved 4.2 Data Item Dictionary Remarks: 'used in' lists the Events or Variables in wh ich the individual data it…

SIPLACE GEM SW Version GEM 505.01
HOST Interface Manual
©Siemens AG, all rights reserved page 61 of 236
Numeric values shown are considered decimal integers unless otherwise indicated.
negative values shown with a leading minus sign "-". Hexadecimal values are shown in
C-Language convention, with a leading "0x".
10 Decimal Ten
0x10 Hexadecimal 10
-10 Decimal Negative 10
Where a value is not fixed, the SECS variable name is used directly. For Example:
<A [6] SOFTREV>
The format of a complete message is:
SnFn W item .
The components are:
SnFn The Stream and Function Codes, S1F1 for example.
W The W-Bit, if set. Omitted if not set. If the W-Bit is optional, it is coded
within brackets "[W]".
item An item that is formatted as described above.
. A period (.) ends the message definition.
For example, the S1F3 message might be described in SML as follows:
S1F3 W
<L
<U4 13>
<U4 7>
> .

SIPLACE GEM SW Version GEM 505.01 HOST Interface Manual
Page 62 of 236 ©Siemens AG, all rights reserved
4.2 Data Item Dictionary
Remarks:
'used in' lists the Events or Variables in which the individual data items are used. Here,
the `x' is used as a substitute for a number of like variables. For example,
PICKUPINFOx stands for: PICKUPINFO1, PICKUPINFO2, PICKUPINFO3 and
PICKUPINFO4
ABS - Any binary string
Format : B
used in : S2F25, S2F26
ACKC5 - Acknowledge Code
Format: B[1]
0 = Accepted
>0 = error, not accepted
1 - 63 reserved
used in : S5F2, S5F73
ACKC6 - Acknowledge Code
Format: B[1]
0 = Accepted
>0 = error, not accepted
1 - 63 reserved
used in : S6F2, S6F3, S6F10, S6F12, S6F14
ACKC7 - Acknowledge Code
Format: B[1]
0 = Accepted
1 = Permission not granted
2 = Length error
3 = Matrix overflow
4 = PPID not found
5 = Mode unsupported
6 = busy
7 = Control state is not „remote“
8 = Control mode is not „GEM-Host“
9 = recipe type is not binary
10 - 63 reserved
used in : S7F4, S7F18
ACKC10 - Acknowledge Code
Format: B[1]
0 = Accepted for display
1 = Message will not be displayed
2 = Terminal not available

SIPLACE GEM SW Version GEM 505.01
HOST Interface Manual
©Siemens AG, all rights reserved page 63 of 236
3 = Message to long (more than 160 char)
4 - 63 reserved
used in : S10F2, S10F4, S10F6, S10F10
ALCD - Alarm code byte
Format: B[1]
bit 8 = 1 means alarm set
bit 8 = 0 means alarm cleared
bit 7-1 is alarm category
0 = not used
1 = Personal safety
2 = Equipment safety
3 = Parameter control warning
4 = Parameter control error
5 = Irrecoverable error
6 = Equipment status warning
7 = Attention flags
8 = Data integrity
>8 = Other categories
9 - 63 reserved
used in: S5F1, S5F6, S5F8
ALED - Alarm enable/disable code
Format: B[1]
bit 8 = 1 means enable alarm
bit 8 = 0 means disable alarm
used in: S5F2, S5F4
ALID - Alarm identification
Format: U4
used in: S5F1 S5F2 S5F5, S5F6, S5F8, S5F71, S5F73
ALPY - Alarm priority
Format: U1
used in: S5F71
ALTX - Alarm text
Format: A[40]
used in: S5F1 S5F6, S5F8
Angle - Angle
Format: F8
Angles are measured counterclockwise from the positive X-axis to the positive Y-axis
Units are 1/100 degree.
used in : PLACEINFOx