Mitsubishi Electronics FX3G User Manual

Page of 964
297
FX
3S
/FX
3G
/FX
3GC
/FX
3U
/FX
3UC
 Series
Programming Manual - Basic & Applied Instruction Edition
11 Rotation and Shift Operation – FNC 30 to FNC 39
11.3 FNC 32 – RCR / Rotation Right with Carry
11
FN
C30
-FN
C3
9
R
ota
tion and 
Shi
ft
12
FN
C40-FN
C49
D
ata O
perati
on
13
FNC
50-FNC
59
High-Speed
 
Proc
essing
14
FM
C60-FN
C69
H
andy 
In
struction
15
FN
C70-FN
C79
E
xternal
 F
X
 I/O
 
De
vice
16
FNC
80-FNC
89
External
 FX 
Dev
ice
17
FNC1
00-
FNC10
9
Dat
Transfer 2
18
FNC1
10-
FNC139
Fl
oati
ng Poi
nt
19
FNC14
0-F
N
C
149
Da
ta
 
Operation 2
20
FNC1
50-
FNC159
Pos
itioning 
Control
11.3
FNC 32 – RCR / Rotation Right with Carry
Outline
This instruction shifts and rotates the bit information rightward by the specified number of bits together with the carry
flag.
1. Instruction format
2. Set data
*1.
Do not set a negative value to the number of bits to be rotated.
3. Applicable devices
S: In 16-bit operations, K4Y
, K4M
 and K4S
 are valid.
In 32-bit operations, K8Y
, K8M
 and K8S
 are valid.
Explanation of function and operation
1. 16-bit operation (RCR and RCRP)
"n" bits out of 16 bits of 
 and 1 bit (carry flag M8022) are rotated rightward.
The carry flag is intervened in the rotation loop. If M8022 has been set to ON or OFF before the rotation instruction, the
carry flag is transferred to the destination.
Operand Type
Description
Data Type
Word device number storing data to be rotated rightward
16- or 32-bit binary
n
Number of bits to be rotated 
[n 
≤ 16 (16-bit instruction), n ≤ 32 (32-bit instruction)]
*1
16- or 32-bit binary
Oper-
and 
Type
Bit Devices
Word Devices
Others
System User
Digit Specification
System User
Special 
Unit
Index
Con-
stant
Real 
Number
Charac-
ter String
Pointer
X Y M T C S D .b KnX KnY KnM KnS T C D R U \G
V Z Modify K H
E
" "
P
S
S
S
n
P
FNC 32
RCR
D
16-bit Instruction
 5 steps
Mnemonic
Operation Condition
Continuous
Operation
Pulse (Single)
Operation
RCR
RCRP
DRCR
DRCRP
Mnemonic
Operation Condition
32-bit Instruction
9 steps
Continuous
Operation
Pulse (Single)
Operation
  D
  D
   
D
Command
input
FNC 32
RCRP
n
0 0 0 1 1 1 1 1 1 1 1 1 0 0 0 0
0
High order
Low order
b15b14b13b12b11b10 b9 b8 b7 b6 b5 b4 b3 b2 b1 b0
Before
shift
b2 to b0
Before shift b15 to b4
High order
1 1 1 1 1 1 1 1 0 0 0 0
0
0 0 0
Low order
Rightward
rotation
b15b14b13b12b11b10 b9 b8 b7 b6 b5 b4 b3 b2 b1 b0
When M8022 is ON
b2 (n
−2) to b0 and the head bit
indicating the carry flag ON/OFF
status are moved.
"n" bits (in the case of K4)
b3 (n
−1)
to b0 are
moved.
"n" bits
1
Carry flag
M8022
b3 (n
−1)
Before shift
Carry flag M8022
Before shift b3
Carry flag
M8022
The status of the final bit b3
(bit "n
−1") is stored.
After the
instruction
is
executed
once
Before
execution
After
execution