Instruction 13- mov word – Maple Systems MAPware-7000 User Manual
Page 34
![background image](/manuals/358875/34/background.png)
MAPware-7000 Ladder Logic Guide
26
1010-1041 rev. 00
Instruction 13- MOV Word
Expression:
Space Requirement: 1 line x 5 column Location Requirement: Middle, Right rail
Function:
When the input is ON, the data of A is stored in B.
Execution Condition:
Input
Operation
Output
OFF
No execution
OFF
ON
Execution
ON
Operand:
Coil or Bit
Register
Constant
Index
Name
X Y
B
S
T.
C.
M
X
W
Y
W
B
W
S
W
T C
D
I
J
K
M
W
A
Source
√
√
√
√
√
√
√
√
√
√
√
√
B
Destination
√
√
√
√ √
√
√
√
√
√
Examples:
Sample 1- Moving a constant value into a register
B0010 is ON, a constant data (12345) is stored in D0100 and the output is turned ON.
Sample 2- Copying a value in a register to another register
When B00010 is ON, the data of SW030 is stored in BW045 and the output is turned ON. If
SW030 is 500, the data 500 is stored in BW045.