2 INFORM Explanation
FS100 2.3 Operating Instruction : DIV
2-116
7. D Variable number/LD Variable number/D [Array
number]/LD [Array number]/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 (Element 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
29 D Variable number/
LD Variable number/
D [Array number]/
LD [Array number]
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>