
Subtracts one input value (Subtrahend) from another (Minuend).
Inputs
Outputs
Functionality
Overflow:
- If the calculated value is greater than the maximum DPT value:
- If the calculated value is less than the minimum DPT value:
- If the calculated value is within the valid range of the DPT:
- D = Difference between the two input values (Minuend - Subtrahend)
- Ov = 0 (false)
The output sends whenever a value is received.
More Information