VA Motion Controller Programming Manual
238
Valid format
: %c, %x, %u,
default
%x
Output, when the format is %c , the output is the
input ASCII code ; when the format is %x , the output is the input
hexadecimal number ; when the format is %u , the output is the input
unsigned decimal number.
WORD_TO_STRING instruction processing data types
Valid format : %x, %u, default %x
Output, when the format is %X , the output is the input
hexadecimal number ; when the format is %U , the output
is the input unsigned decimal number
DWORD_TO_STRING
data processing instruction type
Input range 0~4,294,967,295
Valid format : %x, %u, default %x
Output, when the format is
%X
, the output is the input
hexadecimal number
; when the
format is
%U
, the output
is the input unsigned decimal number
SINT_TO_STRING
instruction processing data types
Valid format
: %d,
default
%d
Output, output as input signed decimal
number
INT_TO_STRING data processing instruction type
Input range is
32768~32767
Valid format
: %d,
default
%d
Output, output as input signed decimal
number
DINT_TO_STRING data processing instruction type
Input range
-2,147,483,648~2,147,483,647
Valid format : %d, default %d
Output, output as input signed decimal