-->
0
4
2
1
0
0
1
0
0
6
1
1
1
1
1
1
0
2
0
c
R
ASCII
48
52
50
49
48
48
49
48
48
54
49
49
49
49
49
49
48
50
48
13
6.3.5 Data types
No. Data type
Description
Length
l1 – l0
Example
0
boolean_old
Logical value (false/true)
06
000000 is equivalent to
false
111111 is equivalent to
true
1
u_integer
Positive whole number
06
000000 to 999999
2
u_real
Positive fixed point number
06
001571 corresponds with
15.71
4
string
Any character string with 6 charac-
ters. ASCII codes between 32 and
127
06
TC_110, TM_700
6
boolean_new Logical value (false/true)
01
0 is equivalent to false
1 is equivalent to true
7
u_short_int
Positive whole number
03
000 to 999
10
u_expo_new
Positive exponential number. The
last of both digits are the exponent
with a deduction of 20.
06
100023 is equivalent to
1,0 · 10
3
100000 is equivalent to
1,0 · 10
-20
11
string16
Any character string with 16 charac-
ters. ASCII codes between 32 and
127
16
BrezelBier&Wurst
12
string8
Any character string with 8 charac-
ters. ASCII codes between 32 and
127
08
Example
Interfaces
38/68