RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
617
Ctrl Command set_auto_laser_params
Function Specifies the to-be-controlled signal parameter of the “Automatic Laser Control“, the 100%
value and its corresponding limit values.
Call
set_auto_laser_params( Ctrl, Value, MinValue, MaxValue )
Parameters
Ctrl
The to-be-controlled signal parameter (see set_auto_laser_control).
Allowed value range: [1…7].
Value
100% value. See set_auto_laser_control.
MinValue
Lower range limit. See set_auto_laser_control.
MaxValue
Upper range limit. See set_auto_laser_control.
Comments • For information on using set_auto_laser_params, see Chapter 7.4.9 ”“Automatic
Laser Control“”, page 197.
• The meaning of the parameters is identical to that of set_auto_laser_control (see also
comments there). However, set_auto_laser_params can neither start nor terminate
“Automatic Laser Control“.
• If the value for
Ctrl
is invalid (0 or > 7), then set_auto_laser_params is not executed
(get_last_error return code
RTC6_PARAM_ERROR
).
RTC4RTC6 New command.
RTC4 Compatibility Mode: see set_auto_laser_control.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
Last change DLL 609, OUT 609, RBF 613:
Ctrl
= 7.
References set_auto_laser_control, set_auto_laser_params_list
Delayed Short
List Command
set_auto_laser_params_list
Function Like set_auto_laser_params, but a delayed short list command.
Call
set_auto_laser_params_list( Ctrl, Value, MinValue, MaxValue )
Parameters
Ctrl
Like set_auto_laser_params.
Value
Like set_auto_laser_params.
MinValue
Like set_auto_laser_params.
MaxValue
Like set_auto_laser_params.
Comments • If the value for
Ctrl
is invalid (0 or > 7), then set_auto_laser_params_list is replaced
with a list_nop (get_last_error return code
RTC6_PARAM_ERROR
).
RTC4RTC6 New command.
RTC4 Compatibility Mode: see set_auto_laser_control.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
Last change DLL 609, OUT 609, RBF 613:
Ctrl
= 7.
References set_auto_laser_params, set_auto_laser_control