04-19-2022 05:38 AM
Format of the time in LVM files generated by LV 16 seems odd to me:
„Time 17:00:41,038486480712890625“.
Why the fraction part of the seconds is so precise? Is it really possible to get such precision from the PC?
Solved! Go to Solution.
04-19-2022 05:53 AM
Hi Stanev,
@Станев wrote:
Why the fraction part of the seconds is so precise?
Because someone decided to use as much as possible decimal digits.
Just because you can live with just 3 digits it doesn't mean there are no application requiring more precision…
@Станев wrote:
Is it really possible to get such precision from the PC?
Technically "yes": LabVIEW timestamps use 64 bits for the fractions of seconds, which translate to 19 decimal digits. In this way it makes sense to format 18 decimal digits as shown in your example.
On the other hand there is no timing source available which provides a precision of 64 bits (in your computer), so your question makes sense.
But again: to provide as much precision as available for all kind of applications the LVM files use 18 decimal digits in their timestamp text…