RTC
®
5 PC Interface Board
Rev. 1.9 e
10 Commands And Functions
421
innovators for industry
Ctrl Command set_extstartpos
Function
defines the start address (within the range of “List 1” or “List 2”) where execution should
continue upon subsequent external list starts.
Call
set_extstartpos( 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
• By default, an external list 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 will be set.
• The specified start address will be used for all subsequent external list starts until a new
address is specified via
set_extstartpos
or
. An address range
validity check is performed on
Pos
before each external list start;
Pos
might therefore
become set to 0 at a later point (and remain at this value) if the configuration was corre-
spondingly changed in the meantime (see
).
• Also see
"External List Start", page 210
.
RTC
®
4
RTC
®
5 unchanged functionality (except for the extended range of values)
(the command was previously only available for the RTC
®
SCAN
alone Board, i.e. the
standalone version of the RTC
®
4 board)
References
Undelayed
Short
List Command
set_extstartpos_list
Function
same as
(see above), but a list command
Call
set_extstartpos_list( 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
• This list command can be used within a list, to “link” the current list to the next list.
• See
RTC
®
4
RTC
®
5 unchanged functionality (except for the extended range of values)
References