RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
525
Normal List
Command
mark_abs_3d
Function Moves the laser focus at mark speed along a 3D vector 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 mark_abs_3d has the same effect as mark_abs. However, split-
up into Microsteps is calculated like a 3D command and hence influences the effective
mark speed in the xy plane.
Call
mark_abs_3d( X, Y, Z )
Parameters
X
Absolute x coordinate of the mark 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].
Comments • Except for the additional motion in the third dimension, mark_abs_3d functions
similarly to mark_abs (see comments there).
RTC4RTC6 Unchanged functionality. In addition: increased value range.
In RTC4 Compatibility Mode, the RTC6 multiplies the values specified for
X
,
Y
and
Z
by 16.
The allowed value range decreases accordingly.
RTC5RTC6 Unchanged functionality. In addition: increased value range.
In RTC5 Compatibility Mode, the RTC6 multiplies the value specified for
Z
by 16.
The allowed value range decreases accordingly.
Version info Available as of DLL 600, OUT 600, RBF 600.
References mark_abs, mark_rel_3d, timed_mark_abs_3d