Standard function blocks279DINT_TO_INT(10021)IllustrationExecution time 0.53 μsOperation The output (O) value is a 16-bit integer value of the 32-bit integer input (I) value.Examples:Inputs Input (I): DINTOutputs Output (O): INTDINT_TO_REALn(10023)IllustrationExecution time 7.25 μsOperation The output (OUT) is the REAL/REAL24 equivalent of the input (IN). Input IN1 is theinteger value and input IN2 is the fractional value.If one (or both) of the input values is negative, the output value is negative.Example (from DINT to REAL):When IN1 = 2 and IN2 = 3276, OUT = 2.04999.The output value is limited to the maximum value of the selected data type range.Inputs Input (IN1, IN2): DINTOutputs The output data type is selected by the user.Output (OUT): REAL, REAL24DINT_TO_INT84TLA1 1 msec (1)IO O(84)I (31 bits + sign) O (15 bits + sign)2147483647 32767-2147483648 -327670 0DINT_TO_REALn(REAL) 85TLA1 1 msec (1)IN1IN2OUT OUT(85)