Specifications

126
Data Type Structure Section 15-4
15.3.1 Parameter Maximum Waiting Time for Response
This parameter indicates the length of time that the operating terminal waits for the
response from the PLC.
Permitted values are in the range of 1 ms to 65535 ms.
The default value is 1000 ms.
15.3.2 Parameter Delay Until Connection Setup
This parameter specifies the time the operating terminal waits before initiating
communication.
Permitted values are in the range of 1000 ms to 65535 ms
The default value is 5000 ms.
15.4 Data Type Structure
a) Alphanumerical Texts
The texts are interpreted in accordance with the following byte order:
Word address
MW000,00
Hex
Dez
0x64 0x63 0x62 0x61
25185
0x68 0x67 0x66 0x65
Ascii b a d c f e h g
25699 26213 26727
MW000,01 MW000,02 MW000,03
Double word address
MD000,00
Hex
Dez
0x64 0x63 0x62 0x61
1684234849
0x68 0x67 0x66 0x65
Ascii
b a d c f e h g
1751606885
MD000,01
b) Binary Variables with a Length of 2 or 4 Bytes
Data with a length of 2 bytes are interpreted in the PLC-conforming byte order for
words.
Data with a length of 4 bytes are interpreted in the PLC-conforming byte order for
long-words.