F_BACnet_RealToStr : STRING
Application
Function for converting a floating-point number to a string, considering the value range. The REAL value is handed over by means of a pointer.
VAR_INPUT
pValue : POINTER TO REAL;
pValue: Pointer to the floating-point number to be converted (ADR()).
Return value: For a finite value range the string from the floating-point number is output in the same format as after conversion with "REAL_TO_STRING()". If the value is not in the finite range, "#QNAN" (positive not-a-number) or "-#QNAN" (negative not-a-number) is output, depending on the sign.