Delta DVP-ES2 User Manual
Page 526
D V P - E S 2 / E X 2 / S S 2 / S A2 / S X 2 O p e r a t i o n M a n u a l - P r o g r a m m i n g
3 - 4 1 0
API Mnemonic
Operands
Function
182
MXOR P
Matrix XOR
Controllers
ES2/EX2 SS2 SA2
SE
SX2
Bit Devices
Word devices
Program Steps
Type
OP
X Y M S
K H
KnX
KnY KnM KnS T C D E F
S
1
*
*
*
*
*
*
*
S
2
*
*
*
*
*
*
*
D
*
*
*
*
*
*
n
*
*
*
MXOR, MXORP: 9 steps
PULSE 16-bit 32-bit
ES2/EX2 SS2
SA2
SE
SX2 ES2/EX2 SS2
SA2
SE
SX2 ES2/EX2 SS2
SA2
SE
SX2
Operands:
S
1
: Matrix source device 1 S
2
: Matrix source device 2 D: Operation result
n: Matrix length (n = K1~K256)
Explanations:
1.
MXOR instruction performs matrix XOR operation between matrix source device 1 and 2 with
matrix length n and stores the operation result in D
2.
Rule of matrix XOR operation: the result is 1 if the two bits are different. The result is 0 if the
two bits are the same
3. If
operands S
1
, S
2
, D use KnX, KnY, KnM, KnS format, only n = 4 is applicable..
Program Example:
When X0 = ON, MXOR performs matrix XOR operation between 16-bit registers D0~D2 and 16-bit
registers D10~D12. The operation result is then stored in 16-bit registers D20~D22
X0
MXOR
D0
D20
K3
D10
Before
Execution
After
Execution
1
1
1
0
0
0
1
1
0
0 0
0
1
1
0
0
0
1
1
0
0 0
0
1
1
0
0
0
1
1
0
0 0
0
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1
1
1
1
1
1
0
0
0
1
1
1
1
1
1
1
0
0
1
0
0
1
0
0
1
0
0
1
0
0
1
0
0
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
0
0
0
0
0
0
0
0
0
0
0
0
b15
b0
MXOR
D0
D1
D2
D10
D11
D12
D20
D21
D22