No. Data type
Description
Length
l1 – l0
Example
3
u_expo
Positive exponential number
06
1.2E-2 corresponds with
1,2 · 10
-2
005E8 corresponds with
5 · 10
8
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 corresponds with false
1 corresponds with 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 corresponds with
1,0 · 10
3
100000 corresponds with
1,0 · 10
-20
11
string16
Any character string with 16 char-
acters. ASCII codes between 32
and 127
16
this-is-an-example
12
string8
Any character string with 8 charac-
ters. ASCII codes between 32 and
127
08
Example
Interfaces
28/52