I have added a LabVIEW IEEE 754 conversion function here to convert a 32 bit information (array of four U8 elements) into SGL and vice versa. This function provides the same functionality like the IEEE 754 Converter (JavaScript), V0.13, shown on http://www.h-schmidt.net/FloatConverter/IEEE754.html.
I have added this conversion VI as an example here because I have searched for a LabVIEW converter but haven´t found one (maybe because it´s that simple to build one in LV). This function might help to transmit/receive data (Arrays of U8) by making use of the UDS palette within the Automotive Diagnostic Command Set LabVIEW Addon. DBLs could also be converted by adding little changes to the VI.
It´s a LabVIEW 2014 SP1 vi.
Have fun!