Operator`s manual
2.3 Operating Instruction
2-97
6. (Element number)
When a P Variable number, LP Variable number, P [Array number], LP [Array number], BP
Variable number, LBP Variable number, BP [Array number], LBP [Array number], EX Variable
number, LEX Variable number, EX [Array number], or LEX [Array number] is selected from the
table in part 1 of this Explanation, the following tag can be added or omitted.
7. D Variable number/LD Variable number/D [Array number]/LD [Array num-
ber]/Double-precision type constant
When a P Variable number, LP Variable number, P [Array number], LP [Array number], BP
Variable number, LBP Variable number, BP [Array number], LBP [Array number], EX Variable
number, LEX Variable number, EX [Array number], or LEX [Array number] is selected from the
table in part 1 of this Explanation, choose one of the tags from the following table after (Ele-
ment number) of 6.
(1) DIV B000 10
Divides B000 by 10, and stores the result in B000.
(2) DIV I000 I001
Divides I000 by I001, and stores the result in I000.
(3) SET D000 2
DIV P000 (3) D000
Divides the Z axis data by D000 (D000=2), and stores the result in P000.
No. Tag Explanation Note
28
(Element number) Specifies the element of the position type vari-
able by which Data 1 is divided.
If omitted, all the elements of the position type
variable are specified.
Element number: 1
to 255
Variable B/LB can be
used.
No. Tag Explanation Note
29
D Variable num-
ber/
LD Variable num-
ber/
D [Array number]/
LD [Array num-
ber]
Specifies the number of the double-precision
variable by which the element of the position
type variable is divided.
<Data 2>
30
Double-precision
type constant
Specifies the double-precision type data by
which the element of the position type variable is
divided.
<Data 2>
Example