RTC
®
5 PC Interface Board
Rev. 1.9 e
10 Commands And Functions
256
Ctrl Command execute_at_pointer
Function starts list execution (“List 1” or “List 2”) at the specified address in the RTC
®
5 list buffer.
Call
execute_at_pointer( Pos )
Parameter
Pos
absolute address of the first list command to be executed as an unsigned
32-bit value; allowed range: [0 … (2
20
–1)]
Comments • The execute_at_pointer command essentially functions like the execute_list_pos
command (see the 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.
RTC
®
4
RTC
®
5 unchanged functionality
References execute_list_pos, get_out_pointer
Ctrl Command execute_list
Function starts execution at the beginning of the specified list (“List 1” or “List 2”).
Call
execute_list( ListNo )
Parameter
ListNo
number of the list to be executed as an unsigned 32-bit value;
permissible values: [uneven: “List 1“, even: “List 2“]
Comments • The command execute_list is synonymous with execute_list_pos with
Pos
= 0.
• The commands execute_list_1 and execute_list_2 (with no parameters) can be used
alternatively.
RTC
®
4
RTC
®
5 unchanged functionality
References get_status, execute_at_pointer, execute_list_pos
Ctrl Command execute_list_1
Function see execute_list
Call
execute_list_1
RTC
®
4
RTC
®
5 unchanged functionality
References execute_list
Ctrl Command execute_list_2
Function see execute_list
Call
execute_list_2
RTC
®
4
RTC
®
5 unchanged functionality
References execute_list