Discussion:
Timestamp Representation
(too old to reply)
StevenATK
2008-08-12 21:10:04 UTC
Permalink
According to this (<a href="http://zone.ni.com/reference/en-XX/help/371361A-01/lvconcepts/how_labview_stores_data_in_memory/" target="_blank">link</a>), a timestamp is actually a cluster of two I-64 integers.&nbsp; Is there a way to extract these integers from the timestamp without converting to a double taking the integer and decimal part of the result?
tst
2008-08-12 21:10:06 UTC
Permalink
The easiest should be typecasting, but I'm not sure whether typecasting to a cluster of 2 I64s will work. You might need 4 I32 and then play around with a bit using join, etc. Unfortunately, I can't check at the moment.
smercurio_fc
2008-08-12 22:10:08 UTC
Permalink
This is what you get using the TypeCast method:<img src="Loading Image..."> Message Edited by smercurio_fc on 08-12-2008 05:07 PM


Example_VI.png:
http://forums.ni.com/attachments/ni/170/348839/1/Example_VI.png

Loading...