RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
815
Normal List
Command
timed_jump_abs
Function Moves the output point (of the laser focus) for the specified jump duration along a
2D vector from the current position to the specified position (absolute coordinate values)
within a 2D Image Field.
Call
timed_jump_abs( X, Y, T )
Parameters
X
Like jump_abs.
Y
Like jump_abs.
T
Duration of the complete jump vector. In µs.
As a 64-bit IEEE floating point value.
Allowed value range: [0…167,772,160]. The parameter is rounded to an
integer-multiple of 10. Out-of-range values are clipped.
If
T
< 5, then timed_jump_abs behaves like jump_abs.
Comments • Unlike jump_abs, timed_jump_abs does not execute the jump with the specified (by
set_jump_speed or set_jump_speed_ctrl) jump speed. Instead, the speed (that is, the
number of Microsteps) is adjusted so that the vector lasts as long as specified, see
Chapter 8.9 ”Timed Commands”, page 274. The total jump time is (for
T
5) the sum
of the specified (rounded) time and the set delays.
• See also comments on jump_abs.
RTC4RTC6 Unchanged functionality. In addition: increased value range.
In RTC4 Compatibility Mode, the RTC6 multiplies the specified values for
X
and
Y
by 16.
The allowed value ranges decrease accordingly.
RTC5RTC6 Unchanged functionality. In addition: increased value range.
Version info Available as of DLL 600, OUT 600, RBF 600.
References jump_abs, timed_jump_rel, timed_jump_abs_3d