DVP15MC11T Operation Manual
1. The rule for the conversion of the Integer data into the Integer data is the same as that for
the conversion of the Bit-string data into the Bit-string data.
2. The less-length data are converted to the greater-length data by writing the values of all
bits of the less-length data to corresponding bits of the greater-length data and setting the
values of the remaining bits of the greater-length data to 0.
3. The data of greater length is converted to the data of less length by revising the values of
all bits of the less-length data into the values of the corresponding bits of the
greater-length data and the values of the remaining bits of the greater-length data are not
converted and have no impact on the conversion.
4. If the lengths of the two data to convert are equal, all values of all bits of In are copied and
pasted to the corresponding bits of Out.
 The Bit-string data are converted into the Integer data as the following table shows.
The value of In corresponds to the value of Out
USINT
SINT
UINT
SINT
INT
LINT
UDINT
16#****_**00~16#****_**FF
16#****_0000~16#****_FFFF
16#0000_0000~16#FFFF_FFFF
16#0000_0000~16#FFFF_FFFF
SINT
16#****_**00~16#****_**7F
16#****_**80~16#****_**FF
INT
16#****_0000~16#****_7FFF
16#****_8000~16#****_FFFF
DINT
16#0000_0000~16#7FFF_FFFF
16#8000_0000~16#FFFF_FFFF
16#0000_0000~16#FFFF_FFFF
ULINT
USINT
16#****_****_****_**00~
16#****_****_****_**FF
UINT
16#****_****_****_0000~
16#****_****_****_FFFF
8-162