Contracts |
Home
Contracts
Other Government Contracts
NWWS
Other Information
PIL and WMO Product Details
WMO Format
The NWWS 2000 will support both CRLF and CRCRLF as end-of-line indicator. However, when NWWS 2000 converts the PIL or the Transition WMO message to the NWWS WMO Message Format, the CRCRLF sequence will be used as the end-of-line indicator instead of CRLF.
See samples of the product.
| FIELD NAME | FORMAT | SIZE | COMMENTS |
| START_OF_ MSG |
SOH | 1 Byte | - ASCII SOH character (0x01) |
| CRLF or CRCRLF | 2 or 3 Bytes | (0x0D, 0x0A) or (0x0D, 0x0D, 0x0A) | |
| SEQ_NUM | nnn | 3 Bytes | - Sequence Number Note: For the message converted from PIL or Transition WMO, the sequence number will be "000" |
| CRLF or CRCRLF | 2 or 3 Bytes | (0x0D, 0x0A) or (0x0D, 0x0D, 0x0A) | |
| WMO_HEADER | TTAAIIsCCCCsYYGGgg <sBBB> |
17 to 22 Bytes | - ‘s’ is an ASCII space character (0x20)
- <sBBB> is optional |
| CRLF or CRCRLF | 2 or 3 Bytes | (0x0D, 0x0A) or (0x0D, 0x0D, 0x0A) | |
| AWIPS_ID | NNNXXX | 6 Bytes | - The NNN will be used to look up the priority of this message |
| CRCRLF | 3 Bytes | - (0x0D, 0x0D, 0x0A) | |
| WMO_TEXT | ASCII TEXT | N Bytes | - Each text "line" in this message text
ends with either CRLF or CRCRLF - If this message text starts with a UGC_CODE line, then this message is using the "UGC PLACEMENT FORMAT 1". - If this message text starts with a CRCRLF, then this message is using the "UGC PLACEMENT FORMAT 2". |
| END_OF_MSG | CRLFETX or CRCRLFETX |
3 or 4 Bytes | (0x0D, 0x0A, 0x03) or (0x0D, 0x0D, 0x0A, 0x03) |