DVP-15MC Series Motion Controller Operation Manual
8-162
The value of In corresponds to the value of Out
UDINT
16#****_****_0000_0000~
16#****_****_FFFF_FFFF
0~4294967295
ULINT
16#0000_0000_0000_0000~
16# FFFF_FFFF_FFFF_FFFF
0~18446744073709551645
SINT
16#****_****_****_**00~
16#****_****_****_**7F
0~127
16#****_****_****_**80~
16#****_****_****_**FF
-128~-1
INT
16#****_****_****_0000~
16#****_****_****_7FFF
0~32767
16#****_****_****_8000~
16#****_****_****_FFFF
-32768~-1
DINT
16#****_****_0000_0000~
16#****_****_7FFF_FFFF
0~2147483647
16#****_****_8000_0000~
16#***_*****_FFFF_FFFF
-2147483648~-1
LINT
16#0000_0000_0000_0000~
16#7FFF_FFFF_FFFF_FFFF
0~9223372036854775807
16#8000_0000_0000_0000~
16#FFFF_FFFF_FFFF_FFFF
-9223372036854775808~0
Bit string to Real number
The Bit-string data can be converted to the Real-number data. And some instructions are
shown below.
The Bit-string data are converted into the Real-number data as the following table shows.
The value of In corresponds to the value of Out
BYTE
REAL
WORD
DWORD
REAL
16#0000_0000~
16#FFFF_FFFF
LREAL
16#0000_0000~
16#FFFF_FFFF
LWORD
REAL
16#0000_0000_0000_0000~
16#FFFF_FFFF_FFFF_FFFF
LREAL
16#0000_0000_0000_0000~
16#FFFF_FFFF_FFFF_FFFF
Bit string to Time and Date
The Bit-string data can be converted to the Time or Date data. And some instructions are
shown below.
LWORD_TO_LREAL
EN ENO
Out
In