Справочник Пользователя для Mitsubishi Electronics Mitsubishi Digital Electronics Video Gaming Accessories FX3G

Скачать
Страница из 936
291
FX
3G
/FX
3U
/FX
3UC
 Series Programmable Controllers
Programming Manual - Basic & Applied Instruction Edition
11 Rotation and Shift Operation – FNC 30 to FNC 39
11.1 FNC 30 – ROR / Rotation Right
11
FN
C
30
-FN
C
39
R
otati
on and 
Shi
ft
12
FNC4
0-F
NC4
9
D
ata O
per
ati
on
13
FN
C
50-FN
C
59
H
igh S
pe
ed 
P
rocessing
14
FM
C
60-FN
C
69
H
andy 
In
st
ru
ct
ion
15
FNC7
0-F
NC7
9
Ex
ter
nal FX
 I/O
 
D
evice
16
FN
C
80-FN
C
89
Ext
ernal
 FX 
De
vic
e
17
FN
C
100-
FN
C
10
9
Da
ta
 
Transf
er 2
18
FN
C
110-
FN
C
139
Floati
ng Poi
nt
19
FN
C
14
0-F
N
C
149
Da
ta
 
O
per
at
ion 2
20
FN
C
150-
FN
C
159
Posit
ioning 
C
ont
ro
l
11.1
FNC 30 – ROR / Rotation Right
Outline
This instruction shifts and rotates the bit information rightward by the specified number of bits without 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
S1: In 16-bit operations, K4Y{{{, K4M{{{ and K4S{{{ are valid.
In 32-bit operations, K8Y{{{, K8M{{{ and K8S{{{ are valid.
S2: This function is supported only in FX
3U
/FX
3UC
 PLCs.
Explanation of function and operation
1. 16-bit operation (ROR and RORP)
"n" bits out of 16 bits of 
 are rotated rightward.
• The final bit is stored in the carry flag (M8022).
• In a device with digit specification, K4 (16-bit instruction) is valid.
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
1
S
1
S
1
3 3 3 3
S
2
3 3
3
n
3 3
3 3
P
FNC 30
ROR
D
16-bit Instruction
 5 steps
Mnemonic
Operation Condition
Continuous
Operation
Pulse (Single)
Operation
ROR
RORP
DROR
DRORP
Mnemonic
Operation Condition
32-bit Instruction
9 steps
Continuous
Operation
Pulse (Single)
Operation
  D
  D
   
D
Command
input
FNC 30
RORP
n
D ‚
0
0 0 0 1 1 1 1 1 1 1 1 0 0 0 0
0
Carry flag
M8022
High order
Low order
b15b14b13b12b11b10 b9 b8 b7 b6 b5 b4 b3 b2 b1 b0
Before shift
b3 to b0
Before shift
b15 to b4
After the
instruction
is executed
once
High order
1 1 1 1 1 1 1 1 0 0 0 0
0
0 0 0
Low order
M8022
"n" bits (in the case of K4)
b15b14b13b12b11b10 b9 b8 b7 b6 b5 b4 b3 b2 b1 b0
Before
execution
After
execution
Rightward
rotation
"n" bits
The status of the bit "n
−1" is
copied.
Carry flag
"n
−1" bits
b0 to b3 (n
−1) are moved.
The contents of
b3 are stored.