Solution
This behavior occurs because the Write to Measurement File Express VI saves data using the LabVIEW Measurement File (.lvm) format, which limits numeric values to approximately 6 significant digits.
This limitation is by design and cannot be configured within the Express VI. When data is written to the file, values exceeding this precision are truncated or rounded, and the additional precision is not retained.
Because of this, any precision beyond the supported number of digits cannot be recovered after the data is saved.
For applications that require higher numeric precision, use LabVIEW File I/O primitives instead of the Express VI.