Modulo

Divides analogue values as integers or decimals and outputs the remainder of the division.

Table of Contents


Outputs

AbbreviationSummaryDescriptionValue Range
IntIntegerResult of the integer calculation
DecDecimalsResult of the decimal calculation




Parameters

AbbreviationSummaryValue RangeDefault Value
V1-2Value 1-20



Calculation of outputs

(Int) outputs the result of the integer calculation and (Dec) of the decimal calculation in the corresponding data type.

(Int): 13 mod 5 = 3
(Dec): 13.3 mod 5.2 = 2.9