5
Categories and Use of Basic Application Instructions
DVP-PM Application Manual
5-45
API Mnemonic
Operands
Function
28
D WXOR P
Logical Word XOR
Controllers
20PM
10PM
Bit Devices
Word Devices
Program Steps
Type
OP
X Y M S K H
KnX
KnY KnM KnS T C D V Z
S
1
* *
*
*
*
*
*
*
*
*
*
S
2
* *
*
*
*
*
*
*
*
*
*
D
*
*
*
*
*
*
*
*
WXOR, WXORP: 7 steps
DWXOR, DWXORP: 9 steps
Operands:
S
1
: Source data device 1
S
2
: Source data device 2
D
: Operation result
Explanations:
1. WXOR conducts logical XOR operation of
S
1
and
S
2
in 16-bit mode and stores the result in
D
2. When WXOR is used as 16-bit instruction, Z device cannot be adopted; when WXOR is used as 32-bit
instruction, V device cannot be adopted.
Program Example 1:
When X0 = ON, the 16-bit data source D0 and D2 are analyzed and the operation result of the logical XOR is stored
in D4.
X0
WXOR
D0
D2
D4
0
1
1
1
1
1
1
0 0 0 0
0
0
0
1
1
1
0
0
0
0
1
1
WXOR
b15
b0
D0
D2
D4
0
0
0
0
0
0
0 1
1
0
1
1
1
1 1
1
1
1
1 1 1
0
0
0
0
Before
execution
After
execution
Program Example 2:
When X1 = ON, the 32-bit (D11, D10) and (D21, D20) will perform DWXOR logical XOR operation, and the result will
be stored in (D41, D40).
X1
DWXOR
D10
D20
D40
DWXOR
b15
b0
b31
D11 D10
D21 D20
D41 D40
1 1 1 1 1 1 1 1 0 0 0 0 1 1 1 1
0 0 0
0 0
1
1
1 1
1 0 0
0 0
0
0
0
0
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 0
0 0
1 1 1
1 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
Before
execution
After
execution
Summary of Contents for DVP-10PM
Page 1: ......
Page 45: ...2 Hardware Specifications and Wiring DVP PM Application Manual 2 30 MEMO...
Page 125: ...3 Functions of Devices in DVP PM DVP PM Application Manual 3 80 MEMO...
Page 341: ...8 Application Examples DVP PM Application Manual 8 2 Trajectory 3 Trajectory 4...
Page 427: ...9 Electrical CAM DVP PM Application Manual 9 74...
Page 437: ...10 Encrypting User Program DVP PM Application Manual 10 10 MEMO...
Page 458: ...11 G code Application DVP PM Application Manual 11 21 B O100 main program...
Page 561: ...14 Appendix DVP PM Application Manual 14 4 MEMO...