RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
520
Ctrl Command load_z_table_no
Function Like load_z_table_no_20b.
However, for a focus length value l in RTC4 compatibility range [–32,768…+32,767].
Restriction Like load_z_table_no_20b.
Call
ErrorNo = load_z_table_no( A, B, C, No )
Parameters
A
Coefficient A of the parabolic function z
out
= A + Bl +Cl
2
which is used for
calculating the Z output values
(focus length value l in the RTC4 compatibility range [–32,768…+32,767]).
As a 64-bit IEEE floating point value.
Allowed value range: [–67.108.864.0…+67.108.864.0].
Out-of-range values are clipped to the boundary values.
B
Like
A
(analogously).
Allowed value range: [–2,048.0…+2,048.0].
C
Like
A
(analogously).
Allowed value range: [–16.0…+16.0].
No
Number of the 3D correction table to which the three coefficients
A, B, C
are
to be assigned. See also number_of_correction_tables.
Result Like load_z_table_no_20b.
Comments • Like load_z_table_no_20b.
•
load_z_table_no( A, B, C, 0 )
is synonymous with
load_z_table( A, B, C )
.
load_z_table_no( A, B, C, No )
is synonymous with
load_z_table_no_20b( A × 16, B , C × 1/16, No )
.
The values are lost after a select_cor_table or select_cor_table_list.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 611, OUT 611, RBF 616.
References load_z_table, get_z_distance, read_abc_from_file, write_abc_to_file, se
lect_cor_table