Math.Div
Provides a mathematical division operation of two data points.
Description
This logic implements a mathematical division operation of twoinput data points. The input data points and the output data point must be of type number.
Inputs
- Input1 (ItemID): Dividend. Must be of type number.
- Input2 (ItemID): Divisor. Must be of type number.
Outputs
- Output (ItemID): Result of the operation. Must be of type number.
 Parameters
- Write to bus (bool, optional): if set to "false", the value is only updated within the Core Server. If set to true (default value), the value is also forwarded to the field network.
- Verify quality (bool, optional): if set to "true" (default value), the value is not forwarded when the input's quality is not "GOOD".
Possible trigger types
All
Available since:
NETx BMS Server 2.0
Â