Rotation; Right Rotation (Carry Flag Not Included); Right Rotation (Carry Flag Included) - Mitsubishi MELSEC-q Programming Manual

Melsec q series; melsec l series
Hide thumbs Also See for MELSEC-q:
Table of Contents

Advertisement

5 MELSEC FUNCTIONS

5.11 Rotation

5.11.1 Right rotation (carry flag not included)

The specified BIN 16-bit data are rotated n bits to the right, without the carry flag being included.
Function definition

5.11.2 Right rotation (carry flag included)

The specified BIN 16-bit data are rotated n bits to the right, with the carry flag being included.
Function definition
5 - 49
BOOL ROR_M (BOOL EN, ANY16 n, ANY16 D);
Argument Name
EN
n
D
Remarks: When a bit device is specified in "D", the data in the specified number of
digits are rotated.
Return Value
BOOL
Execution condition
Example of use
(* When execution condition X0 turns ON, the data in D0 are rotated 3 bits to
(* the right, without the carry flag being included.
ROR_M (X0, K3, D0);
Corresponding MELSEC command
ROR (Right rotation of 16-bit data)
BOOL RCR_M (BOOL EN, ANY16 n, ANY16 D);
Argument Name
EN
n
D
Remarks: When a bit device is specified in "D", the data in the specified number of
digits are rotated.
Return Value
BOOL
Execution condition
Example of use
(* When execution condition X0 turns ON, the data in D0 are rotated 3 bits to
(* the right, with the carry flag being included.
RCR_M (X0, K3, D0);
Corresponding MELSEC command
RCR (Right rotation of 16-bit data)
ROR_M
IN/OUT
Execution condition (Function is executed only when
IN
the result is TRUE)
IN
Number of rotations (0 to 15) (BIN 16-bit data)
IN/OUT
Data to be rotated, rotation result (BIN 16-bit data)
RCR_M
IN/OUT
Execution condition (Function is executed only when
IN
the result is TRUE)
IN
Number of rotations (0 to 15) (BIN 16-bit data)
IN/OUT
Data to be rotated, rotation result (BIN 16-bit data)
For the usable data type, refer to "3.2.2
About ANY type".
Description
Description
Description
Description
*)
*)
*)
*)
5 - 49

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec-l

Table of Contents