RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
547
Normal List
Command
micro_vector_abs
Function Moves the output point (of the laser focus) by a “Hard Jump” (without split-up into
Microsteps) directly from the current position to the specified position (absolute
coordinate values) within the 2D Image Field.
Call
micro_vector_abs( X, Y, LasOn, LasOff )
Parameters
X
Absolute x coordinate of the micro vector end point. In bits.
As a signed 32-bit value.
Allowed value range: [–268,435,456…+268,435,455].
Out-of-range values are clipped to the boundary values.
The complete value range is only usable as a virtual Image Field for example,
for (enabled) Processing-on-the-fly applications.
Y
Like
X
(analogously).
LasOn
LaserOn Delay. 1 bit equals 1/64 µs.
As a signed 32-bit value.
Allowed value range: [–1…+(2
15
–1)].
0: Delay is newly set. Values over (2
15
–1) are clipped.
< 0: The previously set delay continues unaffected.
LasOff
LaserOff Delay. 1 bit equals 1/64 µs.
See
LasOn
.
Comments • See also Chapter 8.8 ”micro_vector[*] Commands”, page 273.
• Wobbel is not taken into account, see 2 in Chapter 7.3.6 ”Output Values to the Scan
System”, page 181.
• The Microvector is always executed as a “Hard Jump”.
• By
LasOn
0 and
LasOff
0, you can set a new LaserOn Delay or LaserOff Delay for each
individual Microvector. Each delay thereby gets set at the end of the clock cycle in
which the new position actually gets outputted (this output clock cycle is delayed by a
preceding scanner delay).
• Negative values (
LasOn
< 0 and
LasOff
< 0) do not affect Laser Delays. Hereby, the
laser can remain on or off across multiple clock cycles (mark and jump simulation).
• Delays set with
LasOn
and
LasOff
only apply to the execution of Microvectors. For
execution of normal [*]mark[*] Commands and “Arc” Commands (such as mark_abs),
only the Laser Delays defined by set_laser_delays apply.
LasOn
and
LasOff
do not
overwrite the laser delay parameter from set_laser_delays.
RTC4RTC6 New command.
In RTC4 Compatibility Mode, the RTC6 multiplies the specified values for
X
and
Y
by 16,
those for
LasOn
and
LasOff
by 64. The allowed value ranges decrease accordingly.
RTC5RTC6 Unchanged functionality.
In RTC5 Compatibility Mode, the RTC6 multiplies the specified values for
LasOn
and
LasOff
by 32. The allowed value ranges decrease accordingly.
Version info Available as of DLL 600, OUT 600, RBF 600.
References micro_vector_rel, micro_vector_abs_3d