Block Transfer; Same Data Block Transfer - Mitsubishi Electric MELSEC Q Series Programming Manual

Structured text
Hide thumbs Also See for MELSEC Q Series:
Table of Contents

Advertisement

5 MELSEC FUNCTIONS

5.7.3 Block transfer

n points of BIN 16-bit data, starting at the specified device, are batch-transferred.
Function definition

5.7.4 Same data block transfer

The 16-bit data of the specified device are transferred to the number of points, starting at the specified
device.
Function definition
5 - 34
BMOV_M
BOOL BMOV_M (BOOL EN, ANY16 S1, ANY16 n, ANY16 D);
Argument Name
EN
S1
n
D
Return Value
BOOL
Execution condition
Example of use
(* When execution condition X0 turns ON, the 16-bit data of the number of
(* points stored in W0, starting at the device specified in D0, are transferred to *)
(* the number of points stored in W0, starting at D100.
BMOV_M (X0, D0, W0, D100);
Corresponding MELSEC command
BMOV (Block 16-bit transfer)
FMOV_M
BOOL FMOV_M (BOOL EN, ANY16 S1, ANY16 n, ANY16 D);
Argument Name
EN
S1
n
D
Return Value
BOOL
Execution condition
Example of use
(* When execution condition X0 turns ON, the 16-bit data of D0 are transferred *)
(* to the number of points stored in W0, starting at D100.
FMOV_M (X0, D0, W0, D100);
Corresponding MELSEC command
FMOV (Block 16-bit data transfer)
IN/OUT
Execution condition (Function is executed only when
IN
the result is TRUE)
IN
Data to be transferred (BIN 16-bit data)
IN
Number of data to be transferred (BIN 16-bit data)
OUT
Transfer destination (BIN 16-bit data)
IN/OUT
Execution condition (Function is executed only when
IN
the result is TRUE)
IN
Data to be transferred (BIN 16-bit data)
IN
Number of data to be transferred (BIN 16-bit data)
OUT
Transfer destination (BIN 16-bit data)
For the usable data type, refer to "3.2.2
About ANY type".
Description
Description
Description
Description
*)
*)
*)
5 - 34

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec l series

Table of Contents