RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
396
Ctrl Command get_config_list
Function Passes the parameters of the current RTC6 List Memory configuration (
Mem1, Mem2
) to the
RTC6 board management of the RTC6 DLL and initializes it as if config_list would have
been called.
Call
get_config_list()
Result –
Comments • The get_config_list command is useful when a board changes “ownership” and the
new RTC6 board management is not aware of the memory configuration (at the start
of each user program, the board and board management each independently initialize
Mem1 =
4,194,304 and
Mem2 =
4,194,304; the board by load_program_file and board
management when starting the corresponding user program). See also Chapter 6.7.1
”Notes on Board Acquisition by a User Program”, page 128.
• get_config_list does not return a value to the user program. The user program can,
however, read the list-memory configuration data after
load_list( ListNo, 0 )
or
set_start_list_pos( ListNo, 0 )
by using get_list_space.
• get_config_list is executed regardless of the BUSY list execution status.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References config_list
Ctrl Command get_counts
Function Reads the current number of successful External Starts.
Call
Counts = get_counts()
Result Number of successful External Starts.
As an unsigned 32-bit value.
Comments • The number is read from an internal counter, which is incremented each time a list is
started by an external start signal. This counter can be reset to 0 by set_control_mode.
RTC4RTC6 Unchanged functionality.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_max_counts, set_control_mode, get_startstop_info