VA Motion Controller Programming Manual
253
code of
IEEE 754
floating point number.
The number of bytes
converted can be
4
The data
format of the
buffer
is MOTOROLA or I
NTEL
Enter the ASCI I code as
a character. The
number of bytes to be
converted can be
a positive integer such
as 1, 2...
The data
format of the
buffer is INTEL
The input is a
hexadecimal code in
milliseconds. The
number of bytes
converted is 4 and the
output unit is seconds.
BUF_TO_ *
data processing instruction type
TRUE indicates that the buffer data
is in MOTOROLA format ;
FALSE indicates INTEL format
The starting byte number of the
buffer being converted,
0
is the first byte
of the buffer
The number of bytes converted in
the buffer
The storage area, the content of the
converted byte is placed here, the type
of DST should be consistent with the
specific BUF_TO_* type, such as the DST
of the BUF_TO_BYTE instruction must
be BYTE type
After the conversion is complete,
set to
1
until
REQ
is
0.
The conversion is normal,
0
,
otherwise set to
1
If the conversion is not normal, an
error code is given, as shown in the table
below.