Download Print this page

HEIDENHAIN MANUALplus 620 Technical Manual page 1694

Hide thumbs Also See for MANUALplus 620:

Advertisement

8.15.28 REMAINDER (MOD)
1694
Syntax:
MOD (MODULO)
Operands:
B, W, D, K
Action:
The control extends the operand to the width of the accumulator (32 bits) and
then calculates the remainder resulting from the division of the content of the
word accumulator by the content of the operand. The remainder is stored in
the word accumulator where you can process it. If the control cannot execute
the MOD command correctly, it sets marker M4202, otherwise it resets it.
Example:
Divide the number saved in word W6 by the constant, then calculate the
REMAINDER and assign the result to double word D8.
Initial state:
Word
W6
Constant
Double word D8
Function
Load W6 into the word
accumulator.
Divide the content of the
word accumulator by a
constant, then save the
integral REMAINDER in
the word accumulator.
Assign the REMAINDER
to double word D8.
= 50 (dec)
= 15 (dec)
= ?
STL
Accumulator
content
L W6
50
MOD
11
K15
= D8
11
HEIDENHAIN Technical Manual MANUALplus 620
Operand content
50
15
11

Advertisement

loading