
38 - 38 021537/06/10
7.4.5.4 Storage of definitions
After the user-defined telegram has been input, it can be stored using the command 00US2.
Storage is necessary to ensure that the ULTRASONIC loads the defined telegram on the next
restart.
7.4.5.5 Available measured values and data formats
The measured values (shown by a number) and the output format of the measured value are
defined in the user-specific telegram within the formatting characters '@' Here every measured
value is an object of a data type. Data types are for example TEXT, NUMBER or
WHOLE_NUMBER. The wind velocity is for example the data type NUMBER: see Table 7
Example:
The wind velocity is to be output in the user-specific telegram. From the table given below it can be
seen that the wind velocity has the index 8. The formatting string thus starts with
00UT@8
It can also be seen from the table that the WV is the data type NUMBER. If the wind velocity is to
be output without a sign using a total of 6 characters (including comma) and 2 places after the
comma, the complete formatting string is as follows:
00UT@8,6,2@
If a line feed is to also be added to the end of the output, the ASCII character 13 (0Dh) must be
attached.
00UT@8,6,2@\0d<cr> <cr> stands for Carriage return (Enter key)
Measured
value number
Description
Data type
0
Reserved
1
Path measured value south -> north (counter value)
With averaging this is the mean value of all measured values
WHOLE_NUMBER
2
Path measured value west -> east (counter value)
With averaging this is the mean value of all measured values
WHOLE_NUMBER
3
Path measured value north -> south (counter value)
With averaging this is the mean value of all measured values
WHOLE_NUMBER
4
Path measured value east -> west (counter value)
With averaging this is the mean value of all measured values
WHOLE_NUMBER
5
Time stamp of last measured data record (value in ms, relative to
system start-up).
WHOLE_NUMBER
6
Wind velocity in X-direction (Positive means wind from easterly
direction)
NUMBER
7
Wind velocity in Y-direction (Positive means wind in a northerly
direction)
NUMBER
8
Wind velocity
NUMBER