Chapter 6 Applied Instructions 
6-441 
 b15
 b0
 b7 b8
5126
L0
BIN
16#20( )
16#20( )
16#31(1)
16#35(5)
16#36(6) 16#32(2)
16#00
 
Example 2: 
Suppose the value in L10 is -3842563 and SM690 is OFF. When the PLC runs, the values in D0, D1, 
D2, D3, D4, and D5 are 16#202D, 16#2020, 16#3833, 16#3234, 16#3635, and 16#0033 
respectively.   
 
 L10
BIN
 
 b15
 b0
 b7 b8
16#38(8)
16#32(2)
16#36(6)
16#35(5)
16#33(3)
16#34(4)
-384 2563
 L11
16#20( )
16#20()
16#33(3)
16#2D(-)
16#20( )
16#00
 
Additional remark: 
1.  If D+3 used in the 16-bit instruction exceeds the device range, SM0 is ON, and the error code 
in SR0 is 16#2003. 
2.  If D+5 used in the 32-bit instruction exceeds the device range, SM0 is ON, and the error code 
in SR0 is 16#2003. 
3.  If the operand D used during the execution of the 16-bit instruction is declared in ISPSoft, the 
data type will be ARRAY [4] of WORD/INT. 
4.  If the operand D used during the execution of the 32-bit instruction is declared in ISPSoft, the 
data type will be ARRAY [6] of WORD/INT.