Standard function blocks315Operation The output (O) value is a 32-bit integer value of the 16-bit integer input (I) value.Inputs Input (I): INTOutputs Output (O): DINTREAL_TO_REAL24(10026)IllustrationExecution time 1.35 μsOperation Output (O) is the REAL24 equivalent of the REAL input (I).The output value is limited to the maximum value of the data type.Example:Inputs Input (I): REALOutputs Output (O): REAL24REAL24_TO_REAL(10027)IllustrationExecution time 1.20 μsOperation Output (O) is the REAL equivalent of the REAL24 input (I).The output value is limited to the maximum value of the data type range.Example:I O32767 32767-32767 -327670 0REAL_TO_REAL2489TLA1 1 msec (1)IO O(89)I = 0000 0000 0010 0110 1111 1111 1111 1111Integer value Fractional valueO = 0010 0110 1111 1111 1111 1111 0000 0000Integer value Fractional valueREAL24_TO_REAL90TLA1 1 msec (1)IO O(90)I = 0010 0110 1111 1111 1111 1111 0000 0000Integer value Fractional valueO = 0000 0000 0010 0110 1111 1111 1111 1111Integer value Fractional value