Imovn (indirect move not) – IDEC MicroSmart User Manual

Page 224

Advertising
background image

9: M

OVE

I

NSTRUCTIONS

9-6

« FC4A M

ICRO

S

MART

U

SER

S

M

ANUAL

»

IMOVN (Indirect Move Not)

Applicable CPU Modules

Valid Operands

For the valid operand number range, see pages 6-1 and 6-2.

Internal relays M0 through M1277 can be designated as D1. Special internal relays cannot be designated as D1.

When T (timer) or C (counter) is used as S1, S2, or D2, the operand data is the timer/counter current value. When T (timer)
or C (counter) is used as D1, the operand data is the timer/counter preset value which can be 0 through 65535.

Either source operand S2 or destination operand D2 does not have to be designated. If S2 or D2 is not designated, the
source or destination operand is determined by S1 or D1 without offset.

Make sure that the source data determined by S1 + S2 and the destination data determined by D1 + D2 are within the valid
operand range. If the derived source or destination operand is out of the valid operand range, a user program execution
error will result, turning on special internal relay M8004 and the ERR LED on the CPU module.

Valid Data Types

Example: IMOVN

FC4A-C10R2/C

FC4A-C16R2/C

FC4A-C24R2/C

FC4A-D20K3/S3

FC4A-D20RK1/RS1 & FC4A-D40K3/S3

X

X

X

X

X

Operand

Function

I

Q

M

R

T

C

D

Constant

Repeat

S1 (Source 1)

Base address to move from

X

X

X

X

X

X

X

1-99

S2 (Source 2)

Offset for S1

X

X

X

X

X

X

X

D1 (Destination 1)

Base address to move to

X

▲ X

X

X

X

1-99

D2 (Destination 2)

Offset for D1

X

X

X

X

X

X

X

W (word)

I (integer)

X

S1 + S2 NOT

→ D1 + D2

When input is on, the values contained in operands desig-
nated by S1 and S2 are added to determine the source of
data. The 16-bit data so determined is inver ted and
moved to destination, which is determined by the sum of
values contained in operands designated by D1 and D2.

REP

**

S1(R)

*****

D1(R)

*****

IMOVN(W)

S2

*****

D2

*****

When a bit operand such as I (input), Q (output), M (internal relay), or R (shift register) is
designated as the source or destination, 16 points are used. When repeat is designated for a
bit operand, the quantity of operand bits increases in 16-point increments.

When a word operand such as T (timer), C (counter), or D (data register) is designated as the
source or destination, 1 point is used. When repeat is designated for a word operand, the
quantity of operand words increases in 1-point increments.

C10

+ D10 NOT → D30 + D20

Source operand S1 and destination operand D1 determine the type of operand. Source operand S2
and destination operand D2 are the offset values to determine the source and destination operands.

If the data of data register D10 designated by source operand S2 is 4, then the source data is deter-
mined by adding the offset to counter C10 designated by source operand S1:

C(10 + 4) = C14

If data register D20 designated by destination operand D2 contains a value of 15, then the destina-
tion is determined by adding the offset to data register D30 designated by destination operand D1:

D(30 + 15) = D45

As a result, when input I0 is on, the current value of counter C14 is inver ted and moved to data regis-
ter D45.

15

D20

D19

D21

59085

D45

4

D10

C15

C13

D46

6450

C14

I0

REP

S1 –

C10

D1 –

D30

IMOVN(W)

S2

D10

D2

D20

Advertising