RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
681
Delayed Short
List Command
set_mark_speed
Function Sets the mark speed for the Vector Commands and “Arc” Commands.
Call
set_mark_speed( Speed )
Parameters
Speed
Marking speed. In Bits/ms.
As a 64-bit IEEE floating point value.
Allowed value range: [1.6…800000.0].
Out-of-range values are clipped to the boundary values.
Comments • By default a mark speed of 1,000 bits/ms is preset.
• The specified mark speed is used for all [*]mark[*] Commands and “Arc” Commands
until a new value is specified.
• The actual mark speed v
mark
in the image plane in m/s is derived from the specified
Speed
value [bits/ms] and the calibration factor K [Bits/mm] as follows:
v
mark
=
Speed
/ K
The calibration factor K can be queried from the correction table by get_table_para or
get_head_para.
• set_mark_speed is also available as control command set_mark_speed_ctrl.
RTC4RTC6 Unchanged functionality.
In RTC4 Compatibility Mode, the RTC6 multiplies the specified
Speed
value by 16.
The allowed value range decreases accordingly.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References mark_abs, mark_rel, set_jump_speed, set_mark_speed_ctrl
Ctrl Command set_mark_speed_ctrl
Function Like set_mark_speed, but a control command.
Call
set_mark_speed_ctrl( Speed )
Parameters
Speed
Like set_mark_speed.
Comments • set_mark_speed_ctrl is not executed (get_last_error return code
RTC6_BUSY
), if:
– the BUSY list execution status is set
• set_mark_speed_ctrl is even executed, if:
– a list has been paused by set_wait (PAUSED list execution status set)
– the INTERNAL-BUSY list execution status is set
RTC4RTC6 New command.
In RTC4 Compatibility Mode: like set_mark_speed.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References set_mark_speed, set_jump_speed, set_jump_speed_ctrl