Standard function blocks280DINT_TO_REALn_SIMP(10022)IllustrationExecution time 6.53 μsOperation The output (O) is the REAL/REAL24 equivalent of the input (I) divided by the scale input(SCALE).Error codes indicated at the error output (ERRC) are as follows:Example (from DINT to REAL24):When I = 205 and SCALE = 100, I/SCALE = 205 /100 = 2.05 and O = 2.04999.Inputs Input (I): DINTScale input (SCALE): DINTOutputs The output data type is selected by the user.Output (O): REAL, REAL24Error output (ERRC): DINTDINT_TO_REALn_SIMP(REAL) 86TLA1 1 msec (1)ISCALEO O(86)ERRC ERRC(86)Error code Description0 No error1001 The calculated REAL/REAL24 value exceeds the minimum value ofthe selected data type range. The output is set to the minimum value.1002 The calculated REAL/REAL24 value exceeds the maximum value ofthe selected data type range. The output is set to the maximumvalue.1003 The SCALE input is 0. The output is set to 0.1004 Incorrect SCALE input, i.e. the scale input is < 0 or is not a factor of10.