10-03-2008 02:32 AM
"Returns a time stamp of the current time, measured as the number of complete seconds that have elapsed since 12:00 a.m., January 1, 1904, Universal time. Use the To Double Precision Float function to convert the time stamp value to a lower precision, floating-point number."
Please see at pic: fcn_get_date_time_in_seconds.PNGIn LV6.0 it works good, but the same code in LV7.0 doesn't work good. What is wrong? Where is the best place to find help about it?10-03-2008 02:49 AM
The small black dots in the 7.0 version indicate that a data type conversion is performed: your Time_Begin and Time globals are not double precision variables.
Make them double precision and retry.
10-03-2008 03:22 AM
thank you. you are right. it works goot now.