Chapter 3 Configuration Of Instructions; Configuration Of Instructions - Mitsubishi Electric MELSEC-Q/L Programming Manual

Hide thumbs Also See for MELSEC-Q/L:
Table of Contents

Advertisement

3

CONFIGURATION OF INSTRUCTIONS

3.1
Configuration of Instructions
Most CPU module instructions consist of an instruction part and a device part.
Each part is used for the following purpose:
• Instruction part: indicates the function of the instruction.
• Device part: indicates the data that is to be used with the instruction.
The device part consists of source data, destination data, and number of devices.
Source (S)
Source is the data used for operations.
The following source types are available, depending on the designated device:
Type
Constant
Bit devices and word devices
Destination (D)
The destination stores the data after the operation has been conducted. However, some instructions require storing the data
to be used in an operation at the destination prior to the operation execution.
Ex.
An addition instruction involving BIN 16-bit data
+
S
Stores the data needed for operation
before the actual operation.
A device for the data storage must always be set to the destination.
Number of devices and number of transfers (n)
The number of devices and number of transfers designate the numbers of devices and transfers used by instructions involving
multiple devices.
Ex.
Block transfer instruction
BMOV
S
Designates the number of transfers
used by a BMOV instruction
The number of devices or number of transfers can be set between 0 and 32767.
However, if the number is 0, the instruction will be a no-operation instruction.
3 CONFIGURATION OF INSTRUCTIONS
80
3.1 Configuration of Instructions
Description
Designates a numeric value to be used in the operation. This is set when the program is created, and cannot
be changed during the execution of the program. Constants should be indexed when used as variable data.
Designates the device that stores the data to be used in the operation. Data must be stored in the designated
device until the operation is executed. By changing the data stored in a designated device during program
execution, the data to be used in the instruction can be changed.
D
+
n
D
S1
S2
D
Stores only the
operation results.

Advertisement

Table of Contents
loading

Table of Contents