Hi Ryykker,
I would recommend rounding at key portions of your code in order to use only 14 decimal places. You can use the divide by 10 trick, in combination with rounding.
CVI conforms to the ANSI C and IEEE standard formats for data types and byte sizes. It may be possible to edit float.h, an ANSI C header file we use to determine precision width of floats and doubles. You can find it in the C:\Program Files\National Instruments\CVI81\include\ansi directory. There may be other repercussions of this, however. I would definitely make a backup copy.
Cheers,
David Goldberg
National Instruments
Software R&D