RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
548
Normal List
Command
micro_vector_abs_3d
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 3D Image Field.
Restriction If the Option “3D” is not enabled or no 3D correction table has been assigned (see
select_cor_table), then micro_vector_abs_3d has the same effect as micro_vector_abs.
Call
micro_vector_abs_3d( X, Y, Z, 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).
Z
Like
X
(analogously), except
Allowed value range: [–524,288…+524,287].
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.
Like
LasOn
.
Comments • Except for the additional motion in the third dimension, micro_vector_abs_3d
functions similarly to micro_vector_abs (see comments there).
RTC4RTC6 New command.
In RTC4 Compatibility Mode, the RTC6 multiplies the specified values for
X, Y
and
Z
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 value for
Z
by 16, those 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_abs, micro_vector_rel_3d