RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
637
Ctrl Command set_extstartpos
Function Defines the start address (within the RTC6 List Memory area of “List 1” or “List 2”) where
execution should continue upon External Starts.
Call
set_extstartpos( 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 • By default, an External Start results in a continuation or start at the beginning of
“List 1” (
Pos
= 0).
•
Pos
must be within the range of “List 1” or “List 2”. Otherwise,
Pos
= 0 is set.
• The specified start address is used for all External Starts until a new address is specified
by set_extstartpos or set_extstartpos_list. An address range validity check is
performed on
Pos
before each External Start;
Pos
might therefore become set to 0 at a
later point (and remain at this value) if the configuration has been correspondingly
changed in the meantime (see config_list).
• See also Section ”External Start”, page 290.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_extstartpos_list, set_control_mode
Undelayed
Short List
Command
set_extstartpos_list
Function Like set_extstartpos, but a list command.
Call
set_extstartpos_list( Pos )
Parameters
Pos
Like set_extstartpos.
Comments • set_extstartpos_list can be used within a list, to “link” it to the list that follows.
• See set_extstartpos.
RTC4RTC6 Unchanged functionality. In addition: increased value range.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_extstartpos