Operator`s manual
2.3 Operating Instruction
2-88
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) MUL B000 10
Multiplies B000 by 10, and stores the result in B000.
(2) MUL I000 I001
Multiplies I000 by I001, and stores the result in I000.
(3) SET D000 2
MUL P000 (3) D000
Multiplies the Z axis data of P000 by D000 (D000=2), and stores the result in P000.
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 position type
variable is multiplied.
<Data 2>
30
Double-precision
type constant
Specifies the double-precision type data by
which the element of position type variable is
multiplied.
<Data 2>
Example