VA Motion Controller Programming Manual
239
USINT_TO_STRING data processing instruction type
Valid format
: %u,
default
%u
Output, output as the input symbol decimal
number
UINT_TO_STRING data processing instruction type
Valid format : %U, default %U
Output, output as input unsigned decimal
number
DINT_TO_STRING
data processing instruction type
Input range 0~4,294,967,295
Valid format : %u, default %u
Output, output as input unsigned decimal
number
REAL_TO_STRING
instruction processing data types
Input range - 3.402823466 E+38... -1.175494351
E-38 and +1.175494351 E-38... +3.402823466 E+38
Valid format
: %e, %f,
default
%e
Output, when the format is
%e
, the output is the
floating point number represented by the scientific notation
of the input
; when the
format is
%f
, the output is the
floating point number of the input.
The data type processed by the LREAL_T0_STRING instruction is the same
as REAL_TO_STRING except that the input range is different.
TIME_TO_STRING data processing instruction type