DVP-15MC Series Motion Controller Operation Manual 
8-160 
See the following example that the Word data In is converted to the Byte data Out. The values 
of Bit0~Bit7 of In are copied and pasted to Bit0~Bit7 of Out. And the values of Bit8~Bit15 of In 
are not converted and have no impact on the conversion. 
 
 
 
  The Bit-string data are converted into the Bit-string data as the following table shows.   
The value of In corresponds to the value of Out   
In  Out  In  Out 
BYTE 
16#0000_0000~16#0000_00FF 
LWORD 
 
16#0000_0000_0000_0000~ 
16#0000_0000_0000_00FF 
WORD 
DWORD 
 
16#0000_0000~16#0000_FFFF
 
LWORD 
 
16#0000_0000_0000_0000~ 
16#0000_0000_0000_FFFF 
DWORD
16#****_**00~16#****_**FF 
16#****_0000~16#****_FFFF 
LWORD 
16#0000_0000~16#FFFF_FFFF 
16#0000_0000_0000_0000~ 
16#0000_0000_FFFF_FFFF 
LWORD
BYTE 
16#****_****_****_**00~ 
16#****_****_****_**FF 
 
WORD 
16#****_****_****_0000~ 
16#****_****_****_FFFF 
 
DWORD 
16#****_****_0000_0000~ 
16#****_****_FFFF_FFFF 
16#0000_0000~16#FFFF_FFFF
 
  Bit string to Integer   
  The Bit-string data can be converted to the Integer data. And some instructions are shown 
below.   
   
   
 
The rule for the conversion of bit-string data into integer data is consistent with that for the 
conversion of bit-string data into bit-string data. 
The less-length data is converted to the greater-length data by writing the values of all bits of 
Not converted
1
0
1
0
1
1
0
1
*
*
*
*
*
*
*
*
Bit0Bit7
In
Out
1
0
1
0
1
1
0
1
Bit8Bit15
WORD
BYTE
The greater-data are converted 
to the less-length data
WORD_TO_BYTE
EN ENO
Out
In