RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
384
Ctrl Command execute_at_pointer
Function Starts list execution (“List 1” or “List 2”) at the specified address in the RTC6 List Memory.
Call
execute_at_pointer( Pos )
Parameters
Pos
Absolute address of the first list command to be executed.
As an unsigned 32-bit value.
Allowed value range: [0…(2
23
–1)].
Comments • execute_at_pointer essentially functions like execute_list_pos (see comments there).
However, execute_at_pointer requires a start address specified as an absolute
memory address, whereas execute_list_pos requires specification of the list number
and a relative memory address.
• For
Pos
Mem1
+
Mem2
(see config_list),
Pos
is set to 0.
RTC4RTC6 Unchanged functionality.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References execute_list_pos, get_out_pointer