NAVIOR-24S
™
Appendix A
Navis Standard Interface Protocol BINR
71
NAVIOR-24S ™
Revision
V1.00 20.05.2008
Used data types
Multiple-byte numbers follow the ANSI/IEEE Std. 754 IEEE Standard (see Table IV-3)
Table IV-3 Data types format
Data type
Dimension, bits Values range
INT8U 8
0…255
INT8S
8
-128…127
INT16U 16
0…65,535
INT16S 16
-32,768…32,767
INT32U 32
0…4,294,967,295
INT32S 32
2,147,483,648..2,147,483,647
FP32 32
3.4*10-38…3.4*1038
FP64 64
1.7*10-308…1.7*10308
FP80 80
3.4*10-4932…3.4*104932
Integer data types with sign are present in the extra code. Low bytes transmitted forwards in the
multiply data types (consisting from several bytes). Lowe bit of the byte transmitted first.
The data with these types used for to transfer, are transmitted in that kind, in what they are in
machine memory of IBM-compatible computers, i.e. the data transfer implements low bytes
forwards.