RTC
®
5 PC Interface Board
Rev. 1.9 e
10 Commands And Functions
439
Ctrl Command set_jump_speed_ctrl
Function same as set_jump_speed (see above), but a control command
Call
set_jump_speed_ctrl( Speed )
Parameter
Speed
jump speed in bits per ms (as a 64-bit IEEE floating point value)
Allowed range: [1.6 … 800000.0]
Comments • The command will be ignored (get_last_error return code:
RTC5_BUSY
) if the board’s
BUSY status is currently set (list is being processed or has been halted via pause_list).
In contrast, the command is executed when a list has been paused via set_wait
(PAUSED status set) or the board’s INTERNAL-BUSY status is currently set.
RTC
®
4
RTC
®
5new command
In RTC
®
4 compatibility mode: as set_jump_speed
References set_jump_speed, set_mark_speed, set_mark_speed_ctrl
Control
Command
set_jump_table
Function reads the jump delay table with 1024 unsigned 16-bit values stored at the supplied PC
address and loads them onto the board as the jump delay table (see notes for
get_jump_table).
Call
ErrorCode = set_jump_table( Addr )
Parameters
Addr
PC Address of a 2048-byte area of PC main memory
Return Error code as an unsigned 32-bit value:
0 no error
1 busy error: board BUSY or INTERNAL BUSY (get_last_error return code: RTC5_BUSY)
4 verify error: DSP memory error
11 driver error
Notes • The command set_jump_table will not execute (get_last_error return code:
RTC5_BUSY
) if the board’s BUSY status is currently set (list is being processed or was
paused via pause_list) or if the board’s INTERNAL BUSY status is set. In contrast, the
command will execute if a list was paused via set_wait (PAUSED status set).
RTC
®
4
RTC
®
5new command
Version info Available beginning with version DLL 525
Reference get_jump_table, load_jump_table_offset