[DIV_TI_R] Division for time by real
Function block DIV_TI_R divides the time by a real value.
DIV_TI_R divides the time by a real value.
Out = In1 / In2
Troubleshooting
When the value range of [Out] is violated, the data-type specific maximum or minimum value is provided at output [Out].
There are three cases when dividing by zero ([In2] = 0):
- When input [In1] is positive, output [Out] is set to its data-type specific maximum value.
- When input [In1] is negative, output [Out] is set to its data-type specific minimum value.
- When input [In1] is zero, output [Out] is set to value 0.