RTC
®
5 PC Interface Board
Rev. 1.9 e
10 Commands And Functions
416
List Multi-
Command
set_delay_mode_list
Function identical with set_delay_mode (see above), but a list command
Call
set_set_delay_mode_list( VarPoly, DirectMove3D, EdgeLevel, MinJumpDelay,
JumpLengthLimit )
Parameters See set_delay_mode.
Comments • See set_delay_mode.
• The command requires two list buffer positions and executes as two undelayed short
list commands.
• Any still-pending delayed short list command will execute first.
RTC
®
4
RTC
®
5 new command,
RTC
®
4 compatibility mode: see set_delay_mode
Version info Available beginning with version DLL 536, OUT 536
References set_delay_mode
Ctrl Command set_dsp_mode
Function sets a DSP mode for short-command count.
Call
initial_dsp_mode = set_dsp_mode( Mode )
Parameter
Mode
desired DSP mode as an unsigned 32-bit value
Result DSP mode for which the board was set during initialization (as an unsigned 32-bit value)
Comments • This command is only needed when multiple RTC
®
5 boards with differing DSP versions
are to be operated synchronously in a master/slave chain (see page 84), and then only
if matching of short list counts isn’t to be performed via sync_slaves.
• Even if another mode was already set via set_dsp_mode, the set_dsp_mode command
always returns the DSP mode that the board was set to during initialization. This return
value (
initial_dsp_mode
) is identical to Byte #2 of get_rtc_version (DSP version
number).
• No mode can be set that is larger than
initial_dsp_mode
(if necessary,
Mode
will be
clipped to
initial_dsp_mode
). Thus, faster boards can only be matched to slower
boards, not the other way around.
RTC
®
4
RTC
®
5 new command
Version info • Available beginning with version DLL 523, OUT 524
References sync_slaves, get_rtc_version