2 CPU MODULE INSTRUCTION
2.2 Basic instruction
55
2
â– Converting 16-bit signed binary data to 32-bit signed binary data
â– Converting 16-bit unsigned binary data to 16-bit/32-bit signed binary data
â– Converting 16-bit unsigned binary data to 32-bit unsigned binary data
â– Converting 32-bit signed binary data to 16-bit signed binary data
â– Converting 32-bit signed binary data to 16-bit/32-bit unsigned binary data
â– Converting 32-bit unsigned binary data to 16-bit/32-bit signed binary data
â– Converting 32-bit unsigned binary data to 16-bit unsigned binary data
Instruction symbol Description Reference
INT2DINT Converts 16-bit signed data in the device specified by (s) to 32-bit signed data, and stores the
converted data in the device specified by (d).
Page 256
INT2DINTP
Instruction symbol Description Reference
UINT2INT Converts 16-bit unsigned data in the device specified by (s) to 16-bit signed data, and stores the
converted data in the device specified by (d).
Page 257
UINT2INTP
UINT2DINT Converts 16-bit unsigned data in the device specified by (s) to 32-bit signed data, and stores the
converted data in the device specified by (d).
Page 258
UINT2DINTP
Instruction symbol Description Reference
UINT2UDINT Converts 16-bit unsigned data in the device specified by (s) to 32-bit unsigned data, and stores the
converted data in the device specified by (d).
Page 259
UINT2UDINTP
Instruction symbol Description Reference
DINT2INT Converts 32-bit signed data in the device specified by (s) to 16-bit signed data, and stores the
converted data in the device specified by (d).
Page 260
DINT2INTP
Instruction symbol Description Reference
DINT2UINT Converts 32-bit signed data in the device specified by (s) to 16-bit unsigned data, and stores the
converted data in the device specified by (d).
Page 261
DINT2UINTP
DINT2UDINT Converts 32-bit signed data in the device specified by (s) to 32-bit unsigned data, and stores the
converted data in the device specified by (d).
Page 262
DINT2UDINTP
Instruction symbol Description Reference
UDINT2INT Converts 32-bit unsigned data in the device specified by (s) to 16-bit signed data, and stores the
converted data in the device specified by (d).
Page 263
UDINT2INTP
UDINT2DINT Converts 32-bit unsigned data in the device specified by (s) to 32-bit signed data, and stores the
converted data in the device specified by (d).
Page 264
UDINT2DINTP
Instruction symbol Description Reference
UDINT2UINT Converts 32-bit unsigned data in the device specified by (s) to 16-bit unsigned data, and stores the
converted data in the device specified by (d).
Page 265
UDINT2UINTP