User manual
:BORDer command
:BORDer <name>
:FORMat:BORDer <name> Specify binary byte order
Parameters <name> = NORMal Normal byte order for binary formats
SWAPped Reverse byte order for binary formats
Query :BORDer? Query byte order
Description This command is used to control the byte order for the IEEE754 binary
formats. For normal byte order, the data format for each element is sent
as follows:
Byte 1 Byte 2 Byte 3 Byte 4 (Single precision)
Byte 1 Byte 2 ... Byte 8 (Double precision
For reverse byte order, the data format for each element is sent as follows:
Byte 4 Byte 3 Byte 2 Byte 1 (Single precision)
Byte 8 Byte 7 ... Byte 1 (Double precision)
The “#0” header is not affected by this command. The header is always
sent at the beginning of the data string for each measurement conversion.
The ASCII data format can only be sent in the normal byte order. The
S W A P p e d s e l e c t i o n i s s i m p l y i g n o r e d w h e n t h e A S C I I f o r m a t i s s e l e c t e d .
2000-900 (J - Aug 2010) BOOK.fm Page 30 Wednesday, October 12, 2011 12:29 PM