RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
411
Ctrl Command get_jump_table
Function Reads out the Jump Delay table which is currently stored on the board. Then copies the
1024 corresponding unsigned 16-bit values to the specified PC address.
Call
ErrorCode = get_jump_table( Addr )
Parameters
Addr
PC address for the 2048 byte memory area.
Result Error code.
As an unsigned 32-bit value.
0 No error.
11 RTC6 board driver error.
Notes • Do not call get_jump_table during processing of a list.
• The data format is “1024 16-bit values“ representing the delay values for a piecewise
linear interpolation at the sampling points (=jump lengths) N × 1024 with 0 N <
1024. The values can thus also be directly generated or modified by users.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
Reference set_jump_table, load_jump_table_offset
Ctrl Command get_lap_time
Function Returns the current RTC6 Timer value (without resetting it to zero).
Call
TimerValue = get_lap_time()
Result RTC6 Timer value in seconds since the last call of save_and_restart_timer. In seconds.
As a 64-bit IEEE floating point value.
Comments • get_lap_time serves to query the elapsed time of a time consuming marking during
processing.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References get_time, save_and_restart_timer