Example Code

8 byte Double and string conversions IEEE_754

Code and Documents

Attachment

I have a product I'm tasked to test and calibrate that communicates in string format. I've created conversion routines for non-array strings to double numeric, and double to numeric array, string array and concatenated string format. I've included the bitwise calculation of the sign, exponent and significand.

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Contributors