User`s guide

USER'S GUIDE____________________________________________________________________
86 __________________________________________________________________ M211095EN-C
Example 2:
In this example the data message 2 is set to include the following items:
- SOH
- Checksum calculation start point
- Wind speed, average
- Wind direction, average
- Wind gust speed
- Wind lull speed
- Wind direction minimum
- Wind direction maximum
- Wind direction during the peak speed (wp) occurred
- Checksum calculation end point
- EOT
- Print check sum
- CR
- LF
S msg2,\01\ss$\ws,\wd,\gu,\lu,\dm,\dx,\w1\se\04\sp\cr\lf
WMT700 sends the following message that starts with SOH character
which is excluded from the check sum. The checksum ends before EOT
character. The check sum (in this case D8) is printed after the EOT
character.
_$02.66,98.21,02.66,02.60,95.68,99.53,99.34_D8<CR><LF>
The non printable characters are shown above as and <CR><LF>.
Status Flags
Table 22 on page 87 lists the status flags included in the data message
when the status code item \er has been added to the message. Each bit
corresponds to a specific status.
Status flags are coded in decimal number format. To extract each bit
from the status code, the decimal number must be converted to binary
format.