RTC
®
5 PC Interface Board
Rev. 1.9 e
10 Commands And Functions
439
innovators for industry
Ctrl Command set_jump_speed_ctrl
Function
same as
(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 (
:
RTC5_BUSY
) if the board’s
BUSY status is currently set (list is being processed or has been halted via
In contrast, the command is executed when a list has been paused via
(
PAUSED status set) or the board’s INTERNAL-BUSY status is currently set.
RTC
®
4
RTC
®
5 new command
In RTC
®
References
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
).
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 (
return code: RTC5_BUSY)
4
verify error: DSP memory error
11
driver error
Notes
• The command
set_jump_table
will
not
RTC5_BUSY
) if the board’s BUSY status is currently set (list is being processed or was
paused via
) or if the board’s INTERNAL BUSY status is set. In contrast, the
command will execute if a list was paused via
(PAUSED status set).
RTC
®
4
RTC
®
5 new command
Version info
Available beginning with version DLL 525
Reference