RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
436
Ctrl Command get_timestamp_long
Function Returns the current value of the 64-bit “Timestamp Counter”.
Call
get_timestamp_long( &TimeStampL, &TimeStampH )
Returned
parameter
values
TimeStampL
Lower 64-bit “Timestamp Counter” value.
As an unsigned 32-bit value.
TimeStampH
Upper 64-bit “Timestamp Counter” value.
As an unsigned 32-bit value.
Comments • The RTC6 board-internal 64-bit “Timestamp Counter”
TimeStampCounterLong
is:
– Initialized with 0 at load_program_file and then keeps running until the next
load_program_file
– Used with wait_for_timestamp_counter_long
• The lower part of
TimeStampCounterLong
(=
returned parameter value TimeStampL
) and
the 32-bit “Timestamp Counter” are identical.
• See Chapter 8.12 ”Time Measurements”, page 281.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 624, OUT 624.
References wait_for_timestamp_counter_long